-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[Bug]: 不兼容codex多Agent模式 #1143
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Platform
macOS (Apple Silicon)
AionUi Version
v1.8.21
Bug Description
codex启用多agent模式以后,AionUi似乎就无法连接已经安装的codex cli了
Steps to Reproduce
在config.toml中增加配置开启多Agent
[features]
# 显式开启多 Agent 协作工具(如 spawn_agent, wait 等)
multi_agent = true
[agents]
# 设置最大嵌套深度(默认为 1)
max_depth = 2
# 同时运行的最大线程数
max_threads = 5此时打开AionUi(先配置好codex的多Agent,然后再安装AionUi)尝试与codex交流就会报错
Expected Behavior
应该可以正常启动
Actual Behavior
异常退出
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working