From aec14b71efb0ee0e11edd63b4860cb6c499125d7 Mon Sep 17 00:00:00 2001 From: tukuaiai Date: Sun, 8 Mar 2026 15:44:29 +0800 Subject: [PATCH] chore: codex - enable multi-agent --- assets/config/.codex/config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/config/.codex/config.toml b/assets/config/.codex/config.toml index 3e42027..92ac62e 100644 --- a/assets/config/.codex/config.toml +++ b/assets/config/.codex/config.toml @@ -56,6 +56,10 @@ startup_timeout_ms = 20000 # 是否在 TUI(终端 UI)里启用通知提示。 notifications = true +[features] +# Codex 里的 “subagent” 基本就是 Multi-agents(多代理/子线程)功能:主代理会按需 spawn 子代理并行干活,最后汇总结果。 +multi_agent = true + [notice] # 这些开关用于隐藏某些“迁移/提示”类消息,减少噪音(仅影响 UI,不影响核心功能)。 hide_gpt5_1_migration_prompt = true