From f93ab5b370e7e15b6fa7be690a2f271af61b8225 Mon Sep 17 00:00:00 2001 From: jif-oai Date: Sun, 25 Jan 2026 16:11:56 +0100 Subject: [PATCH] chore: re-put collab in experimental menu --- 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 5e2a0d5d50..9a9527aa7a 100644 --- a/codex-rs/core/src/features.rs +++ b/codex-rs/core/src/features.rs @@ -434,7 +434,11 @@ pub const FEATURES: &[FeatureSpec] = &[ FeatureSpec { id: Feature::Collab, key: "collab", - stage: Stage::Beta, + 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!", + }, default_enabled: false, }, FeatureSpec {