From 42c4e64d022c123b55ee86aa19a28d9209cd1dea Mon Sep 17 00:00:00 2001 From: hongyi-chen Date: Fri, 4 Sep 2026 17:12:48 +0000 Subject: [PATCH] docs(cli): document the /team slash command /team is a GA, unflagged Warp Agent CLI slash command (StaticCommand TEAM, SlashCommandSurfaces::TuiOnly, Availability::ALWAYS in app/src/search/slash_command_menu/static_commands/commands.rs) that was missing from the CLI reference's slash command table, which presents itself as the complete list. Adds the table row plus one sentence describing the behavior that differs from the desktop app: the CLI re-scopes the current session in place, while the desktop app opens a new window for the chosen team. Co-Authored-By: Warp --- src/content/docs/agents/cli/reference.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/content/docs/agents/cli/reference.mdx b/src/content/docs/agents/cli/reference.mdx index d81d4932..95e421f8 100644 --- a/src/content/docs/agents/cli/reference.mdx +++ b/src/content/docs/agents/cli/reference.mdx @@ -146,6 +146,7 @@ Type `/` at the start of the input to open the slash command menu. Commands that | `/skills` | | Browse skills in scope and insert one into the input | | `/status` | | Show session and account status | | `/statusline` | | Configure the statusline | +| `/team` | | Switch the active team | | `/theme` | `` | Set the color theme | | `/upgrade` | | Open the Warp upgrade page in the browser | | `/usage` | | View plan, credit usage, and billing links | @@ -159,6 +160,8 @@ Some commands appear only when they apply to your account. `/manage-billing` is `/usage` opens a read-only panel with your plan, credit balances and consumption, and links to manage billing or upgrade. See [models and usage](/agents/cli/models-and-usage/#usage-and-cost). +`/team` opens a searchable list of the teams you belong to, with the active one marked. Type to filter, then press `Enter` to switch. The CLI re-scopes the current session in place, unlike the desktop app, which opens a new window for the team you pick. The active team also appears in the statusline, and clicking it opens the same list. + Skills also appear in the same menu under their own names, so you can invoke a skill directly as `/skill-name`. [Customizing the CLI](/agents/cli/configuration/) covers how skills are discovered. ## Keyboard shortcuts