switch_branch
Switch the active branch for new thoughts, returning to main if no branch specified. All write operations apply to the selected branch while read tools remain available across all branches.
Instructions
Switch which branch receives new thoughts. Omit branchId to return to main. After switching, all think and revise calls apply to the active branch. Read-only tools (get_thought, search, get_history) can access any branch regardless of which is active. Does not modify any data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branchId | No | The branch to switch to, or omit for main |