chore: collab in experimental (#9525)

This commit is contained in:
jif-oai
2026-01-20 10:19:06 +00:00
committed by GitHub
parent 3078eedb24
commit 483239d861

View File

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