
dpskh/dsh-checkpoint
20最近提交 2026年8月15日
dsh-checkpoint DSH 插件
这是一个单入口 DeepSeek Harness 插件,提供检查点服务和面向模型的工具。它写入持久化、仅日志可见的会话标记,供独立的 @dpskh/tool-rewind 插件将探索过程折叠为报告。
如何安装 dsh-checkpoint DSH 插件
数据来源
快照日期:2026年8月15日
manifest-valid
dsh-checkpoint DSH 插件能做什么
- 提供 ctx.checkpoint.mark(session, objective?),用于追加持久化的 checkpoint/mark 会话事件。
- 提供可配置的面向模型的 checkpoint 工具,接受可选 objective 并返回标记序号。
- 将标记记录为仅日志事件,使其可定位且不出现在模型可见历史中。
- 与 @dpskh/tool-rewind 配合支持基于回退的探索折叠。
- 添加 tool:checkpoint 系统提示词指令,指导先标记后回退的工作流。
dsh-checkpoint DSH 插件适合哪些场景
- 在搜索、阅读或实验等多步骤调查开始前标记起点。
- 通过后续 rewind 折叠,让中间探索步骤不再占用模型后续可见上下文。
- 在保留结果报告的同时,于持久化会话日志中保存完整探索记录。
dsh-checkpoint DSH 插件适合谁
- 构建长流程或高噪声调查工作流的 DeepSeek Harness 用户。
- 使用配套 @dpskh/tool-rewind 插件的开发者。
dsh-checkpoint DSH 插件的限制
- 如果之后未执行 rewind,检查点没有实际效果;该插件本身不会折叠上下文。
- 预期工作流依赖独立的 @dpskh/tool-rewind 插件。
- rewind 从最近的标记开始折叠;对同一标记重复折叠会因区域为空而被拒绝。
客观检查信号
这些信号来自公开元数据扫描,不是本站安全认证。
- info
dependency counts
package.json declares 1 runtime, 10 development, 6 peer, and 0 optional dependencies.
- info
dsh bundle declared
package.json declares DSH bundle metadata.
- low
license not declared
GitHub did not report an SPDX license for this repository snapshot.
- info
package manifest available
A root package.json was captured and can be inspected by the registry.
- info
prepare script detected
package.json declares a prepare lifecycle script that may run during relevant package installation workflows.
- info
source available
Public GitHub source metadata is available for this registry snapshot.
dsh-checkpoint DSH 插件的相关选择
dsh-checkpoint DSH 插件常见问题
dsh-checkpoint DSH 插件是什么?
dsh-checkpoint 是当前 DSH 插件快照收录的项目。页面基于仓库元数据和已核对的说明整理,运行前仍应查看上游仓库。
如何安装 dsh-checkpoint DSH 插件?
当前快照没有可靠安装命令。请从 dsh-checkpoint 仓库 README 获取最新步骤,不要根据插件名猜命令。
dsh-checkpoint 使用哪个 DSH profile?
dsh-checkpoint 的 profile 在当前快照中未确认。请查看仓库 manifest 和 README,避免装进错误的 DSH profile。
dsh-checkpoint 与当前 DSH 版本兼容吗?
当前数据没有提供可验证的兼容版本矩阵。建议先确认最近提交、release 和 DSH 官方变更,再在可回滚的 profile 中测试。
dsh-checkpoint 加载失败怎么办?
先检查安装命令、profile、依赖安装日志和 Cordis 启动输出。再对照本站排错页与上游 issue,保留完整报错串便于定位。
dsh-checkpoint 有哪些替代 DSH 插件?
页面列出的相关插件来自当前快照的关联结果,只能作为候选。请按能力、最近维护时间、安装方式和限制逐项比较。