From 56cd85cd4bc9d736de1319dd741c2089674ef476 Mon Sep 17 00:00:00 2001 From: jif-oai Date: Tue, 17 Feb 2026 11:45:59 +0000 Subject: [PATCH] nit: wording multi-agent (#11986) --- codex-rs/core/src/features.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codex-rs/core/src/features.rs b/codex-rs/core/src/features.rs index c7b119aa3..3cab14d1f 100644 --- a/codex-rs/core/src/features.rs +++ b/codex-rs/core/src/features.rs @@ -554,9 +554,9 @@ pub const FEATURES: &[FeatureSpec] = &[ id: Feature::Collab, key: "multi_agent", stage: Stage::Experimental { - name: "Sub-agents", + name: "Multi-agents", menu_description: "Ask Codex to spawn multiple agents to parallelize the work and win in efficiency.", - announcement: "NEW: Sub-agents can now be spawned by Codex. Enable in /experimental and restart Codex!", + announcement: "NEW: Multi-agents can now be spawned by Codex. Enable in /experimental and restart Codex!", }, default_enabled: false, },