Mark collab as beta (#9834)

Co-authored-by: jif-oai <jif@openai.com>
This commit is contained in:
pakrym-oai 2026-01-25 02:13:21 -08:00 committed by GitHub
parent 58450ba2a1
commit b332482eb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -434,11 +434,7 @@ pub const FEATURES: &[FeatureSpec] = &[
FeatureSpec {
id: Feature::Collab,
key: "collab",
stage: Stage::Experimental {
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!",
},
stage: Stage::Beta,
default_enabled: false,
},
FeatureSpec {