Fix typo in feature name from 'Mult-agents' to 'Multi-agents' (#9542)
Fixes a typo in a feature description.
This commit is contained in:
parent
2c3843728c
commit
46a4a03083
1 changed files with 1 additions and 1 deletions
|
|
@ -433,7 +433,7 @@ pub const FEATURES: &[FeatureSpec] = &[
|
|||
id: Feature::Collab,
|
||||
key: "collab",
|
||||
stage: Stage::Experimental {
|
||||
name: "Mult-agents",
|
||||
name: "Multi-agents",
|
||||
menu_description: "Allow Codex to spawn and collaborate with other agents on request (formerly named `collab`).",
|
||||
announcement: "NEW! Codex can now spawn other agents and work with them to solve your problems. Enable in /experimental!",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue