Explore our next generation products
Built for developers in the agent-first era
Everything you need to stay up-to-date and get help
Window Title Command (/title)link
Configure dynamic terminal window titles interactively.
Overviewlink
The
/title command allows you to toggle the terminal window title feature on and off, or set its state explicitly. When enabled, the terminal title bar dynamically updates to show the active model, workspace, and agent state.For details on how to write custom scripts to format the window title, see the conceptual Terminal Title Customization Guide.
Interactive Togglinglink
You can control the window title feature by running the
/title command.To toggle the feature on and off:
text
/titleTo enable it explicitly:
text
/title onTo disable it explicitly:
text
/title offNext stepslink
- Terminal Title Guide: Learn how to write custom scripts to format the window title.
- Status Line Command: Customize your TUI status line.
- CLI Reference: See all available slash commands.
On this Page