DSH 插件
返回插件市场

dsh-checkpoint-rewind

通过复核版本当前v0.4.0会话与历史

Claude Code /rewind equivalent for DeepSeek Harness: git-first workspace file snapshots before every mutating tool execution, turn-boundary session forks, and a one-shot /rewind command that restores files and forks the session back to a checkpoint[作者原文(英文)]

安装

dsh plugin --profile web add dsh-checkpoint-rewind

把 web 换成你自己的 profile 名。首次使用会自动初始化该 profile。

复核结果

  • declares-bundle
    声明了 dsh.bundle.patch → cordis.patch.yml
  • patch-shipped
    patch 文件确实打进了 tarball
  • patch-parses
    patch 解析正常,挂载 1 个插件行
  • rows-resolvable
    每个插件行都能解析到已发布的包
  • entry-shipped
    入口模块已打包:index.mjs
  • prebuilt
    预构建 —— 安装时无需执行构建脚本

它挂载了什么

insertcheckpoint-rewinddsh-checkpoint-rewind
enabledproviderconfirmVia

这些是插件的 cordis.patch.yml 往你的配置树里插入的行。装进去之后,dsh --profile <名字> --dump-config 会原样打印它们。

版本兼容

@deepseek-ai/cordis^4.0.14.0.1版本当前
@deepseek-ai/dsh-llm0.1.0-rc.60.1.0-rc.6版本当前
@deepseek-ai/dsh-session0.1.0-rc.60.1.0-rc.6版本当前
@deepseek-ai/schemastery>=3.0.03.18.1版本当前
@deepseek-ai/dsh-storage-domain0.1.0-rc.60.1.0-rc.6版本当前

dsh 三天里从 0.0.1-rc.1 走到 0.1.0-rc.6。注意:dsh 库包的当前版本发布在 next 标签上,latest 标签仍停在首日版本。