stultuss/dsh-clear-tool-results0

dsh-clear-tool-results

DeepSeek Harness host plugin: per-turn tool-result clearing with a /clear-tool-results on|off|status command.

包名
dsh-clear-tool-results
版本
0.1.3
许可证
MIT
最近更新
2026年8月25日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

使用

在聊天输入框输入:

命令效果
/clear-tool-results on开启:每轮结束后清除上一轮工具结果
/clear-tool-results off关闭:保留上一轮工具结果
/clear-tool-results status查看当前开关状态

开关状态文件:

// $DSH_HOME/clear-tool-results.json
{
  "enabled": true
}

文件缺失时视为开启。