Add terminal bell setting to enable/disable audio notifications

This commit is contained in:
Alexander Farber
2025-12-09 20:27:20 +01:00
parent 5b74422be6
commit 5f78909040
5 changed files with 77 additions and 4 deletions

View File

@@ -193,6 +193,16 @@ const SETTINGS_SCHEMA = {
{ value: 'zh', label: '中文 (Chinese)' },
],
},
terminalBell: {
type: 'boolean',
label: 'Terminal Bell',
category: 'General',
requiresRestart: false,
default: true,
description:
'Play terminal bell sound when response completes or needs approval.',
showInDialog: true,
},
},
},
output: {