@tbxy09/dsh-replay-lab
Replay real DeepSeek Harness turns against Standard, Minimal, Anchored, or plugin candidates with frozen request-surface evidence
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:tbxy09/dsh-replay-lab说明文档
阅读完整 README ↗Configuration
The installed bundle includes this baseline:
- insert:
- id: replay-lab-dsh
name: '@tbxy09/dsh-replay-lab'
config:
routeBase: /replay-lab-dsh
historyFixture: ./node_modules/@tbxy09/dsh-replay-lab/fixtures/history-turns.json
workspaceFixture: ./node_modules/@tbxy09/dsh-replay-lab/fixtures/workspace
stateFile: ./.tmp/state.json
artifactDirectory: ./.tmp/artifacts
provider: replay-lab-fake
fakeAdapter: false
Keep routeBase at /replay-lab-dsh for 0.1.x. Set fakeAdapter: true only
for deterministic offline verification; normal runs use the profile's provider.