mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-30 07:51:07 -07:00
feat(cli): implement dynamic terminal tab titles for CLI status (#16378)
This commit is contained in:
@@ -376,12 +376,22 @@ const SETTINGS_SCHEMA = {
|
||||
},
|
||||
showStatusInTitle: {
|
||||
type: 'boolean',
|
||||
label: 'Show Status in Title',
|
||||
label: 'Show Thoughts in Title',
|
||||
category: 'UI',
|
||||
requiresRestart: false,
|
||||
default: false,
|
||||
description:
|
||||
'Show Gemini CLI status and thoughts in the terminal window title',
|
||||
'Show Gemini CLI model thoughts in the terminal window title during the working phase',
|
||||
showInDialog: true,
|
||||
},
|
||||
dynamicWindowTitle: {
|
||||
type: 'boolean',
|
||||
label: 'Dynamic Window Title',
|
||||
category: 'UI',
|
||||
requiresRestart: false,
|
||||
default: true,
|
||||
description:
|
||||
'Update the terminal window title with current status icons (Ready: ◇, Action Required: ✋, Working: ✦)',
|
||||
showInDialog: true,
|
||||
},
|
||||
showHomeDirectoryWarning: {
|
||||
|
||||
Reference in New Issue
Block a user