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
feat(keylimectl): add progress spinners and optional color output
Add animated progress spinners using indicatif for long-running
operations (attestation polling, key derivation retry) and optional
color output via console. Spinners auto-detect TTY on stderr and fall
back to plain text when piped. Colors apply to stderr only, keeping
stdout clean for machine consumption.
New --color flag (auto|always|never) controls color output. The
OutputHandler now supports start_wait() which returns an RAII
WaitHandle for polling loops with live status updates.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments