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: resolve 8 CLI quality issues found during audit
- quota show: fix box misalignment in no-color mode ([] brackets
were 2 cols wider than the W formula assumed; move barVisLen calc
before W so the box is sized to fit the actual content)
- quota show: ignore config-file output setting so the rich HUD is
shown in TTY even when the user has `output: json` globally
- http: fix User-Agent version hardcoded to 0.1.0; now reads
CLI_VERSION env var with correct fallback
- http: print the brand status bar only once per process instead of
on every request
- errors/handler: replace ad-hoc JSON detection with detectOutputFormat
so error format is consistent with the rest of the CLI
- text/chat: fix description — "Anthropic Messages API" → "MiniMax"
- registry: fix group help alignment — printChildren now collects all
leaf paths first and aligns description column to the longest path
(fixes `video task get` being indented further than siblings)
- auth/login, registry: remove dev-journal comments from production code
- package.json, main.ts: sync version fallback to 0.3.1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments