dsh-gui-last-session
重启 DeepSeek Harness 后自动回到最近一次对话;实现方式是在 DSH 数据目录里保存一个指针文件,不修改引擎文件。
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.
怎么安装
dsh plugin add github:itchenshi/dsh-gui-last-session 简介
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…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 0
- 月下载
- –
- 最近更新
- 2026-09-24
- 创建于
- 2026-09-21
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- cordis, deepseek-harness, dsh, dsh-plugin, resume, session
同类推荐
DSH-EasyRewrite
Renzic-Stone/DSH-EasyRewrite
在 dsh web 中内联编辑与撤回自己的消息——惰性、无痕,带版本翻页器与会话级草稿持久化。
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-chat-recovery
对话恢复插件:编辑最近一轮已结束的用户消息、显式重试失败轮次;两条路径都走 session fork 分支,原会话不被改动。
dsh-nested-followups
sluminositys/dsh-nested-followups
从任意层级的已完成回答持续创建隔离分支,主会话始终不受影响。
dsh-session-sync
PerryLink/dsh-session-sync
DeepSeek Harness 的跨设备会话同步:经 git 在多机之间同步会话与设置。