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.

包名
dsh-advisor-plugin
版本
0.2.6
许可证
MIT
最近更新
2026年9月11日

安装

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

配置示例

~/.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 工具对模型不可见,零提示词成本。