Expand description
Slash command parsing and dispatch for the Cortex REPL.
Each slash command maps to functionality from the existing CLI commands, adapted for the interactive session context (e.g., active domain tracking).
Structs§
- Repl
State - Session state preserved across commands.
Functions§
- execute
- Parse and execute a slash command. Returns
trueif the REPL should exit.