nit: wording multi-agent (#11986)

This commit is contained in:
jif-oai 2026-02-17 11:45:59 +00:00 committed by GitHub
parent 5ae84197b2
commit 56cd85cd4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
},