snow-The/dsh-session-handoff ↗★ 3
@snow-the/dsh-session-handoff
会话交接与上下文主动修剪管理
AI 分析
适合处理长会话的用户,用于导出交接文档、修剪上下文及切换路由。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:snow-The/dsh-session-handoff说明文档
阅读完整 README ↗Usage
In the old session:
handoff_export → writes .dsh-handoff/handoff-.md (+ handoff package)
In the new session:
handoff_resume → loads the handoff; continue the work
Before heavy work in long sessions:
acp_status → check pressure
acp_compress {start} {end} {summary} → prune spent ranges
acp_set_limit → tune soft/hard limits proactively
Switching vendors for the shared model:
model_routes → see the routes
model_switch deepseek → use the Ark lane
model_switch deepseek-official → use the official lane
model_switch deepseek --vision → ...with the vision wrapper