Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/content/docs/cli/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ The start screen appears when you launch the CLI, showing a rotating ASCII objec
* **`object`** - The rotating object. Keep the built-in one, or point the setting at your own ASCII art file (a path relative to the CLI settings directory). Changing the setting reloads the object. Edits to the linked file take effect after a restart.
* **`rotation_period_seconds`** - Seconds per full rotation, from 1 through 60.
* **`show_signed_in_user`, `show_changelog`, `show_project_info`, `show_mcp`, `show_animation`** - Toggle individual start-screen sections.
* **`freeze_animation_when_unfocused`** - Stop repainting the animation while your terminal window is unfocused, so an idle start screen doesn't use CPU in the background. Off by default, and applied as soon as you save the setting.

The fastest way to change these is to [ask the agent](#ask-the-agent), for example "use my own ASCII art for the start screen object".

Expand Down
Loading