Release version 0.14.3
- feat(delegation): Added per-agent default options so each sub-agent type can carry its own preset CLI flags and spawn parameters when invoked via delegate_to_agent.
- feat(delegation): Replaced the delegation timeout mechanism with MCP-native cancellation, allowing the host to cleanly cancel long-running sub-agent calls without forcing a hard timeout.
- feat(workspace): Added a maximize toggle for the file pane so users can expand the file browser to fill the workspace.
- test(delegation): Extended Windows end-to-end coverage to spread the new agent_defaults configuration through delegation flows.
发布版本 0.14.3
- 功能(委派):新增每个智能体的默认选项配置,调用 delegate_to_agent 时可为不同子智能体类型预设各自的 CLI 参数和启动选项。
- 功能(委派):用 MCP 原生取消机制替代委派超时,宿主端可干净地中止长耗时子智能体调用,无需依赖强制超时。
- 功能(工作区):新增文件面板最大化切换,可将文件浏览器扩展至填满整个工作区。
- 测试(委派):扩展 Windows 端到端用例覆盖新的 agent_defaults 配置在委派链路中的传递。