Lem0nTea2002/dsh-tool-cassette1

dsh-tool-cassette

DeepSeek Harness 叶子工具正文边界的确定性录制、完整性校验与离线回放插件

包名
dsh-tool-cassette
版本
0.1.0
许可证
MIT
最近更新
2026年8月21日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Lem0nTea2002/dsh-tool-cassette

三项配置,拒绝猜心

interface Config {
  mode: 'record' | 'replay'
  file: string
  include: string[]
}
字段含义
moderecord 执行真实工具并写制品;replay 精确命中并跳过正文
file正式 cassette 文件;录制期间使用同路径加 .partial 后缀
include显式选择叶子工具;* 匹配任意长度字符

V1 只录显式选中的工具。未选工具按照原有流程执行,录像机不会抢戏。