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

@@ -351,7 +351,7 @@ mod tests {
CommandItem::UserPrompt(_) => None,
})
.collect();
assert_eq!(cmds, vec!["model", "mention", "mcp", "multi-agents"]);
assert_eq!(cmds, vec!["model", "mention", "mcp"]);
}
#[test]