DSH PUA
Help your agent try another approach and verify its work before calling it done.
简体中文 · Features · Screenshots · Installation · Usage · Configuration · Commands · Changelog
DSH PUA brings PUA to DeepSeek Harness. When an agent repeatedly fails, gives up too early, or claims completion without checking, it encourages a different approach, investigation, and evidence. Community-maintained; not an official DeepSeek AI or PUA product.
Features
- Try another approach: prompt the agent to reconsider its reasoning instead of repeating ineffective attempts.
- Check before claiming completion: encourage verification and evidence for the result.
- Choose a style: 15 company-inspired styles, plus P7, P9, P10, encouragement, motherly, and other persona modes.
- Configure through the UI: save global defaults in plugin settings and adjust individual conversations from chat.
- Continue based on verification: start a Loop to keep working until verification passes, the iteration limit is reached, or you cancel.
Results depend on the model and task. The plugin does not guarantee a solution every time.
Screenshots
Global settings
Open Settings → Plugins → PUA Configuration to set default enablement, style, persona, and subagent behavior. Screenshots show the Chinese interface.

Current conversation
Click PUA to the right of Experts to adjust the current conversation. Restore individual defaults or start and cancel a Loop from the same panel.

DSH product ecosystem
Related projects you can use alongside PUA:
| Project | What you can do |
|---|---|
| Codex Desktop | Use a desktop workbench with integrated DSH Web |
| Codex UI | Organize projects and conversations, search tasks, and navigate chat turns |
| IM Connect | Send tasks and receive replies through messaging platforms |
| Automation | Schedule tasks and review each run |
| Skills Manager | Find, enable, create, and import local skills |
| Archive Manager | Search, restore, or clean up archived conversations |
| Agency Agents | Choose and summon specialists for your task |
| BTW | Ask side questions without interrupting the main task |
| Simplify | Improve code within your Git changes |
Installation
Requires Node.js 22.19 or later and DSH 0.1.2-rc.1, 0.1.5-rc.1, or 0.1.5-rc.2. Uses your existing DSH model configuration; no additional API key is needed.
Examples use the web profile. Replace it with the profile you use.
Ask an agent to install it
Send this to an agent that can run commands on your computer:
Install @michengai/dsh-pua into my local DSH web profile by running dsh plugin --profile web add @michengai/dsh-pua@latest --registry=https://registry.npmjs.org/. Check that the plugin loads, then explain how to open PUA settings.
Install manually
[Console]::OutputEncoding = [System.Text.Encoding]::UTF8
$OutputEncoding = [System.Text.Encoding]::UTF8
dsh plugin --profile web add @michengai/dsh-pua@latest --registry=https://registry.npmjs.org/
After the current task finishes, reload DSH or restart its Web service. Refreshing the browser alone is not enough. Enter /pua help to check that the plugin is available.
Usage
- Open Settings → Plugins and expand PUA Configuration in the first plugin-configuration tab.
- Enable PUA, choose a style and persona, and save.
- Return to chat and submit tasks as usual.
PUA appears to the right of Experts in the composer. Click it to view or adjust the current conversation. The label has a diagonal strike when PUA is disabled for that conversation; disabling it globally hides the entry.
Configuration
Change global defaults only in plugin settings. Chat controls and commands affect only the current conversation.
Unchanged options follow global defaults. Editing an option overrides just that option. Choose Restore default to follow the global value again, or restore all options at once.
| Option | What it does |
|---|---|
| Enable PUA | Enabled by default; can be disabled for an individual conversation |
| Style and persona | Select a style automatically or choose a specific style and persona |
| Enable for subagents | Off by default; enable when specialists and other subagents should also use PUA |
| Correction reminders | Adjust terminal checks, failure escalation, and quality reminders |
| Feedback reminders | Change reminder frequency or turn reminders off; feedback is not uploaded |
| Loop defaults | Set a verification command, timeout, and iteration limit |
Since 0.3.0, commands no longer change global settings. Subagent enablement also depends on the parent conversation's PUA switch.
Continue until verification passes
In the chat PUA panel, enter a Loop task, verification command, and iteration limit, then start it. For example, ask the agent to fix failing tests, verify with npm test, and stop after at most 10 iterations.
You can also enter:
/pua loop "Fix the failing tests and add regression coverage" --verify "npm test" --max-iterations 10
Enter /cancel-pua-loop to stop. Disabling PUA for the current conversation also cancels its Loop, but does not undo operations already performed.
Set a verification command and iteration limit when using a Loop. Without a verification command, completion relies on the model's report. An iteration limit of 0 means unlimited iterations.
Common commands
Everyday switches, styles, and personas are available in the UI; memorizing commands is optional.
| Goal | Command |
|---|---|
| Enable or disable PUA for this conversation | /pua on, /pua off |
| Choose a style | /pua flavor huawei |
| Ask for another approach | /pua again |
| Check whether the task is complete | /pua done-check |
| Check delivery evidence | /pua evidence |
| Review current changes without editing | /pua review |
| Restore global defaults for this conversation | /pua reset |
| Cancel a verification Loop | /cancel-pua-loop |
| View status or full usage | /pua status, /pua help |
Uninstall
[Console]::OutputEncoding = [System.Text.Encoding]::UTF8
$OutputEncoding = [System.Text.Encoding]::UTF8
dsh plugin --profile web remove @michengai/dsh-pua
Reload DSH for the change to take effect. Project files and conversation history are preserved.
License and attribution
Adapted from tanweai/pua 3.5.1. Persona and collaboration capabilities depend on what DSH supports.
Original project code uses Apache License 2.0. Bundled PUA assets retain their upstream-declared MIT license and attribution; see NOTICE.
No comments yet. Be the first to write one.