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
Fix: suppress TOTP wait message in JSON output mode
The generateTOTPCode function unconditionally printed a human-readable
message via pterm.Info.Printf when waiting for a fresh TOTP window. This
could corrupt JSONL output when --output json was specified in
AgentAuthRunCmd.Run.
Added a 'quiet' parameter to generateTOTPCode to suppress console output
when in JSON mode, preventing non-JSON messages from corrupting the
output stream for programmatic consumers.
Co-authored-by: mason <mason@onkernel.com>
0 commit comments