Skip to content

[Bug]: 不兼容codex多Agent模式 #1143

@Anekys

Description

@Anekys

Platform

macOS (Apple Silicon)

AionUi Version

v1.8.21

Bug Description

Image Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions