Skip to content

cli: add --json to pause/resume/kill - #209

Open
chayu163 wants to merge 1 commit into
mikehasa:mainfrom
chayu163:fix/pause-resume-kill-json
Open

chayu163 wants to merge 1 commit into
mikehasa:mainfrom
chayu163:fix/pause-resume-kill-json

Conversation

@chayu163

Copy link
Copy Markdown

Summary

  • Adds --json to pause, resume, and kill (src/agentacct/cli.py:3730,3738,3747) for machine-readable confirmation, matching task link/unlink/rename.

Fixes #208

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

Machine-readable confirmation for the run-control commands, matching
task link/unlink/rename.

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 --json to pause/resume/kill

1 participant