rebase_continue
Resume an interrupted rebase, proceeding to the next conflict. Does not run while any file is still unmerged.
Instructions
Carry on with the rebase, and report where it stops next.
Refused while any path is still unmerged, which is the other way a marker reaches a commit.
auto_resolve behaves as it does in rebase_start, and is off for the same
reason: deciding a conflict without reading it is not this tool's job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | . | |
| auto_resolve | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| head | Yes | ||
| step | No | ||
| state | Yes | ||
| action | No | ||
| git_said | No | ||
| guidance | Yes | ||
| can_amend | Yes | ||
| replaying | No | ||
| auto_resolved | No | ||
| conflicted_files | No | ||
| head_is_replaying_commit | Yes |