dragonbaba/dsh-routing-suite ↗★ 0
dsh-routing-suite
A lightweight, localized task-routing plugin for 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.