leeyoung1/dsh-advisor-plugin0

dsh-advisor-plugin

DeepSeek Harness advisor plugin: pair a fast executor with a stronger reviewer model for plan / correction / stop guidance.

AI 分析

核心用途是引入双模型协同评审机制。适合需要强推理模型(Reviewer)对快速执行模型(Executor)的方案进行巡检和纠错的 DSH 用户。

パッケージ
dsh-advisor-plugin
バージョン
0.2.6
ライセンス
MIT
最終更新
2026/09/11

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:leeyoung1/dsh-advisor-plugin

ドキュメント

README 全文を読む ↗

配置示例

~/.dsh/settings.yaml

advisor:
  enabled: true
  provider: example-provider
  model: reviewer-model
  effort: high
  patrolEnabled: true
  patrolEverySteps: 6
  patrolImmuneTurns: 3
  investigate: true
  disabledForModels:
    - deepseek-v4-pro
    - gpt-5.2@high
  guidelines: []

provider + model 齐备才会武装;未配置时 advisor 工具对模型不可见,零提示词成本。