ACP spawn 成功后,Clawline Web 客户端 无法正确显示 ThreadSessionCard(⚡ 图标可折叠卡片)。
问题分析
threadId在 outbound context 中始终为undefined- Channel 插件
send.ts支持threadId透传 - 但 OpenClaw Gateway relay 转发时未将
threadId包含在message.send数据中
已修复
history.sync中添加了threadId映射syncMessageToLocal路径添加了threadId支持
未解决
- Relay Gateway 层的
threadId透传仍缺失 - 根因:Gateway 的消息转发逻辑需要修改以携带
threadId
相关页面
- acp-claude-code-integration — ACP 集成
- clawline-thread-support — 线程支持限制
- clawline — Web 客户端
- clawline — Gateway 实现