v0.4.0: account commands restored (key auth) + catalog refresh - #8
Merged
Conversation
- balance / whoami / init --key / usage work again with an API key — the backend now accepts key auth on the read-only account endpoints (machinefi/qspro-backend#296); no CLI-side auth change was needed. Verified end-to-end against production: all four exit 0, including on a depleted (zero-balance) account. - Signed-out models fallback refreshed to the current lineup (adds grok-4.6, glm-5.3, kimi-k2.7-code, nemotron-3.5-lightning, gemini-3.7-flash; repriced deepseek-v4-pro); prices verified 2026-08-25 against the live /v1/models. - README/pyproject mention Grok + GLM; keywords updated. Closes #5 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015nHzWsgQ4EpdGyiULpwnVB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #5.
qsp balance / whoami / init --key / usagework again with an API key. Root cause was backend-side (pay.* only accepted dashboard sessions); machinefi/qspro-backend#296 added read-only key auth to /v1/me + /v1/usage, so no CLI auth change was needed — this release refreshes the signed-out catalog and metadata alongside.Verified against production (live key)
whoami --json/balance --json/usage --json/init --key→ all exit 0qsp modelsfallback: 14 models, prices verified against live /v1/models todaychat(stream + --json),statusstill green🤖 Generated with Claude Code
https://claude.ai/code/session_015nHzWsgQ4EpdGyiULpwnVB