OpenCode × DeepSeek V4:多 Agent 上下文管理的两层优化实战在 OpenCode 多 Agent 框架下跑 DeepSeek V4,一个典型的开发会话长这样:Orchestrator 拆任务 → planner 出方案 → deep-worker 写代码 → reviewer 审结果。每一环都在往上下文里塞东西——prompt、tool call、返回结果、反复读写的文件内容。DeepSeek V4 给了 128K 窗口,但窗口大不代表你可以随便浪费。原生 compaction 是"被动兜底",等到快溢出了才动手,那时候 token 已经花出去了。