@morlay/session-rdb
RDB durable session backend for DeepSeek Harness: implements both session-persistence and session-branch (rewind / retry / fork) providers.
20 results
RDB durable session backend for DeepSeek Harness: implements both session-persistence and session-branch (rewind / retry / fork) providers.
Provider abstraction + high-level service for rewind / retry / fork over DeepSeek Harness event-sourced sessions.
Rewind / retry / fork orchestration (host) plus conversation.chat.node renderer replacement (browser) — message edit / retry actions on user bubbles.
Turn-level conversation and workspace rewind for DeepSeek Harness, powered by a persistent Change Ledger
DSH 插件:真正便捷无感的同窗口内对话回退,从不新建分支;自带轻量工作区备份,可一并还原文件(完整 Claude Code /rewind 语义)。 · DSH plugin: genuinely effortless in-window conversation rewind — never forking a new session; ships a lightweight workspace backup that restores files together with the rewind (full Claude Code /rewind semantics).
DeepSeek 官网风格右侧消息时间线:常驻显示当前会话的用户消息卡片,悬停高亮、重点标记、平滑跳转与回退联动。
File-diff visualization between checkpoint time nodes for DeepSeek Harness: a read-only timeline + per-file line diff over the dsh-checkpoint-rewind checkpoints storage domain, with preview-first rollback (restore workspace files from any time node, single-file or whole-node; per-file current→snapshot preview diff; single-shot in-process undo), exposed as /diff and /rollback commands, a JSON HTTP API, and a GUI panel (session header action + shell overlay). Requires the upstream dsh-checkpoint-rewind plugin (the snapshot producer) to be installed first — without it, only the Trace scope works
Conversation rollback for the DeepSeek Harness: rewind a session to the prompt before a chosen turn (restore the files that turn changed) and continue in a fresh forked session.
Same-Session append-only conversation branches and safe message editing for DeepSeek Harness
DeepSeek Harness (DSH) 插件:可逆时间旅行与审计。为工具副作用建立「前状态快照 → 执行 → 补偿」链路,提供 rewindTo(turnId) 按轮次倒序恢复工作区,内置审计规则引擎。
Conversation undo for DeepSeek Harness: /undo <n> rewinds the model-visible surface and the Web UI collapses the undone turns.
DSH plugin that bundles dsh-session-manager: session rewind (shadow git + file rollback) and archived session management.
DeepSeek Harness (dsh) plugin that snapshots your workspace at every turn into a shadow git repository, so you can restore the files to any earlier turn. Your own .git is never touched, and plain directories work too.
Unified DSH checkpoints with linked-worktree rollback, session replay, and a graphical conversation branch tree
DeepSeek Harness 现代化对话回退与重试插件:纯 UI 图形交互、原地 Prompt 微调、支持工作区与外部文件双引擎安全恢复。
DeepSeek 官网风格消息时间线(增强版 fork):悬停问答预览、面板钉住常驻、重点标记、平滑跳转。fork of dsh-chat-timeline.
DeepSeek Harness (DSH) 插件:可逆时间旅行与审计。为工具副作用建立「前状态快照 → 执行 → 补偿」链路,提供 rewindTo(turnId) 按轮次倒序恢复工作区,内置审计规则引擎。
Conversation lineage for DeepSeek Harness: fork at a completed turn and show the family tree. Does not rewind files or merge logs.
DSH web plugin: better-sidebar Turn Review tab — a human gate on the diff of the just-finished agent turn (Approve / Request changes per path with comment). Not a rewind.
A /rewind picker for DeepSeek Harness: scroll to an earlier message and continue from a clean forked session, trimming all later context.