Skip to content

Releases: GraySilver/dsh-task-modes

v0.1.8 - Task Modes for DeepSeek Harness Web

Choose a tag to compare

@GraySilver GraySilver released this 16 Aug 16:58

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.8

If dsh is installed globally:

dsh plugin --profile web add @graysilver/dsh-task-modes@0.1.8

Restart 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#4ec9f5f63679784ef6ce248aae42e373d7a8d049

See the English README or 中文 README for configuration, persistence, and compatibility details.

v0.1.7 - Task Modes for DeepSeek Harness Web

Choose a tag to compare

@GraySilver GraySilver released this 16 Aug 14:33

Install

Install the pinned Web bundle revision:

dsh plugin --profile web add github:GraySilver/dsh-task-modes#4ec9f5f63679784ef6ce248aae42e373d7a8d049

Restart 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

Choose a tag to compare

@GraySilver GraySilver released this 16 Aug 14:04

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

Choose a tag to compare

@GraySilver GraySilver released this 16 Aug 13:51

Fix the review panel's chain-slot registration.\n\nInstall this release instead of v0.1.4.

v0.1.4

Choose a tag to compare

@GraySilver GraySilver released this 16 Aug 13:45

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

Choose a tag to compare

@GraySilver GraySilver released this 16 Aug 13:11

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

Choose a tag to compare

@GraySilver GraySilver released this 16 Aug 13:02

Fix browser module-loader registration for the task-mode controls.

v0.1.1

Choose a tag to compare

@GraySilver GraySilver released this 16 Aug 12:58

Fix the published bundle build and validate both JavaScript entry points before release.

dsh-task-modes v0.1.0

Choose a tag to compare

@GraySilver GraySilver released this 16 Aug 11:50

First standalone release of task modes for DeepSeek Harness Web. Includes normal, first-principles, and persisted adversarial-review modes.