raereverse-api-engineer
Documentation

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. Alias: /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.

Direct subcommands

Outside the interactive CLI, you can use direct subcommands:

CommandWhat it does
agentRun an autonomous browser capture and generation pipeline.
collectorRun AI-powered data collection and export JSON/CSV files.
engineerRe-run generation against an existing capture.
listList generated scripts and runs; supports --json.
showInspect one run; supports --json.
runExecute a generated Python script; supports --json.

Scripted flags are command-specific: agent, engineer, and run support --json and --json-stream; list and show support --json; and run also supports --no-interactive for script selection and dependency prompts. See Scripted usage.

Manual mode is available only inside the interactive REPL because it opens a visible browser for human-driven capture.