@fakechris/dsh-restart-recover

@fakechris · plugins/dsh-restart-recover · 开发
检测有风险提示无安装脚本

DSH web 崩溃或重启后,自动接续被打断的 agent 回合。

v0.2.1版本
GitHub 源码安装安装方式
2026-08-21最近更新
11Star
dsh plugin --profile web add github:fakechris/dsh-harness-ops#path:/plugins/dsh-restart-recover查看仓库

插件介绍

根据仓库资料整理 · commit 58c04e3

主要功能

  • 在 host 侧监听 agent/created 事件,检测被打断的会话。
  • 崩溃或重启后自动继续被打断的 agent 回合,无需手动干预。
  • 通过 host 侧监听避免浏览器时序竞态问题。
  • 以 cordis 插件形式接入,涉及 agent 控制、环境、会话与子进程管理。

适合什么时候用

  • DSH web 服务或 host 进程发生崩溃后,希望会话能自动恢复而不丢失上下文。
  • 频繁重启 DSH host(如开发调试)时,需要 agent 回合自动续接。

使用前需要

  • 需要在 DeepSeek Harness (DSH) web 的 host 侧运行,依赖 cordis 插件系统(patch: cordis.patch.yml)。
  • 无额外 peerDependencies。

仓库资料较少,介绍可能不完整。 在 GitHub 阅读完整 README

权限与能力

安装后它能碰到什么
不覆盖任何 dsh-base 宿主行:不接管沙箱、审批、凭据等能力。
宿主能力
Agent 控制环境变量会话数据宿主子进程
能力是范围不是结论:很多能力是功能所需。

基本信息

仓库fakechris/dsh-harness-ops/plugins/dsh-restart-recover安装方式GitHub 源码安装(需 allowBuilds)安装提示源码安装会在你的机器上执行 prepare 构建,需要 allowBuilds 授权;建议用 github:fakechris/dsh-harness-ops#58c04e3 锁定本次检测的 commit。收录日期2026-08-19固定 commit58c04e333630 · 2026-08-21
dsh plugin --profile web add github:fakechris/dsh-harness-ops#path:/plugins/dsh-restart-recover