mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-23 11:34:44 -07:00
Use OSC 777 for terminal notifications (#25300)
This commit is contained in:
@@ -92,12 +92,20 @@
|
||||
"type": "boolean"
|
||||
},
|
||||
"enableNotifications": {
|
||||
"title": "Enable Notifications",
|
||||
"description": "Enable run-event notifications for action-required prompts and session completion.",
|
||||
"markdownDescription": "Enable run-event notifications for action-required prompts and session completion.\n\n- Category: `General`\n- Requires restart: `no`\n- Default: `false`",
|
||||
"title": "Enable Terminal Notifications",
|
||||
"description": "Enable terminal run-event notifications for action-required prompts and session completion.",
|
||||
"markdownDescription": "Enable terminal run-event notifications for action-required prompts and session completion.\n\n- Category: `General`\n- Requires restart: `no`\n- Default: `false`",
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"notificationMethod": {
|
||||
"title": "Terminal Notification Method",
|
||||
"description": "How to send terminal notifications.",
|
||||
"markdownDescription": "How to send terminal notifications.\n\n- Category: `General`\n- Requires restart: `no`\n- Default: `auto`",
|
||||
"default": "auto",
|
||||
"type": "string",
|
||||
"enum": ["auto", "osc9", "osc777", "bell"]
|
||||
},
|
||||
"checkpointing": {
|
||||
"title": "Checkpointing",
|
||||
"description": "Session checkpointing settings.",
|
||||
|
||||
Reference in New Issue
Block a user