Chat Commands

Inside a session, type a slash command to control the conversation or your account. Slash commands are handled locally and are not sent to the model as prompts.

CommandDescription
/helpShow the in-session help.
/usageShow account usage percentage and reset times.
/modelList the supported models and pick one interactively.
/model <id>Switch the active model without clearing history.
/memoryShow the current session summary and extracted decision memory.
/resumeChoose a saved local session for this repo and resume it.
/clearClear the current conversation history.
/exitQuit the session.

Switching models

/model lists the models the server currently offers and lets you choose one. /model <id> switches to a model directly without clearing your conversation, so you can change models mid-task and keep your history.

/clear wipes the conversation in the current session but keeps you signed in. Use /resume to bring back a saved session instead of starting over.