dsh-turnsnap
零配置的逐轮 git 检查点:在 git 工作区的每个 agent 轮结束后,把全部变更暂存为一条带 \[turnsnap] 标记的提交(串行队列、感知沙箱策略),每一轮都是回滚点。
Zero-config per-turn git checkpoints: after every completed agent turn in a git workspace, stages all changes into one tagged \[turnsnap] commit (serialized queue, sandbox-policy aware), so any turn is a rollback point.
怎么安装
dsh plugin add dsh-turnsnap 简介
dsh-turnsnap Zero-config per-turn git checkpoints for DeepSeek Harness (DSH). After every completed agent turn, if the session's working directory is a git repository with uncommitted changes, TurnSnap stages everything and creates one tagged [turnsnap] commit — a rollback point you never had to ask for. 中文说明 Why Long agent sessions rewrite many files. When a turn goes wrong you either reach for git by hand or lose the trail. TurnSnap makes the checkpoint automatic: one commit per turn, named after the turn number, file count and time: [turnsnap] turn 12 · 7 files · 14:32:08 Install sh dsh plu…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 0
- 月下载
- –
- 最近更新
- 2026-08-27
- 创建于
- 2026-08-27
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- autosave, checkpoint, deepseek-harness, dsh, dsh-plugin, git
同类推荐
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-git-graph
输入框上方提供 Git 分支选择器,并把分支泳道与提交历史画成图谱,沿着时间线找到任意变更。
dsh-web
zhu1090093659/dsh-web/tree/main/packages/dsh-git-graph
输入框上方提供 Git 分支选择器,并把分支泳道与提交历史画成图谱,沿着时间线找到任意变更。
dsh-git-worktree
wloops/dsh-git-worktree
Git Worktree Session Target:任务在隔离 Session 中运行,支持 Ready for Review、可撤回的 Local Preview、人工确认交付、环境保留与恢复,以及同一 Session 连续迭代。
dsh-github
PerryLink/dsh-github
官方级 GitHub CI 集成:composite action.yml、轮询 PR 评审机器人(幂等行内评论 + status-check 门禁)以及 PR/issue 工具,所有写入走人工审批门。