Use subagents naming in the TUI (#14618)

- rename user-facing TUI multi-agent wording to subagents
- rename the surfaced slash command to `subagents` and update
tests/snapshots

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Ahmed Ibrahim
2026-03-13 12:08:38 -07:00
committed by GitHub
Unverified
parent 50558e6507
commit d58620c852
7 changed files with 15 additions and 14 deletions
+3 -3
View File
@@ -701,9 +701,9 @@ pub const FEATURES: &[FeatureSpec] = &[
id: Feature::Collab,
key: "multi_agent",
stage: Stage::Experimental {
name: "Multi-agents",
menu_description: "Ask Codex to spawn multiple agents to parallelize the work and win in efficiency.",
announcement: "NEW: Multi-agents can now be spawned by Codex. Enable in /experimental and restart Codex!",
name: "Subagents",
menu_description: "Ask Codex to spawn subagents to parallelize the work and move faster.",
announcement: "NEW: Subagents can now be spawned by Codex. Enable in /experimental and restart Codex!",
},
default_enabled: false,
},