wuyan19/dsh-plugin-zquota

wuyan19★ 0JavaScript最后同步: 2026-08-17

在 GitHub 打开

GLM Coding Plan quota panel for DeepSeek Harness: multi-account usage meters and one-click account switching

README 摘要

dsh-plugin-zquota English 中文 A Zhipu GLM Coding Plan account panel plugin for DeepSeek Harness: multi-account quota monitoring + one-click account switching. - Quota meters : per-account 5-hour window / weekly / monthly-MCP cells (orange ≥70%, red ≥90%), reset countdowns precise to hours above one day and to minutes below it, per-tool MCP details on hover - One-click switching : "Set active" writes the chosen account's API key to ZAI CODING CN API KEY ; llm-pi-ai re-resolves credentials on every model request, so the next request uses the new key — no restart - Data ownership : API keys (secrets) live in your local $DSH HOME/.credentials.yaml ( ZAI QUOTA KEY , same store as DSH's own credentials); the account index and quota snapshots (non-secret state) live in the plugin's own state file $DSH HOME/zquota-state.json (0600, atomic writes). Key material never reaches the browser - Query path : the host half calls open.bigmodel.cn / api.z.ai via ctx.shell + curl, with keys injected through environment variables only (never command lines) - Styling : built entirely on DSH design tokens ( --dsw-alias- ); follows light/dark theme automatically Install Prerequisites: DeepSeek Harness ( ds…

在 GitHub 查看完整 README →
终端/TUIcoding-plandeepseek-harnessdsh-pluginglmquotazhipu

分类