From 46a4a03083b3e796af96a7d1350c62df82ee3201 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 20 Jan 2026 10:55:36 -0800 Subject: [PATCH] Fix typo in feature name from 'Mult-agents' to 'Multi-agents' (#9542) Fixes a typo in a feature description. --- codex-rs/core/src/features.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/core/src/features.rs b/codex-rs/core/src/features.rs index 1a35407a1..0b1563bd5 100644 --- a/codex-rs/core/src/features.rs +++ b/codex-rs/core/src/features.rs @@ -433,7 +433,7 @@ pub const FEATURES: &[FeatureSpec] = &[ id: Feature::Collab, key: "collab", stage: Stage::Experimental { - name: "Mult-agents", + 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!", },