Skip to content

dsh-plugin-usage v0.1.5

Latest

Choose a tag to compare

@GHJIVHIDD GHJIVHIDD released this 16 Aug 22:48

dsh-plugin-usage 0.1.5 (用量) — resolve key from the DSH credential store

The official quota card now reads your key from the DSH credential store — no environment setup needed.
官方配额卡片现在直接从 DSH 凭据库读取你的 Key——无需任何环境配置。

What changed

  • The key is resolved through the DSH credentials service (~/.dsh/.credentials.yaml → env → .env), the exact same chain the llm-pi-ai / deepseek providers use
  • Ref names probed: OPENCODE_GO_API_KEY (opencode-go provider), DEEPSEEK_API_KEY, plus the dedicated DSH_OPENCODE_GO_KEY env
  • New runtime dependency: @deepseek-ai/dsh-credentials

Upgrade

curl -L -o dsh-plugin-usage.tgz https://github.com/GHJIVHIDD/dsh-plugin-usage/releases/download/v0.1.5/deepseek-ai-dsh-plugin-usage-0.1.5.tgz
dsh plugin --profile web add ./dsh-plugin-usage.tgz

Docs: README.md (EN) / README.zh.md (中文) · MIT License