snow-The/dsh-session-handoff ↗★ 3
@snow-the/dsh-session-handoff
Session handoff & context management for DeepSeek Harness: structured handoff documents (export/resume/status), active context pruning (acp_* tools + pressure banner), session management (trash/restore/purge), model routes for one model across vendors/plans, and optional OpenViking memory / archify diagram integration. Core is zero-dependency (official compaction API + node builtins); memory/diagram enhance when detected.
安装
$
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