switch_branch
Switch to an existing branch by its ID to reload the editor and retrieve version control status on the target branch.
Instructions
Switch (checkout) the editor to an existing branch by its id (from list_branches). This RELOADS the editor; the tool waits for it to reconnect and returns the resulting vcs_status on the target branch. When NOT to use: to create a new branch (use create_branch).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branchId | Yes | Id of the branch to switch to (the "id" field from list_branches) |