Cersei

Slash Commands

Interactive commands available inside the Abstract REPL.

Slash Commands

Type these inside the Abstract REPL:

CommandAliasesDescription
/help/h, /?Show command list
/clearClear conversation, start fresh
/compactTrigger manual context compaction
/costShow token usage and cost
/commitGenerate a git commit with AI message
/reviewAI code review of current changes
/memory/memShow memory status (graph stats, memdir, CLAUDE.md)
/model <name>Switch model (opus, sonnet, haiku, gpt-4o)
/config/cfgShow or set config values
/diffShow git diff with syntax highlighting
/resume [id]Resume a previous session
/exit/quit, /qExit the REPL

CLI Subcommands

abstract sessions list       # List sessions
abstract sessions show <id>  # Show transcript
abstract sessions rm <id>    # Delete session
abstract config show         # Show config
abstract config set <k> <v>  # Set config value
abstract memory show         # Show memory context
abstract memory clear        # Clear all memory
abstract mcp add <n> <cmd>   # Add MCP server
abstract mcp list            # List MCP servers
abstract mcp remove <name>   # Remove MCP server
abstract init                # Initialize project
abstract login [provider]    # Authenticate
abstract logout              # Remove credentials

Flags

--resume [session-id]   Resume a session (default: last)
-m, --model <name>      Model override
-p, --provider <name>   Provider override (anthropic, openai)
--fast                   Low effort, minimal thinking
--max                    Maximum thinking budget
--no-permissions         Auto-approve all (CI mode)
--json                   NDJSON output for piping
-v, --verbose            Debug logging
-C, --directory <path>   Working directory override

On this page