Skip to content

cli: add -v short alias for --version - #197

Open
chayu163 wants to merge 2 commits into
mikehasa:mainfrom
chayu163:fix/version-short-alias
Open

chayu163 wants to merge 2 commits into
mikehasa:mainfrom
chayu163:fix/version-short-alias

Conversation

@chayu163

Copy link
Copy Markdown

Summary

  • Adds -v as a short alias for --version (src/agentacct/cli.py:206).

Fixes #196

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

This branch has not been deployed

No deployments
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 -v short alias for --version

1 participant