dsh-advisor-plugin
Pairs the running executor with a stronger reviewer model through zero-parameter advisor() calls and step-based patrol checks, returning plan, correction, or stop guidance.
通过零参数 advisor() 咨询和按步巡逻检查,为执行模型接入更强的审查模型,返回计划、纠偏或停止信号。
How to install
dsh plugin add dsh-advisor-plugin About
dsh-advisor-plugin DeepSeek Harness 的 advisor 策略模式插件:让便宜快速的执行模型继续跑主线,在关键节点把整段会话交给更强的审查模型,拿回 **plan / correction / stop signal** 后继续执行。 dsh-advisor-plugin 解决的是一个结构性问题:**同一个模型既写代码又验代码,很容易“证明自己是对的”**。长链路 Coding Agent 常见的三类失效——自验证盲区、长程漂移、过早宣告完成——都可以用“独立第二意见”来缓解。 它提供两条互补通道: **显式咨询**:执行模型零参数调用 advisor(),整段会话与工具清单自动转发给审查模型; **自动巡逻**:每 N 步把会话快照发给审查模型,跑偏时在下一个请求注入纠偏,STOP 时要求执行模型停下向用户报告。 所有审查配置都在 DSH 设置页完成,不需要手改配置文件。 --- 特性 **总开关**:设置页一键启用/关闭;关闭时不注册 advisor 工具与升级守则,已保存的模型配置保留。 **可折叠配置**:模型与推理档位、巡逻模式两个区块可分别收起/展开。 **零参数 advisor() 工具**:调用即自动转发整段会话,模型不需要组织上下文。 **plan / correction / stop 契约**:审查模型只做判断,不碰代码、不直…
Recommendation signals
Meta
- License
- MIT
- Language
- TypeScript
- GitHub stars
- 1
- mo. downloads
- 1.0K
- Last push
- 2026-09-11
- Created
- 2026-09-11
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- advisor, agent, coding-agent, deepseek-harness, dsh-plugin
Related plugins
dsh-memory
FuRongJun-1999/dsh-memory
White-box AGI architecture exploration: metacognition (self-cognition loop), continual learning (knowledge flywheel), world model (condition space, spatiotemporal memory graph), self-improvement (bootstrap discipline), zero-LLM white-box pipeline, and auditable trust guardrails.
dsh-engram
kenz1117/dsh-engram
Cross-session long-term memory under the "memory palace" metaphor: dual-scope SQLite stores (user + per-git-origin project), hybrid FTS5 + local-vector retrieval with RRF fusion and recency/proof ranking boost, automatic capture from the session log (including the final turn), provenance audit chains, consolidation distillation and decay forgetting, and a settings-page Memory Library panel with corridor topology, tour butler, and refurb list.
dsh-pua
MichengAI/dsh-pua
Adds /pua to steer the agent to try another approach and verify results before claiming completion, with 15 company styles, persona modes, global and per-conversation settings, and an optional loop that continues until a verification command passes, the iteration limit is reached, or the user cancels.
dsh-answer-reviewer
bycall/dsh-answer-reviewer
Agentic answer reviewer for DeepSeek Harness: each final assistant turn is re-reviewed by a separate LLM graded 1-100; below-threshold scores steer the agent back with concrete feedback. The score is shown as a chip on the answer's action row (green pass / red needs-work, with retry count and reason on hover). Live gate config over a 127.0.0.1 HTTP server, plus a collapsed dock above the composer and an optional right-sidebar tab via dsh-better-sidebar.