Switch models or effort mid-chat

slash commands & shortcuts

// what it does

Type /model in the composer to pick a different model and reasoning effort mid-conversation without restarting. /status shows the current model, token usage, sandbox, and approval mode. To make a model the default, set model= in config.toml instead.

// shell

$ /model
$ /status

// gotcha

/model changes only the current session; a new session reverts to the config default. Persist a choice in config.toml if you want it every time.

// resources