From 483239d861596a1917fe6d0c82487a92929870aa Mon Sep 17 00:00:00 2001 From: jif-oai Date: Tue, 20 Jan 2026 10:19:06 +0000 Subject: [PATCH] chore: collab in experimental (#9525) --- codex-rs/core/src/features.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/codex-rs/core/src/features.rs b/codex-rs/core/src/features.rs index 3e95c566b..1a35407a1 100644 --- a/codex-rs/core/src/features.rs +++ b/codex-rs/core/src/features.rs @@ -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 {