跳到正文

dpskh/dsh-rewind

20最近提交 2026年8月15日

dsh-rewind DSH 插件

@dpskh/tool-rewind 是单入口 DeepSeek Harness 插件,提供面向模型的 rewind 工具和 ctx.rewind 服务。它会总结检查点之后的平衡 surface 区间,以报告替换模型可见的探索过程,并保留原始事件供审计。

如何安装 dsh-rewind DSH 插件

数据来源

快照日期:2026年8月15日

manifest-valid

dsh-rewind DSH 插件能做什么

  • 提供 ctx.rewind 服务和面向模型的 rewind 工具。
  • 查找最近的 checkpoint/mark,并折叠其后的平衡 surface 区间。
  • 通过 ctx.llm 生成报告,并替换选中的模型可见 surface 范围。
  • 在持久化日志中保留完整探索过程以供审计。
  • 避免拆分工具调用/结果对,也不会折叠 rewind 调用本身。
  • 当检查点尚未折叠时注入阻止结束回合的警告。
  • 支持报告语言、令牌预算、重试次数以及可选的摘要提供商/模型覆盖配置。

dsh-rewind DSH 插件适合哪些场景

  • 在后续模型请求前压缩探索中的读取、搜索和实验过程。
  • 在较长的 DeepSeek Harness 会话中维持检查点与回退折叠工作流。
  • 减少模型可见的中间上下文,同时保留可审计的事件日志。

dsh-rewind DSH 插件适合谁

  • 构建长时间运行代理探索流程的 DeepSeek Harness 用户。
  • 同时挂载 @dpskh/tool-checkpoint 的插件用户。
  • 配置基于 Cordis 的 DeepSeek Harness 插件的开发者。

dsh-rewind DSH 插件的限制

  • 依赖同级 @dpskh/tool-checkpoint 插件提供的 checkpoint/mark;单独使用 rewind 会因缺少检查点而失败。
  • 每个标记只能折叠一次;新的探索需要新的 checkpoint。
  • 报告短于原始内容的检查按字符而非 token 计算。
  • 在不支持关闭 reasoning effort 的路由上,thinking 可能耗尽 maxTokens 并产生空完成;重试次数受 maxSummarizationRetries 限制。
  • 若自动压缩已遮蔽部分探索内容,rewind 只能折叠 surface 上仍然可见的内容。

客观检查信号

这些信号来自公开元数据扫描,不是本站安全认证。

  • dependency counts

    package.json declares 1 runtime, 11 development, 8 peer, and 0 optional dependencies.

    info
  • dsh bundle declared

    package.json declares DSH bundle metadata.

    info
  • license not declared

    GitHub did not report an SPDX license for this repository snapshot.

    low
  • 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.

    info

dsh-rewind DSH 插件的相关选择

dsh-rewind DSH 插件常见问题

dsh-rewind DSH 插件是什么?

dsh-rewind 是当前 DSH 插件快照收录的项目。页面基于仓库元数据和已核对的说明整理,运行前仍应查看上游仓库。

如何安装 dsh-rewind DSH 插件?

当前快照没有可靠安装命令。请从 dsh-rewind 仓库 README 获取最新步骤,不要根据插件名猜命令。

dsh-rewind 使用哪个 DSH profile?

dsh-rewind 的 profile 在当前快照中未确认。请查看仓库 manifest 和 README,避免装进错误的 DSH profile。

dsh-rewind 与当前 DSH 版本兼容吗?

当前数据没有提供可验证的兼容版本矩阵。建议先确认最近提交、release 和 DSH 官方变更,再在可回滚的 profile 中测试。

dsh-rewind 加载失败怎么办?

先检查安装命令、profile、依赖安装日志和 Cordis 启动输出。再对照本站排错页与上游 issue,保留完整报错串便于定位。

dsh-rewind 有哪些替代 DSH 插件?

页面列出的相关插件来自当前快照的关联结果,只能作为候选。请按能力、最近维护时间、安装方式和限制逐项比较。