Skip to content

cli: add --limit to finding list - #205

Open
chayu163 wants to merge 1 commit into
mikehasa:mainfrom
chayu163:fix/finding-list-limit
Open

chayu163 wants to merge 1 commit into
mikehasa:mainfrom
chayu163:fix/finding-list-limit

Conversation

@chayu163

Copy link
Copy Markdown

Summary

  • Adds an optional --limit to agentacct finding list (src/agentacct/cli.py:378), defaulting to unlimited so existing output is unchanged.

Fixes #204

Test plan

  • pytest -q
  • Secret scan
  • No paid provider calls

Safety checklist

  • Preserves local-first behavior
  • Does not store API keys or secrets
  • Does not expose localhost services publicly by default
  • Does not control processes agentacct did not start
  • Provider/API forwarding remains opt-in and budget-gated
  • JSON output paths remain machine-readable when --json is used

Docs

  • Help text only — no README change
  • Public docs avoid private strategy/roadmap claims

Optional row cap for the finding list table, mirroring receipts/event
list. Defaults to unlimited so existing --json output is unchanged.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add --limit to finding list

1 participant