Skip to content

dsh-plugin-usage v0.1.4

Choose a tag to compare

@GHJIVHIDD GHJIVHIDD released this 16 Aug 22:42
· 4 commits to main since this release

dsh-plugin-usage 0.1.4 (用量) — auto-detect your OpenCode Go key env

The official quota card now picks up the key your DSH is already using.
官方配额卡片现在会自动复用你 DSH 正在使用的 OpenCode Go Key。

Changes

  • The plugin probes the API key from the environment in order:
    1. DSH_OPENCODE_GO_KEY (dedicated, recommended)
    2. OPENCODE_GO_API_KEY — the env used by the llm-pi-ai opencode-go provider config
    3. DEEPSEEK_API_KEY — deepseek provider default env
  • No manual configuration needed if your DSH already runs the opencode-go provider

Install / upgrade

dsh plugin --profile web add github:GHJIVHIDD/dsh-plugin-usage
# or from this release tarball:
curl -L -o dsh-plugin-usage.tgz https://github.com/GHJIVHIDD/dsh-plugin-usage/releases/download/v0.1.4/deepseek-ai-dsh-plugin-usage-0.1.4.tgz
dsh plugin --profile web add ./dsh-plugin-usage.tgz

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