Heeweelee/dsh-session-plugin ↗★ 0
@heeweelee/dsh-session-plugin
DSH 会话辅助插件,支持在输入框中使用 ↑/↓ 键召回历史发送消息,并支持右键归档(删除)工作区会话。
AI 分析
优化输入框和会话管理体验。适合习惯使用方向键快速找回历史输入、以及需要快速清理废弃会话的用户。
安装
$
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, 用于重启后加速首次召回,可随时删除,会自动重建。