dshbase

Plugin directory / Developer / Deepseek-Harness-plug

Deepseek-Harness-plug

Unverified Bxfjjb

✓ Actively maintained

View on GitHub ↗ ← Back to plugin directory

2Stars
0Forks
0Open issues
Language
2026-08-14Last push
Cross-platformPlatform

What it does

我的dsh插件

Our take
Unverified — not yet verified

我的dsh插件 Not yet verified — install and test it yourself.

“Unverified” means our automated CI has not yet installed this plugin. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.

Plugin author? Get the “Verified” label — submit your own evidence (screenshots, logs, or a short demo) and we'll review and flip the badge.

Submit verification evidence ↗

README

dsh-model-stage-router

DeepSeek Harness 插件:按工作阶段自动路由模型——对话和规划用 flash(快、省),真正实施用 pro(稳、准)。

路由逻辑

阶段 模型 判定信号
对话 flash(保持默认) 无明确信号
规划 flash plan mode 活跃
实施 pro 本会话出现突变工具调用

「进入实施」的判定:会话内第一次调用以下任一工具后,该会话后续请求保持 pro:

  • write / edit(写文件)
  • exit_plan_mode(计划批准,开始动手)
  • subagent / subagent_fork / workflow / ralph(委托执行)

安装

dsh plugin --profile web add git+https://gitee.com/god-bless-my-son/deep-seek-plugin.git

或本地 checkout:

dsh plugin --profile web add ./dsh-model-stage-router

配置

默认值已够用;如需调整,在 $DSH_HOME/cordis.patch.yml 覆盖 model-stage-router 行的 config:

- id: model-stage-router
  config:
    flashModel: deepseek-v4-flash
    proModel: deepseek-v4-pro
    # 自定义触发「实施」的工具名单:
    mutatingTools:
      - write
      - edit
      - exit_plan_mode
      - subagent
      - subagent_fork
      - workflow
      - ralph

卸载

dsh plugin --profile web remove dsh-model-stage-router

说明

  • 状态按 session 独立判定,进程内保存(重启后重置,不持久化)。
  • 对话阶段不覆盖用户显式选择的模型,只保留 agent 默认(DSH 默认即为 flash)。
  • 一旦进入实施,该会话保持 pro,直到会话结束。

Install

🧩 Let your agent install it (recommended)

Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:

dsh plugin add dshbase-catalog

Then say "install Deepseek-Harness-plug for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.

This plugin is GitHub source (not published to npm) — install it straight from the repo:

Web profile:

dsh plugin --profile web add github:Bxfjjb/Deepseek-Harness-plug

Headless (CLI) profile:

dsh plugin --profile headless add github:Bxfjjb/Deepseek-Harness-plug

Test report

Not yet L3-verified — see failure note below if we already ran it.

Status: pending · last test 2026-08-26
Note: 验证: runtime-fail Browse all pending failures →
Security: not yet scanned — our daily static scan will cover it shortly.

Share this badge

More in Developer

Browse all 7789 plugins →