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.

AI 분석

核心用途是控制会话上下文长度,防止历史工具输出干扰后续决策。适合频繁调用产生大量数据的工具、需要保持上下文干净的开发者。

패키지
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
}

文件缺失时视为开启。