dragonbaba/dsh-routing-suite ↗★ 0
dsh-routing-suite
轻量级本地化任务路由插件:为 DeepSeek Harness 提供任务分类与路由,支持自动、先检查、直接执行等路由策略。
AI 分析
核心用途是优化 AI 解决问题的步骤。适合需要规范 AI 工作流(如先分析原因再修改代码)的用户。提供只读的本地化设置页面。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dragonbaba/dsh-routing-suite说明文档
阅读完整 README ↗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.