Skip to content

Commands

Gee-Code has 80+ slash commands organized by category. Commands start with / and control every aspect of the system — from switching models to managing agents to running parallel task graphs.

CommandDescription
/helpShow available commands or research how gee-code works
/clearClear conversation and start fresh
/historyView conversation history
/resumeResume a previous session
/statusShow running tasks, todos, and current state
/cancelCancel the current running task
/sessionView or manage current session identity
/iterationsSet max AI iterations before pausing
/usageShow API usage and costs
/compactManually trigger context compaction
/memoryView and manage long-term memory
CommandDescription
/add <file>Add file(s) to context
/pickInteractive file browser — navigate and select files
/image <path>Add an image to context
/remove <file>Remove file from context
/contextShow current context contents
/context gatherAI automatically gathers relevant files
/uploadUpload a local file to Gee Cloud
CommandDescription
/initExplore and document the codebase — generates agents.md
/explore <path>Deep exploration of directories, GitHub repos, or URLs
/cwd <path>Change working directory
/ledgerView or edit the continuity ledger
/rulesView or edit user and project rules
/worktreeManage git worktrees for parallel branch development
CommandDescription
/plan <task>Create a multi-step execution plan (todos or beads)
/runExecute approved beads
/parallelExecute multiple beads in parallel
/beadsView and manage the task graph
/todoShow the current todo list
/delegate <agent> <task>Delegate a task to a specialized agent
/askAsk a question without tool execution
CommandDescription
/model <name>Switch AI model (sonnet, opus, haiku, gpt4o, gemini, etc.)
/modelsList all available models from all providers
/agent <name>Switch to a different agent
/agentsList available agents
/providerManage AI providers
/providers browseInteractive provider browser — view status, models, test connectivity
/clamp <model>Force all AI calls to use a specific model (session-level)
/clamp on ccRoute all calls through Claude Code (adaptive effort)
/clamp on cc-gee-maxRoute all calls through Claude Code (max effort + Gee tools)
/clamp all-on <model>Force all Gee-Code instances to use a specific model (global)
/clamp all-offRemove the global model clamp
/flightManage agent flights (parallel agents)
/swarmRun a multi-agent swarm
CommandDescription
/skillsList and toggle available skills
/installedShow all installed entities (skills, agents, MCP servers)
/mcpList and manage MCP servers
/marketplaceBrowse and install plugins from the marketplace
/credentialsManage API credentials for plugins
CommandDescription
/modeSwitch between operational modes
/missionView or manage a Gee’s guiding mission
/guardrailsView or manage safety constraints
/identityView a Gee’s identity, beliefs, and subconscious
/commsInter-mode communication — send messages between Gees
/objectiveManage objectives — work items with assignment
/steer <gee> <msg>Send a mid-session course correction to a running Gee
/geeManage Gees and Teams
CommandDescription
/logsView recent logs
/debugToggle debug display options
/validateCheck code validation status or install validators
/browserBrowser tools help and setup
/jobsManage background tasks

Every command supports --help for detailed usage:

/model --help
/plan --help
/explore --help
  • Commands are case-insensitive
  • Most commands have short aliases — use /help to discover them
  • Commands that modify system state (like /init, /explore) show an approval prompt first
  • You can type just the beginning of a command and tab-complete