WeiYe6/dsh-handoff

WeiYe6★ 0JavaScript最后同步: 2026-08-16

在 GitHub 打开

Hand your long DSH session over to a clean one: /handoff summarizes the conversation with an LLM, creates a new session+agent in the same workspace, injects the handoff document, and auto-opens it.

README 摘要

dsh-handoff English 中文 Hand your long DSH session over to a clean one. /handoff summarizes the recent conversation with an LLM, creates a brand-new session + agent in the same workspace (no history copied), injects a structured handoff document as its first message, and auto-opens it — the model continues from the summary instead of replaying the whole old history. The origin session is untouched. Features - One command — /handoff [ all] (defaults to the last 8 user messages; all covers everything) - Clean handoff — a fresh session with the origin's workspace, model route, and agent preset (system prompt / tools / skills), no context bloat - Structured summary — 任务目标 / 当前进度 / 关键决策 / 涉及文件 / 下一步 / 遗留问题 - Auto-open — the client half waits for the new session to be ready and navigates to it (each child auto-opens once; history replay never re-jumps) - Robust by default — summaries run with thinking off (fast, cheap), oversized excerpts keep the newest messages instead of erroring, and finish reasons ( max-tokens / error / aborted ) are translated into actionable errors - Zero core changes — a single dsh.bundle.patch row; only public services are used Install Dev-time source link ( dsh …

在 GitHub 查看完整 README →
Agent/智能体dsh-pluginagent

分类