DeepSeek Harness 插件

bundle-rollback

对话撤销:通过 /undo、会话头部按钮或消息下方图标把会话回滚到任意已发送 prompt 之前,文件由插件私有 Shadow Git 快照恢复、会话 fork 成新分支,模型看不到被回滚的回合;附带归档任务设置页与工具卡片按类型着色。

跳到安装方式

来源信息

GitHub 仓库
23swccp/dsh-undo
最近更新
2026年8月21日
分类
对话与消息
GitHub stars
2

安装

默认先复制一段 Prompt,让 Agent 读页面和仓库;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读页面和仓库。

请先不要安装。阅读这个 DeepSeek Harness 插件,说明它解决什么问题、会访问哪些文件、网络或密钥,以及如何安装和卸载。

插件页面:https://deepseekplugins.org/zh/plugins/23swccp/dsh-undo~23bundle-rollback
GitHub:https://github.com/23swccp/dsh-undo/tree/master/packages/bundle-rollback
插件名:dsh-undo#bundle-rollback
作者:23swccp
安装命令:dsh plugin --profile web add dsh-undo-plugin

确认前不要执行安装命令。

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器2 个文件
README.md来源说明 · 只读预览

dsh-undo-plugin

Conversation undo/rollback plugin for DeepSeek Harness (dsh).

  • Message-level rollback — the enter-key icon under a sent prompt, the session-header rollback button, the /undo command, or the composer strip: restores the file tree from a plugin-private Shadow Git snapshot (never touches your .git) and forks the conversation, so the model never sees the reverted prompt, reply, or tool calls
  • Archive tasks — list, restore, and hide archived sessions from Settings
  • Tool cards — per-tool colored cards and the reasoning-and-actions fold in the dsh web conversation trail

Install

dsh plugin --profile web add dsh-undo-plugin

Requires dsh 0.1.0-rc.6 or newer. Restart dsh web after installing.

Full documentation: 中文 | English

License

MIT