timsok-shit/dsh-quick-resume ↗★ 0
dsh-quick-resume
Agent 任务中止后一键拉起插件:在助手消息的操作行提供“继续”按钮,点击后由 Host 端恢复执行。
AI 分析
核心用途是快速恢复被手动中止或意外暂停的 Agent 任务。适合需要频繁干预、调试或分步推进 Agent 执行流程的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:timsok-shit/dsh-quick-resume说明文档
阅读完整 README ↗Usage
- Install and restart DSH, then open any session.
- Let the agent finish or interrupt a task (click the stop button).
- Below the agent's last assistant message, a continue button appears in the copy/like action row.
- 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:
| Constant | File | Default | Description |
|---|---|---|---|
RESUME_TEXT | index.js | see source | Text of the followup message injected on resume |
RESUME_ENDPOINT | client.js | /dsh-quick-resume/resume | Host route to call |
| Fetch timeout | client.js | 10000 ms | Browser fetch timeout |
order | client.js | 20 | Button order in the action row (after copy/like) |