Heeweelee/dsh-session-plugin ↗★ 0
@heeweelee/dsh-session-plugin
DeepSeek Harness plugin: recall previously sent messages in the input box with ↑/↓, and archive (delete) a workspace session with a right-click.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Heeweelee/dsh-session-plugin说明文档
阅读完整 README ↗配置
可选:在 DSH_HOME(默认 ~/.dsh)下放一个 dsh-session-plugin.json,把回填历史
条数窗口调大/调小:
{ "historyLimit": 200 }
- 未提供该文件时默认保留最近 100 条用户消息;改完需重启 DSH 生效。
- 插件还会在同目录写一个缓存文件
dsh-session-plugin-history-cache.json, 用于重启后加速首次召回,可随时删除,会自动重建。