mirror of
https://github.com/openai/codex.git
synced 2026-06-01 19:02:59 +00:00
nit: wording multi-agent (#11986)
This commit is contained in:
@@ -554,9 +554,9 @@ pub const FEATURES: &[FeatureSpec] = &[
|
||||
id: Feature::Collab,
|
||||
key: "multi_agent",
|
||||
stage: Stage::Experimental {
|
||||
name: "Sub-agents",
|
||||
name: "Multi-agents",
|
||||
menu_description: "Ask Codex to spawn multiple agents to parallelize the work and win in efficiency.",
|
||||
announcement: "NEW: Sub-agents can now be spawned by Codex. Enable in /experimental and restart Codex!",
|
||||
announcement: "NEW: Multi-agents can now be spawned by Codex. Enable in /experimental and restart Codex!",
|
||||
},
|
||||
default_enabled: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user