v0.4.0 - List CLI subcommand
What's New
list CLI subcommand
Non-interactive command for discovering and querying generated scripts and runs.
# Rich table (compact)
reverse-api-engineer list
# Full table with all columns
reverse-api-engineer list --full
# JSON output for piping/scripting
reverse-api-engineer list --json
# Filter by mode, model, or prompt search
reverse-api-engineer list --mode auto --search "hn" --limit 5Features:
- Rich table output (compact and full modes) and flat JSON array output
- Filter by mode (
--mode), model (--model), prompt substring (--search), and result limit (--limit) - Enriches each run with script directory path, file list, file count, and local copy detection
Full Changelog: v0.3.3...v0.4.0