wkscc310/dsh-client-ui-cpa-quota ↗★ 2
dsh-client-ui-cpa-quota
CliProxyAPI quota indicator: a native-styled ring left of the composer model name; hover shows per-account provider quotas, subscription plans, and status for Codex, Claude, Antigravity, Gemini CLI, Kimi, xAI/Grok, and other CPA auth providers. Targets the current dsh plugin contract (settings-namespace-keyed plugin cards).
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wkscc310/dsh-client-ui-cpa-quota说明文档
阅读完整 README ↗Optional configuration
Auto-discovery is usually enough. To pin instances or keep management keys in YAML:
- insert:
- id: ui-cpa-quota
name: dsh-client-ui-cpa-quota
config:
refreshMinutes: 5
instances:
- baseURL: https://your-cpa.example
managementKey: your-management-key
- baseURL: https://another-cpa.example/v1
managementKey: another-management-key
The browser settings card overrides YAML. refreshMinutes is clamped to at least one minute; do not commit management keys to a public repository.