Skip to main content

Command Reference

CommandDescription
/model <name>Switch LLM model mid-session
/clearReset conversation and clear todos
/compactSummarize old messages to free context
/todosShow current task list
/sessionShow session info (ID, events, tokens, turns)
/undoRemove last user message and agent response
/retryRe-run the last user message
/copyCopy last agent response to clipboard
/memoryList saved persistent memories
/memory clearDelete all memories (with confirmation)
/themeToggle dark/light theme
/theme darkSwitch to dark theme
/theme lightSwitch to light theme
/helpShow help text
/exitExit the REPL

Multi-line Input

Start and end with triple quotes:
orx> """
... Write a function that:
... 1. Reads a CSV file
... 2. Filters rows by date
... 3. Returns a summary
... """

Single-shot Mode

Run a prompt and exit:
orx -c "fix the failing tests"

Auto-approve Mode

Skip approval prompts for destructive tools:
orx --auto-approve