v0.2.10
Codex Remote v0.2.10
本次紧急版本修复 Feishu remote-control 在 subagent 场景下的 session/current thread 状态错乱问题。
修复内容
- 修复 subagent/旁支 thread 事件污染 Feishu 虚拟客户端 current thread/current turn 的问题。
- subagent thread 仍按未绑定 thread 丢弃,不会错误转发到飞书主会话。
- 修复主 thread 完成后 busy 状态可能未清理,导致飞书后续消息一直返回“任务还在进行中,打断 /s,退出会话 /q”的问题。
- 服务启动和运行时会从持久化 session 恢复 IM route,降低重启后 Codex 回流找不到飞书会话的概率。
验证
- cargo fmt
- cargo test --features gui remote_control_backend::tests
- cargo test --features gui im_runtime::tests
- cargo build --release --features gui --bin codex-remote