Install
Install the public npm bundle:
npx -y @deepseek-ai/dsh plugin --profile web add @graysilver/dsh-task-modes@0.1.9If dsh is installed globally:
dsh plugin --profile web add @graysilver/dsh-task-modes@0.1.9Restart the Web profile after installation.
First Principles Trajectory
- First Principles remains a real System Prompt section for the next model request.
- Trajectory now shows the exact injected prompt as a context-style row, derived from the persisted
request/header.systemthat was actually sent. - Switching to another mode removes that section from the next request; the historical Trajectory evidence remains.
- The visualization does not append a Session event, user message, or any extra model-visible input.
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#a093bd23d1ae7e4beb009ed058360d8a7d39a3b1See the English README or 中文 README for configuration, persistence, and compatibility details.