DeepSeek Harness 插件

dsh-routing-suite

A lightweight, selectable smart-routing mode for DeepSeek Harness.(英文原文)

跳到安装方式

来源信息

GitHub 仓库
dragonbaba/dsh-routing-suite
最近更新
2026年8月15日
分类
模型与服务商
GitHub stars
16
载体类型
plugin
目录证据
上游声明已找到 dsh.bundle
证据路径
package.json#dsh.bundle
核对版本
0.1.0-rc.8
上游核对日期
2026-08-20

该证据由上游目录提供。本站没有安装、运行或安全审核这个插件。

安装

默认先复制一段 Prompt,让 Agent 读 GitHub 仓库和源码;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读 GitHub 仓库和源码。

请先不要安装或执行任何命令。阅读这个插件的 GitHub 仓库、README 和关键源码,然后用清楚、直接的方式回答以下问题,帮助我判断它是否适合我的需求:

1. 这个插件是什么,解决什么问题;
2. 适合哪些用户和典型使用场景;
3. 安装后如何使用,并给出一个最小使用示例;
4. 有哪些已知限制,以及隐私、安全、兼容性或维护风险;
5. 给出“推荐 / 有条件推荐 / 不推荐”的明确建议和理由。

请区分仓库明确说明、根据源码推断和未知信息。证据不足时请明确说明,不要猜测或照抄 README。

GitHub:https://github.com/dragonbaba/dsh-routing-suite
插件名:dsh-routing-suite
作者:dragonbaba

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器3 个文件
README.md来源说明 · 只读预览

dsh-routing-suite

A lightweight, selectable smart-routing mode for DeepSeek Harness (DSH).

一个轻量、可在模式菜单中选择的 DeepSeek Harness 智能路由模式。

> Community project; not an official DeepSeek product and not endorsed by DeepSeek. > > 社区项目,并非 DeepSeek 官方产品,也不代表 DeepSeek 官方背书。

Features / 功能

  • Adds a real 智能路由模式 / Smart routing mode beside Standard, Code, Minimal, and Cordis modes when installed by a compatible desktop installer.
  • Keeps the official Standard preset's persona, contexts, and complete tool catalog.
  • Uses the first durable user task to select a stable working style:

- Automatic / 自动判断(推荐) - Inspect first / 检查优先 for fixes, diagnosis, reviews, and migrations - Direct execution / 直接执行 for creation and implementation

  • Applies routing guidance only while the routing-suite mode is selected.
  • Simplified Chinese UI for a primary zh-CN/zh-Hans machine locale; English otherwise.
  • Makes no extra model request and performs no filesystem, process, package, or network management.

Install / 安装

Recommended desktop installation

Install dsh-routing-suite@0.1.2 from the DeepSeek Harness Desktop plugin manager. It first uses the official fixed plugin command and then safely materializes the package-declared Agent preset in DSH's official user preset root.

Restart Harness after installation, then select 智能路由模式 from the mode menu.

DSH CLI

The official command installs the profile bundle:

dsh plugin --profile web add dsh-routing-suite

DSH's plugin command does not currently materialize package-declared user presets. CLI-only users must additionally copy this package's preset/routing-suite directory to ${DSH_HOME:-$HOME/.dsh}/.agent-presets/routing-suite, then restart Harness. No npm lifecycle script performs this copy.

Configuration / 配置

The bundle configuration accepts:

enabled: true
strategy: auto # auto | inspect-first | direct
  • auto: classify the first user task; ambiguous tasks remain neutral.
  • inspect-first: always encourage fact and root-cause inspection before changes.
  • direct: always encourage direct implementation followed by verification.

The localized settings page is a read-only React view showing runtime availability, scope, and the active strategy. Configuration remains under DSH's normal bundle/profile management.

Safety / 安全

The Host only participates in system-prompt/assemble for sessions using the routing-suite preset and exposes one read-only status endpoint. It does not:

  • remove or restrict tools;
  • clear contexts or replace the selected persona;
  • read or write files;
  • execute commands or manage packages;
  • create subagents or make additional LLM calls.

The preset composition is derived from DSH's official Standard preset under MIT. It grants the same normal coding capabilities as Standard mode; the routing plugin itself does not exercise those capabilities.

Development

npm install
npm run verify
npm pack --json --dry-run --ignore-scripts

See [SOURCE_PROVENANCE.md](./SOURCE_PROVENANCE.md), [THIRD_PARTY_NOTICES.md](./THIRD_PARTY_NOTICES.md), and [ACKNOWLEDGEMENTS.md](./ACKNOWLEDGEMENTS.md). No upstream Injector or Router implementation is distributed; the official Standard composition is included under MIT.

License

MIT © 2026 rpg_zaun and dsh-routing-suite contributors.