v0.1.7 - Task Modes for DeepSeek Harness Web
Install
Install the pinned Web bundle revision:
dsh plugin --profile web add github:GraySilver/dsh-task-modes#4ec9f5f63679784ef6ce248aae42e373d7a8d049Restart the Web profile after installation. Adversarial Review requires the fork/subagent capability in the profile.
What is included
- Normal mode for everyday requests.
- First Principles mode, which injects a structured system-prompt section.
- Adversarial Review mode, which forks an independent child agent after each completed parent answer and renders a compact Markdown report beneath it.
- Reviewer inspection tools:
read,glob,grep,read_image, and platform shell (bash/pwsh).
Limits
Adversarial Review adds one model call and latency per parent answer. Reports are advisory and do not rewrite the parent answer. Prompt-level tool restrictions are not an operating-system sandbox; the plugin shares Harness process privileges.
See the English README or 中文 README for commands, configuration, and compatibility details.