raereverse-api-engineer

Slash commands

Commands available inside the interactive CLI.

While in the interactive prompt, the following slash commands are available:

CommandWhat it does
/settingsConfigure model, agent provider, SDK, output directory.
/historyView past runs with token usage and cost.
/messages <run_id>View the full message log for a previous run.
/helpList all commands.
/exitQuit the CLI.

Mode cycling

Press Shift+Tab to cycle between modes:

agent → manual → engineer → collector → agent ...

The current mode is shown in the prompt. Each mode has its own behavior. See Usage modes.

Listing and inspecting runs

Outside the interactive CLI, you can use direct subcommands:

# list all runs
reverse-api-engineer list
 
# inspect a single run
reverse-api-engineer show <run_id>

Both accept --json for machine-parseable output. See Scripted usage.