watericetangcw/dsh-session-pause2

dsh-session-pause

DSH web bundle: pause the current turn at the next step boundary (graceful drain), persist everything, and resume later — including after a DSH restart.

AI Analysis

允许在运行中或空闲时控制 Agent 步骤的暂停与继续,支持跨 DSH 重启持久化。适合执行长链条任务、需要中途介入检查或临时中断任务的用户。

Package
dsh-session-pause
Version
0.1.0
License
MIT
Last updated
Aug 16, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:watericetangcw/dsh-session-pause

📖 使用方式

  • 暂停:运行中点 ⏸(或输入 /pause);空闲时也能武装请求,让下一次运行在第一个步骤边界暂停。
  • 取消暂停:转圈中悬停按钮 → 点 ✕(或 /pause-cancel)。
  • 继续:暂停后点 ▶(或 /resume)。
  • 命令/pause/pause-cancel/resume 均可直接从斜杠菜单调用。