dsh-revert
A production-ready UI Rewind/Revert plugin for DSH. Features inline prompt editing and a flawless dual-engine state recovery system (Workspace ShadowGit + External Tracker) with full support for forked sessions.
现代化对话回退与重试插件:纯 UI 图形化交互、原地 Prompt 微调、支持工作区与外部文件双引擎安全快照同步,完美解决分支重放断代问题。
How to install
dsh plugin add github:Movingtoleveltwo/dsh-revert About
dsh-revert 简体中文 | English --- 简体中文 DeepSeek Harness (DSH) 现代化对话回退与重试插件:纯 UI 图形化交互、原地 Prompt 微调、支持工作区与外部文件双引擎安全快照恢复。 ✨ 核心特性 🎯 **纯 UI 图形化交互**:无需记忆任何复杂的斜杠指令,鼠标悬浮在任意对话消息下方即可点击「↩️ 还原重试」; ✏️ **原地微调 Prompt**:弹窗直接回显该轮用户输入的 Prompt,修改后自动聚焦回填到聊天输入框; 🛡️ **工作区内快照(Shadow Git)**:在独立影子存储中维护轻量快照,秒级撤销代码变动,**绝不污染或重置用户自己的本地 Git 分支**; 🌐 **工作区外部安全恢复(External Interceptor)**:精准拦截 AI 在工作区外部编辑过的文件,并在回退时一并安全写回原始状态; 📱 **多端全适配**:电脑端、平板端与手机端界面完美适配。 🚀 安装与启用 **方式 1:通过插件市场一键安装** 在 DSH 的【设置 ➔ 插件市场】中搜索 dsh-revert,点击安装即可。 **方式 2:本地开发与手动加载** bash 进入 profile 目录并链接本地插件 cd ~/.dsh/profiles/web npm link /path/to/dsh-revert 在 ~/.d…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 1
- mo. downloads
- –
- Last push
- 2026-09-03
- Created
- 2026-08-29
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- deepseek-harness, dsh, dsh-plugin, revert
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.