Lem0nTea2002/dsh-tool-cassette ↗★ 1
dsh-tool-cassette
DeepSeek Harness 叶子工具正文边界的确定性录制、完整性校验与离线回放插件
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Lem0nTea2002/dsh-tool-cassette说明文档
阅读完整 README ↗三项配置,拒绝猜心
interface Config {
mode: 'record' | 'replay'
file: string
include: string[]
}
| 字段 | 含义 |
|---|---|
mode | record 执行真实工具并写制品;replay 精确命中并跳过正文 |
file | 正式 cassette 文件;录制期间使用同路径加 .partial 后缀 |
include | 显式选择叶子工具;* 匹配任意长度字符 |
V1 只录显式选中的工具。未选工具按照原有流程执行,录像机不会抢戏。