Skip to content

v0.1.8 - Task Modes for DeepSeek Harness Web

Latest

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.