switch_mode
Switch AI assistant to a specific mode (architect, ask, code, debug, test) or manage Update Memory Bank (UMB) state. Call without parameters to retrieve current mode info.
Instructions
Switch to a specific mode, get current mode info, or manage UMB (Update Memory Bank) state. Call with no parameters to get current mode. Set umb:true to activate UMB, umb:false to deactivate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Name of the mode to switch to (architect, ask, code, debug, test). Omit to get current mode info. | |
| umb | No | Set true to activate UMB mode, false to deactivate UMB mode | |
| umbCommand | No | UMB command text (when umb: true). If not provided, defaults to "UMB" |