dsh-rewind
Conversation rewind / restore / branch-continue for DeepSeek Harness — OpenChamber-style timeline with project-file rollback
AI 분석
核心用途是管理对话历史版本并支持代码文件的同步回滚。适合在开发过程中需要尝试不同分支路径、随时撤销代码修改和对话进度的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ddll8023/dsh-rewind配置(cordis.yml 行 config,作为 apply 的第二个参数传入)
| 字段 | 默认 | 说明 |
|---|---|---|
enabled | true | 总开关 |
excludes | 内置列表 | 快照排除的目录名(node_modules/.git/dist 等),用数组覆盖 |