chore: codex - enable multi-agent

This commit is contained in:
tukuaiai 2026-03-08 15:44:29 +08:00
parent a21b26645e
commit aec14b71ef
1 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,10 @@ startup_timeout_ms = 20000
# 是否在 TUI终端 UI里启用通知提示。 # 是否在 TUI终端 UI里启用通知提示。
notifications = true notifications = true
[features]
# Codex 里的 “subagent” 基本就是 Multi-agents多代理/子线程)功能:主代理会按需 spawn 子代理并行干活,最后汇总结果。
multi_agent = true
[notice] [notice]
# 这些开关用于隐藏某些“迁移/提示”类消息,减少噪音(仅影响 UI不影响核心功能 # 这些开关用于隐藏某些“迁移/提示”类消息,减少噪音(仅影响 UI不影响核心功能
hide_gpt5_1_migration_prompt = true hide_gpt5_1_migration_prompt = true