Skip to content

v0.4.0 - List CLI subcommand

Choose a tag to compare

@kalil0321 kalil0321 released this 10 Mar 06:27
· 157 commits to main since this release
4a385fa

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 5

Features:

  • 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