From b332482eb1a183166d13bc8b58fbb2137fd3f446 Mon Sep 17 00:00:00 2001 From: pakrym-oai Date: Sun, 25 Jan 2026 02:13:21 -0800 Subject: [PATCH] Mark collab as beta (#9834) Co-authored-by: jif-oai --- codex-rs/core/src/features.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/codex-rs/core/src/features.rs b/codex-rs/core/src/features.rs index 9a9527aa7..5e2a0d5d5 100644 --- a/codex-rs/core/src/features.rs +++ b/codex-rs/core/src/features.rs @@ -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 {