dragonbaba/dsh-routing-suite0

dsh-routing-suite

A lightweight, localized task-routing plugin for DeepSeek Harness.

AI Analysis

核心用途是优化 AI 解决问题的步骤。适合需要规范 AI 工作流(如先分析原因再修改代码)的用户。提供只读的本地化设置页面。

Package
dsh-routing-suite
Version
0.1.0
License
MIT
Last updated
Aug 15, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dragonbaba/dsh-routing-suite

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 read-only and explains the active strategy. Configuration remains under DSH's normal bundle/profile management.