leeyoung1/dsh-advisor-plugin ↗★ 0
dsh-advisor-plugin
DeepSeek Harness advisor plugin: pair a fast executor with a stronger reviewer model for plan / correction / stop guidance.
安装
$
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 工具对模型不可见,零提示词成本。