antonkoatl/dsh-message-handoff ↗★ 0
dsh-message-handoff
Per-message session handoff for DeepSeek Harness: a handoff icon next to each message's fork button summarizes the conversation up to that message with an LLM, forks a fresh session carrying the copied history plus the injected summary document, and auto-opens it. The origin session is unchanged.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:antonkoatl/dsh-message-handoff说明文档
阅读完整 README ↗Configuration
Optional config: on the cordis.yml row:
- id: message-handoff
name: dsh-message-handoff
config:
maxInputBytes: 24000 # UTF-8 byte cap for the summary input (oldest dropped first)
maxTokens: 10000 # summary output budget (reasoning-heavy routes need headroom)
timeoutMs: 120000 # summary call timeout
The summary model route is the source session's latest logged request route (the model that actually produced the history), falling back to the deployment's default model selection.