Releases: GraySilver/dsh-task-modes
Release list
v0.1.8 - Task Modes for DeepSeek Harness Web
Install
Install the public npm bundle without a global DSH installation:
npx -y @deepseek-ai/dsh plugin --profile web add @graysilver/dsh-task-modes@0.1.8If dsh is installed globally:
dsh plugin --profile web add @graysilver/dsh-task-modes@0.1.8Restart the Web profile after installation. Adversarial Review requires its fork/subagent capability.
npm release
0.1.8 is the first public npm release. The package ships its prebuilt DSH entries, TypeScript declarations, bundle patch, bilingual documentation, and real Web UI screenshots.
Modes
- Normal mode leaves requests unchanged.
- First Principles injects a structured system-prompt section.
- Adversarial Review forks an independent child agent after each completed text answer and renders a compact Markdown report beneath it.
Limits
Adversarial Review adds one model call and latency per parent answer. Reports are advisory and do not rewrite parent answers. Prompt-level reviewer tool restrictions are not an operating-system sandbox; the plugin shares Harness process privileges.
For source auditing, install the pinned Git revision:
dsh plugin --profile web add github:GraySilver/dsh-task-modes#4ec9f5f63679784ef6ce248aae42e373d7a8d049See the English README or 中文 README for configuration, persistence, and compatibility details.
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.
v0.1.6
Hide internal automatic review lookups from the chat transcript.\n\nInstall this release instead of v0.1.4 or v0.1.5.
v0.1.5
Fix the review panel's chain-slot registration.\n\nInstall this release instead of v0.1.4.
v0.1.4
Render adversarial reviews beneath their corresponding AI replies.\n\nReviews are collapsed by default; expanded Markdown is contained in a fixed-height scrollable panel.
v0.1.3
Fix the Web task-mode selector by binding the commands Remote explicitly.\n\nThe first-principles and adversarial-review options now execute /task-mode commands, and command failures are visible in the composer.
v0.1.2
Fix browser module-loader registration for the task-mode controls.
v0.1.1
Fix the published bundle build and validate both JavaScript entry points before release.
dsh-task-modes v0.1.0
First standalone release of task modes for DeepSeek Harness Web. Includes normal, first-principles, and persisted adversarial-review modes.