p2coder/dsh-trace-repeat

插件 ⭐ 0 MIT codingdeveloper-toolstools

任务 Trace 记录/回放插件(DSH Web):原子、版本化地记录任意会话的执行 trace——每次推理完成(assistant 消息收齐所有 chunk 后的最终消息)或 tool 执行完成 就是一个不可变版本,含完整可复现元数据(provider/model/reasoningEffort/maxTokens/token 用量/输入输出);支持回放(版本时间线 + 详情)与从历史版本恢复执行;与 task-control 暂停/恢复 衔接;多版本经 git commit + worktree 物化。

catalog 简介:会话任务 Trace 原子记录/回放:把每次推理完成与工具执行记为不可变版本(含可复现元数据),支持版本时间线回放与从任意版本经 git worktree 恢复执行。

安装

# 从 GitHub 安装
dsh plugin --profile web add github:p2coder/dsh-trace-repeat
# 发布 npm 后亦可:dsh plugin --profile web add dsh-trace-repeat

p2coder/dsh-trace-repeat 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。