jules_sync_local_codebase
Apply AI-generated code changes from Jules to your local git repository to synchronize the codebase with approved modifications.
Instructions
Applies the latest Jules diff to a local git working tree (syncs the codebase).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID | |
| repoPath | No | Local repo path (default: current working directory) | |
| activityId | No | Optional activity ID to pull diff from | |
| file | No | Optional file path to sync | |
| dryRun | No | If true, only check that the patch applies | |
| allowDirty | No | Allow applying on a dirty working tree | |
| threeWay | No | Attempt a 3-way apply (git apply --3way) |