Commands

Type a slash command at the start of your message to trigger special actions.

Slash command autocomplete menu showing available commands

Command Reference

CommandDescription
/reportCreate a Quarto document from the current conversation. Optionally add instructions after the command.
/notebookExport the conversation as a Jupyter notebook.
/savememoryCreate or update the project memory file. Add instructions to guide what gets saved.
/compactSummarize the conversation to reduce token usage. Previous messages are hidden but preserved.
/planEnter Plan mode to design an implementation approach before making changes.
/newStart a new conversation. Also available as /clear.
/contextShow session context and token usage for the current conversation.
/aboutShow version and build information.
/trustMark the current workspace as trusted. Required for memory files and project-level skills.
/restrictedToggle restricted mode. When enabled, every tool call requires confirmation.
/sandboxToggle sandbox mode for bash commands. Isolates filesystem and network access.
/yoloToggle automatic tool confirmation. When enabled, the assistant runs tools without asking.

Usage

Commands can be used on their own or with additional instructions:

/report
/report Focus on the visualization section and include the final plot code
/savememory Remember that this project uses tidymodels for all modeling work

Notes

  • /report and /notebook use the report skill to generate documents.
  • /compact uses a fast model to summarize, so it completes quickly. The original messages are preserved — compaction just hides them from future requests.