dsh-gui-last-session
Reopens the conversation you were last in after restarting DeepSeek Harness, by keeping a pointer file under the DSH home directory instead of patching engine files.
重启 DeepSeek Harness 后自动回到最近一次对话;实现方式是在 DSH 数据目录里保存一个指针文件,不修改引擎文件。
How to install
dsh plugin add github:itchenshi/dsh-gui-last-session About
dsh-gui-last-session 这是 **DSH Ready GUI** 的组成部分之一 —— GUI 开箱内置四个插件,勾选即用。 也可单独装到任何 DSH 宿主里(见下方「装上就能用」)。 GUI:https://github.com/itchenshi/dsh-ready-gui 重启 DeepSeek Harness(DSH)之后,**自动回到你 上一次待着的那个会话** —— 不用再一层层翻历史。 装上就能用 **用 DSH Ready GUI(推荐)**:插件**随 GUI 内置**,而且是默认开启的 —— 装好 GUI 就已经在用了。 要关掉就在设置窗口 → 第三方插件里取消勾选。 **其它 DSH 宿主**(dsh web / CLI)—— 两条路都行,任选一条: sh # 推荐:直接从 GitHub 装(记进 profile,之后可跟着更新) dsh plugin --profile web add github:itchenshi/dsh-gui-last-session # 备选:从本仓库 Release 的 tarball 装(网络受限连不上 github.com 时用这条) dsh plugin --profile web add https://github.com/itchenshi/dsh-gui-last-session/releases…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-09-24
- Created
- 2026-09-21
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- cordis, deepseek-harness, dsh, dsh-plugin, resume, session
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-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.
dsh-nested-followups
sluminositys/dsh-nested-followups
Keep branching from any completed answer at any depth while the main session stays untouched.
dsh-session-sync
PerryLink/dsh-session-sync
Cross-device session sync for DeepSeek Harness — syncs sessions and settings between machines through git.