dsh-trace-repeat
Task trace recorder/replayer for DSH Web: atomically records every completed reasoning step and tool execution of any session as an immutable version (with reproducibility metadata), supports step-by-step replay and resume-from-version, honors task-control pause/resume, and materializes versions via git worktrees.
AI 分析
核心用途是实现 Agent 任务执行轨迹的精确记录、调试与回溯。适合需要对 AI 编码过程进行精细化审计、单步调试或从特定历史节点重新分叉执行的专业开发者。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:p2coder/dsh-trace-repeatドキュメント
README 全文を読む ↗使用
- 任意会话运行即自动记录(无需开启)。
- 命令:
/trace(列会话)、/trace show [vN](版本时间线/详情)、/trace resume(从该版本恢复执行)。