tbxy09/dsh-replay-lab0

@tbxy09/dsh-replay-lab

Replay real DeepSeek Harness turns against Standard, Minimal, Anchored, or plugin candidates with frozen request-surface evidence

AI Analysis

核心用途是离线复现、对比和调试智能体在特定历史对话中的表现。适合进行智能体行为分析、插件兼容性测试的开发者。

Package
@tbxy09/dsh-replay-lab
Version
0.1.1
License
MIT
Last updated
Aug 17, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:tbxy09/dsh-replay-lab

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.