Skip to content

Add dsh-llm-local-token plugin listing - #1

Open
tianxia-- wants to merge 1 commit into
HubaKing:mainfrom
tianxia--:add-dsh-llm-local-token
Open

Add dsh-llm-local-token plugin listing#1
tianxia-- wants to merge 1 commit into
HubaKing:mainfrom
tianxia--:add-dsh-llm-local-token

Conversation

@tianxia--

Copy link
Copy Markdown

Summary

Adds dsh-llm-local-token to the community plugin skill guide as a provider/model-routing/credentials plugin. It reuses local Codex CLI and Claude Code OAuth credentials to expose openai-codex and anthropic routes without a separate API key.

Checklist

  • Read the repository docs and existing skill content; no separate CONTRIBUTING file or listing schema was present.
  • Followed the existing table-based style in skills/dsh-community-plugins/SKILL.md.
  • Ran node --check index.js and git diff --check.

@tianxia--

Copy link
Copy Markdown
Author

更新 / Update: npm 已发布,并且补上了此前缺失的 dsh.bundle manifest。

可安装性 / Installability — 这一点对本目录的收录标准最关键:提交这个 PR 时该包只声明了 dsh.client,因此 dsh plugin add 无法启用它,用户必须手工编辑 profile 的 cordis.patch.yml。现已修正,包内声明了 profile bundle 并随包发布 cordis.patch.yml

"dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web" } }

所以现在一条命令即可完成安装,无需手改 YAML:

dsh plugin --profile web add dsh-llm-local-token

When this PR was opened the package declared only dsh.client, so it was not installable via dsh plugin add. That is fixed: it now declares a profile bundle and ships cordis.patch.yml, so the one-line install above is the whole install.

同时 README(中英双版)已补上运行中的实际截图,官方 Discussions 也已发帖:
The README now carries real screenshots, and it is announced upstream:
deepseek-ai/deepseek-harness#2847

如需我调整条目内容以反映这些变化,请告诉我。/ Happy to amend the entry if you'd like it to reflect any of this.

@tianxia--

Copy link
Copy Markdown
Author

更新 / Update: npm 已发布到 1.3.2,这是当前 latest。

自本 PR 提交以来的两处实质改动 / Two substantive changes since this PR was opened:

  1. 可安装性 — 补上了此前缺失的 dsh.bundle manifest 并随包发布 cordis.patch.yml,所以 dsh plugin add dsh-llm-local-token 一条命令即可完成安装,不再需要用户手工编辑 profile 的 cordis.patch.yml
    The package now declares a profile bundle, so the one-line dsh plugin add is the whole install.

  2. UI 修复 — 订阅用量弹层里标记当前 provider 的 current 徽章此前前景色与背景色同值(浅色主题下均为 rgb(15,17,21)),文字完全不可见;现改用 --dsw-alias-state-success-tertiary 浅绿底配常规主文字色,实测对比度 17.33:1,深色主题同样成立。
    The "current" badge used to render as black-on-black; it is now a legible green tint.

README(中英双版)已附运行中的实际截图,官方 Discussions 也已发帖:
deepseek-ai/deepseek-harness#2847

如需我调整条目内容以反映这些变化,请随时告知。/ Happy to amend the entry if you'd like.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant