antonkoatl/dsh-message-handoff

antonkoatl★ 0JavaScript最后同步: 2026-08-22

在 GitHub 打开

README 摘要

dsh-message-handoff Per-message session handoff for DeepSeek Harness. Inspired by dsh-session-handoff . The trigger is a handoff icon next to each message's fork button (no slash command): forking back to an earlier point while staying informed about later progress — the child carries the copied history up to the selected message, and an LLM summary of everything that happened after it is injected on top. Each finalized assistant message's icon row renders copy · ✋ handoff · fork . Clicking handoff: 1. copies the verbatim history up to that message into a fresh session (its whole completed turn — the same pipeline the web UI's own fork button uses); 2. summarizes only what happened in the source session after that point with one auxiliary LLM call (byte-capped input, oldest entries dropped first); clicking the latest message skips the call entirely; 3. appends the structured handoff document (task goal / progress / decisions / files / next steps / open questions) covering that post-fork activity on top of the copied history; 4. attaches the child to the source's workspace, pins a handoff: , and auto-opens it . The origin session stays untouched. Any summary failure (no route yet, s…

在 GitHub 查看完整 README →
工具/开发dsh-pluginweb ui

分类