dsh-rewind
Claude Code-style rewind for DeepSeek Harness: edit a past user message and re-run on a forked session (out-of-tree plugin)
AI 분석
核心用途是允许用户修改过去的输入并分叉重新执行任务。适合需要调试 Prompt 或探索不同生成路径的开发者。支持设置快照保留天数和文件大小限制。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:SipengXie2024/dsh-rewind配置(settings.yaml,热生效)
rewind:
captureEnabled: true # 关掉即停止捕获(已有快照不动)
retentionDays: 14 # 0 = 立即全部过期(下次扫描清空)
maxFileBytes: 10485760 # 超过此大小的改前内容不入库(标 lost)