dsh-llm-verifier
Run the following command in DeepSeek Harness:
dsh plugin install Web0926/dsh-llm-verifier
Paste the following prompt into your AI chat to install this plugin:
To install the dsh-llm-verifier plugin in DeepSeek Harness, run the command dsh plugin install Web0926/dsh-llm-verifier, or get it from the GitHub repository at https://github.com/Web0926/dsh-llm-verifier.
About this plugin
In modern development, relying on a single coding agent to generate patches can be limiting—it may miss simpler fixes, better tests, or subtle regressions. Manually creating and comparing multiple candidates is tedious and often inconsistent. The dsh-llm-verifier plugin addresses this by automating the entire process into an approval-gated workflow. It runs 3 or 5 independent coding candidates in isolated Git worktrees, validates each against project tests to discard failures, and then uses an LLM verifier to rank the remaining patches intelligently. The outcome is an auditable report that details rankings, changed files, and token usage, ensuring transparency. Users maintain control with two explicit approval gates: one before candidate execution and another before applying the winner, along with built-in security features like credential isolation and integrity checks. This plugin is ideal for developers or teams tackling high-value coding tasks—such as critical features or complex bug fixes—who seek more reliable patch selection. It is particularly suited for trusted repositories, as validation commands execute code on the host, emphasizing the need for caution and security awareness.
Use Cases
- Generate and compare multiple coding patches to optimize code quality
- Validate candidate solutions in critical development tasks to avoid regressions
- Automatically rank patches that pass tests to assist decision-making
Best For
- Software developers requiring high-reliability patches
- Teams performing code review and selection in complex projects
- Developer-preview users of DeepSeek Harness
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.