Slash commands
Slash commands run inside the TUI before a message is sent to the model.
Common commands:
/modelchooses from configured model choices./model all [search]browses OpenRouter models and adds one to choices./connectconnects a model provider./effortshows the current reasoning effort and accepted values./effort <none|minimal|low|medium|high|xhigh>sets reasoning effort for the active model provider./effort clearor/effort defaultremoves the configured effort so provider defaults apply./reasoningis an alias for/effort./newclears the terminal and starts a fresh project-local session./forkclones the current session into a new project-local session and switches to it./queue <prompt>queues a follow-up prompt, or starts it immediately when idle./q <prompt>is a short alias for/queue./steer <prompt>sends best-effort guidance to the active turn, falling back to a queued follow-up if it is not consumed./skillsopens the Skills overlay./skills listprints available skills./skills inspect <name>shows oneSKILL.md./skill <name> [instruction]activates a skill./kb statusshows files that are not current in the knowledge base./kb syncprocesses non-clean files into L1 knowledge entries./kb sync --fullprocesses all in-scope project files./kb initcreates Topchester project knowledge folders./kb resetdeletes the local knowledge base and cache.
none is an explicit reasoning effort value. Use clear or default when you want to remove the config field instead.
Type /effort or /reasoning with a trailing space to list all accepted effort values in the suggestion panel. Continue typing to narrow the list, then press Tab to complete the selected value.
/model, /connect, /effort, /reasoning, /new, /fork, /restore, /queue, /q, and /steer are TUI-only. In topchester run, Topchester prints a short message that says to use the interactive TUI.