You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
--json --samples N — bounded NDJSON emission for agent/script one-shots. --json previously streamed until interrupted, forcing an agent or script to
kill the process after reading its record. --samples N (with --json) now
emits exactly N snapshot records then exits 0; --samples 0 (default)
keeps the streaming behavior. The first record already carries real deltas
(the Monitor primes the baseline at construction), so --json --samples 1
is a clean single-snapshot tool call.