Momojie-S/dsh-subagent-cleanup ↗★ 0
@momojie-s/dsh-subagent-cleanup
DSH 插件: 子agent会话清理 —— 会话自清(枚举本会话后代,归档/删除已停稳记录)+ 运维侧跨 workspace 大扫除(严格冷判据)
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Momojie-S/dsh-subagent-cleanup说明文档
阅读完整 README ↗配置
patch config 字段(全部可选):
| 字段 | 默认 | 说明 |
|---|---|---|
toolSelf | subagent_cleanup | 自清工具的模型可见名 |
toolGlobal | subagent_cleanup_global | 大扫除工具的模型可见名 |
home | DSH_HOME 环境变量,再退 ~/.dsh | DSH home 覆盖 |
archiveRoot | /sessions-archive | 归档目标根 |
defaultIdleHours | 24 | 大扫除闲置门槛(小时) |
settleBufferMs | 30000 | 仅磁盘子级的写入缓冲(毫秒) |
liveBufferMs | 600000 | 在内存子级需静默多久才可处置(毫秒) |