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 Analysis

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

Package
@heeweelee/dsh-session-plugin
Version
0.1.5
License
MIT
Last updated
Aug 27, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Heeweelee/dsh-session-plugin

配置

可选:在 DSH_HOME(默认 ~/.dsh)下放一个 dsh-session-plugin.json,把回填历史 条数窗口调大/调小:

{ "historyLimit": 200 }
  • 未提供该文件时默认保留最近 100 条用户消息;改完需重启 DSH 生效。
  • 插件还会在同目录写一个缓存文件 dsh-session-plugin-history-cache.json, 用于重启后加速首次召回,可随时删除,会自动重建。