Interactive Mode
This page provides a complete reference for the Command Code's interactive mode.
List of the main interactive slash commands and their descriptions.
| Slash Commands | Description | Example |
|---|---|---|
/init | Initialize AGENTS.md | /init |
/memory | Manage project memory | /memory |
/resume | Resume a past conversation | /resume |
/share | Share conversation | /share |
/unshare | Stop sharing | /unshare |
/taste | Manage taste learning | /taste |
/model | Switch between Command Code models | /model |
/clear | Clear conversation history | /clear |
/agents | Manage agents | /agents |
/compact | Compact conversation history | /compact |
/help | Show commands | /help |
/exit | Exit session | /exit |
List of the shortcuts that are available during interactive sessions:
| Shortcut | Description | Notes |
|---|---|---|
/ at start | Slash command | See slash commands |
! at start | Bash mode | Run commands directly and add execution output to the session |
@ | File path mention | Trigger file path autocomplete |