DeepSeek Harness plugin

dsh-qwen-token-plan-cn-responses

DeepSeek Harness adapter for Qwen Token Plan CN Responses API with live official model/tool catalog sync

Jump to install

Source facts

Repository
nickhelion/dsh-qwen-token-plan-cn-responses
Latest update
Aug 22, 2026
Category
Tools & Capabilities
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-21

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/nickhelion/dsh-qwen-token-plan-cn-responses
Plugin: dsh-qwen-token-plan-cn-responses
Author: nickhelion

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.en.mdSource · read only
README language

DSH Plugins

English · 简体中文

![CI](https://github.com/nickhelion/dsh-plugins/actions/workflows/ci.yml) ![Trusted Publishing](docs/RELEASING.md) ![DSH plugins](https://github.com/topics/dsh-plugin) ![License: MIT](LICENSE)

A community-plugin monorepo for DeepSeek Harness. Packages retain independent npm names, versions, and dsh.bundle manifests while sharing development, CI, security, and tokenless release standards.

Packages

PackagePurposeInstall
[dsh-qwen-token-plan-cn-responses](packages/qwen-token-plan-cn-responses)Qwen Token Plan CN Personal Responses provider with official model/tool catalog sync.dsh plugin --profile web add dsh-qwen-token-plan-cn-responses
[dsh-serverchan-notify](packages/serverchan-notify)ServerChan3 WeChat notifications after each top-level Agent turn.dsh plugin --profile web add dsh-serverchan-notify

Each package installs independently. Installing one never silently enables the other.

ServerChan notifications · dsh-serverchan-notify

dsh-serverchan-notify sends a WeChat notification through ServerChan3 (Server酱3) whenever a top-level DSH agent turn ends, whether it completed, failed, was blocked, or timed out. The message includes the conversation title, model, project directory, turn status, and a summary of the latest reply, so you can step away and still know when the run is done. Setup is deliberately small: install it with one command, add a SendKey, and apply a one-line patch. Delivery is fire-and-forget; a failed push writes one log entry and never blocks the agent loop. See [package docs](packages/serverchan-notify/README.md).

Qwen Token Plan provider · dsh-qwen-token-plan-cn-responses

dsh-qwen-token-plan-cn-responses is a maintained DSH provider for the personal Qwen Token Plan, and it is also the one the maintainer uses every day. DSH's built-in provider, shown as "Qwen Token Plan 个人版(官方)" and inherited from Pi, uses Chat Completions, so official built-in tools such as web_search and code_interpreter cannot be triggered; its model catalog is manually maintained as well, and the context window and reasoning-effort metadata often drift from reality. This plugin uses the Responses API for native tool calling, syncs its model catalog with the official documentation every day, and records the actual context window and reasoning effort for each model. That also means models such as qwen3.8-max and deepseek-v4-pro can appear in the selector with accurate settings sooner.

![Model selector: the plugin's new "Qwen Token Plan 个人版" provider](docs/images/qwen-model-selector.png)

![Model list: per-model protocol and built-in tool annotations](docs/images/qwen-model-list.png)

See [package docs](packages/qwen-token-plan-cn-responses/README.md).

Human quick start

git clone https://github.com/nickhelion/dsh-plugins.git
cd dsh-plugins
npm ci
npm run check
npm run pack:check

Read the package README for configuration. The root documents only shared policy.

Agent quick start

1. Read [AGENTS.md](AGENTS.md). 2. Keep protocol behavior inside the target packages/<name> module. 3. Run npm run check && npm run pack:check && npm run security:scan. 4. Never read, print, or commit live credentials. 5. Release through the Tag → GitHub OIDC workflow in [docs/RELEASING.md](docs/RELEASING.md), never a long-lived npm publish token.

Shared documentation

  • [AGENTS.md](AGENTS.md) — repository map, invariants, and validation gates
  • [docs/DEVELOPMENT.md](docs/DEVELOPMENT.md) — workspace and test conventions
  • [docs/RELEASING.md](docs/RELEASING.md) — one-time npm bootstrap and later Trusted Publishing
  • [docs/MONOREPO-MIGRATION.md](docs/MONOREPO-MIGRATION.md) — compatibility and migration from standalone repositories
  • [SECURITY.md](SECURITY.md) — credentials, supply chain, and vulnerability reporting

License

Shared infrastructure is [MIT](LICENSE). Each package also carries its own license and applicable notice.