Release version 0.14.1
- feat(collaboration): now supports multi-agent collaboration, allowing the main agent to delegate work to local coding agents such as Claude Code, Codex, OpenCode, Gemini, OpenClaw, and Cline through the codeg-mcp companion.
- feat(delegation): Delegated sub-agent tasks are linked back to the parent conversation and shown as inline sub-threads with live status, streaming results, final outcomes, timeout handling, depth limits, and cancel cascade support.
- fix(delegation): Fixed Windows named-pipe broker binding by using the
\\.\pipe\codeg-delegation-<pid>namespace so codeg-mcp clients can connect successfully. - fix(delegation): Kept a Windows pipe server instance available across back-to-back delegation calls to avoid transient NotFound races.
- test(delegation): Added Windows transport round-trip and end-to-end coverage for successful and consecutive delegation requests.
发布版本 0.14.1
- 功能(协作):现已支持多智能体协作,主智能体可通过 codeg-mcp companion 将任务委派给 Claude Code、Codex、OpenCode、Gemini、OpenClaw、Cline 等本地编码代理。
- 功能(委派):委派给子智能体的任务会自动关联回父会话,并以内联子线程展示实时状态、流式结果、最终输出,同时支持超时控制、深度限制和取消级联。
- 修复(委派):Windows 命名管道 broker 改用
\\.\pipe\codeg-delegation-<pid>命名空间,确保 codeg-mcp 客户端可正常连接。 - 修复(委派):Windows 管道监听器在连续委派调用间始终保留可用 server instance,避免偶发 NotFound 竞争。
- 测试(委派):新增 Windows transport 往返测试和端到端覆盖,验证成功调用与连续请求场景。