dsh-session-plugin
Recall previously sent messages in the input box with Up/Down, and archive a workspace session from its right-click menu.
在输入框内按 ↑/↓ 回填历史消息,并支持右键归档(隐藏)工作区会话。
How to install
dsh plugin add @heeweelee/dsh-session-plugin About
@heeweelee/dsh-session-plugin 一个可安装的 DeepSeek Harness(DSH)插件,把「输入框历史回填」和「会话右键归档(删除)」作为发布包提供。 **输入框历史**:在输入框聚焦时按 ↑ 回填上一条你发过的消息,继续 ↑/↓ 切换(↓ 走到底会落到空输入框);会话标题栏会多一个 ↑ 历史 按钮。 **右键删除(归档)**:在工作区左侧会话列表里右键某个会话 →「删除该会话…」→ 二次确认后执行,走 DSH 原生 archiveSession(归档隐藏,不破坏磁盘文件)。 快速上手 1. 安装本包(见「安装」),重启 DSH 使其生效。 2. 把光标点到输入框,按 ↑ 回填上一条你发过的话;再按 ↑/↓ 在历史里上下切换;按 ↓ 到最后会清空输入框。 3. 想删掉一个会话,到左侧会话列表右键它 →「删除该会话」。这是**归档**(从列表隐藏),不是物理删除文件,可放心用。 安装 bash dsh plugin add @heeweelee/dsh-session-plugin@0.1.6 或在 DSH Desktop 的 **设置 > 插件** 市场中安装。安装后重启 DSH 使新包生效。 卸载 bash dsh plugin remove @heeweelee/dsh-session-plugin 或从 **设置 > 插件** 里禁用/移除;…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-09-02
- Created
- 2026-08-21
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh-plugin
Related plugins
DSH-EasyRewrite
Renzic-Stone/DSH-EasyRewrite
Inline-edit and recall your own user messages in dsh web — lazily and seamlessly, with a version pager and per-session draft persistence.
dsh-maze
lamost423/dsh-maze
Execution maze for DSH sessions: the agent's real path — main advance, failed or dead-end detours, backtracks, request retries and subagent branches — drawn on one wall-clock timeline, with three tracks under each lane sharing that axis (tool-call density, token pulse, context pressure) and a deterministic analysis panel below it (tool result matrix, failure-recovery chains, duration distribution); watch it grow live in a session tab, or upload up to 5 session logs for a same-axis compare.
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-chat-recovery
Chat recovery for DSH: edit the last finished user message and explicitly retry failed turns, both via session-fork branches that leave the original conversation untouched.