mirror of
https://github.com/openai/codex.git
synced 2026-04-30 03:12:20 +03:00
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:
@@ -54,6 +54,7 @@ pub enum SlashCommand {
|
||||
Realtime,
|
||||
Settings,
|
||||
TestApproval,
|
||||
#[strum(serialize = "subagents")]
|
||||
MultiAgents,
|
||||
// Debugging commands.
|
||||
#[strum(serialize = "debug-m-drop")]
|
||||
|
||||
Reference in New Issue
Block a user