Heeweelee/dsh-session-plugin0

@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.

AI 分析

优化输入框和会话管理体验。适合习惯使用方向键快速找回历史输入、以及需要快速清理废弃会话的用户。

パッケージ
@heeweelee/dsh-session-plugin
バージョン
0.1.5
ライセンス
MIT
最終更新
2026/08/27

インストール

$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, 用于重启后加速首次召回,可随时删除,会自动重建。