nit: wording multi-agent (#11986)
This commit is contained in:
parent
5ae84197b2
commit
56cd85cd4b
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue