CLI
Commands
Reference for every slash command in the orx REPL: switch models, compact sessions, list todos, inspect sessions, manage memory, toggle themes, and more.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Reference for every slash command in the orx REPL: switch models, compact sessions, list todos, inspect sessions, manage memory, toggle themes, and more.
| Command | Description |
|---|---|
/model <name> | Switch LLM model mid-session |
/clear | Reset conversation and clear todos |
/compact | Summarize old messages to free context |
/todos | Show current task list |
/session | Show session info (ID, events, tokens, turns) |
/undo | Remove last user message and agent response |
/retry | Re-run the last user message |
/copy | Copy last agent response to clipboard |
/memory | List saved persistent memories |
/memory clear | Delete all memories (with confirmation) |
/theme | Toggle dark/light theme |
/theme dark | Switch to dark theme |
/theme light | Switch to light theme |
/help | Show help text |
/exit | Exit the REPL |
orx> """
... Write a function that:
... 1. Reads a CSV file
... 2. Filters rows by date
... 3. Returns a summary
... """
orx -c "fix the failing tests"
orx --auto-approve
Was this page helpful?