timsok-shit/dsh-quick-resume0

dsh-quick-resume

Agent 任务中止后一键拉起插件:在助手消息的操作行提供“继续”按钮,点击后由 Host 端恢复执行。

AI 分析

核心用途是快速恢复被手动中止或意外暂停的 Agent 任务。适合需要频繁干预、调试或分步推进 Agent 执行流程的用户。

包名
dsh-quick-resume
版本
0.1.0
最近更新
2026年8月19日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:timsok-shit/dsh-quick-resume

Usage

  1. Install and restart DSH, then open any session.
  2. Let the agent finish or interrupt a task (click the stop button).
  3. Below the agent's last assistant message, a continue button appears in the copy/like action row.
  4. Click continue → the button shows "…" briefly → "Resumed", and the agent resumes executing from context.

Common scenarios:

  • Continue after manual stop: user stops → agent idle → click continue to resume.
  • Advance after natural end: with the agent idle the button stays visible; click it anytime for another turn.

Configuration

No external configuration. Tunable constants are collected at the top of each module:

ConstantFileDefaultDescription
RESUME_TEXTindex.jssee sourceText of the followup message injected on resume
RESUME_ENDPOINTclient.js/dsh-quick-resume/resumeHost route to call
Fetch timeoutclient.js10000 msBrowser fetch timeout
orderclient.js20Button order in the action row (after copy/like)