tsja2001/dsh-zhipu-coding-plan ↗★ 0
dsh-zhipu-coding-plan
智谱代码计划额度与用量监控插件:在 DSH 网页端提供专属“额度”标签页,展示 Token 窗口、MCP 工具额度及详细用量。
AI 分析
核心用途是监控智谱 GLM 代码计划的 API 消耗。适合使用智谱 API 进行开发、需要实时查看额度限制与用量分布的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:tsja2001/dsh-zhipu-coding-plan说明文档
阅读完整 README ↗Configuration
The inserted row carries no config; defaults live in the plugin schema. Override by row id from any user patch layer (profile cordis.patch.yml, $DSH_HOME/cordis.patch.yml, or --patch):
- id: zhipu-coding-plan
config:
apiKeyEnv: ZHIPU_API_KEY # credential reference to resolve
baseURL: https://open.bigmodel.cn
cacheTtlMs: 30000 # refresh cache per window
timeoutMs: 20000 # per-request timeout
Disable the tab entirely with - id: zhipu-coding-plan, disabled: true. Remember a patch replaces the row's whole config — restate every key you need.