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
parent 50558e6507
commit d58620c852
7 changed files with 15 additions and 14 deletions

View File

@@ -54,6 +54,7 @@ pub enum SlashCommand {
Realtime,
Settings,
TestApproval,
#[strum(serialize = "subagents")]
MultiAgents,
// Debugging commands.
#[strum(serialize = "debug-m-drop")]