mirror of
https://github.com/wavetermdev/waveterm
synced 2026-04-21 14:37:16 +00:00
* Adds a Confirm on Quit dialog (and new config to disable it) * New MacOS keybinding for Cmd:ArrowLeft/Cmd:ArrowRight to send Ctrl-A and Ctrl-E respectively * Fix Ctrl-V regression on windows to allow config setting to override * Remove questionnaire in bug template * Full featured tab indicators -- icon, color, priority, clear features. Can be manipulated by new `wsh tabindicator` command * Hook up BEL to new tab indicator system. BEL can now play a sound and/or set an indicator (controlled by two new config options)
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"ai:preset": "ai@global",
|
|
"ai:model": "gpt-5-mini",
|
|
"ai:maxtokens": 4000,
|
|
"ai:timeoutms": 60000,
|
|
"app:defaultnewblock": "term",
|
|
"app:confirmquit": true,
|
|
"autoupdate:enabled": true,
|
|
"autoupdate:installonquit": true,
|
|
"autoupdate:intervalms": 3600000,
|
|
"conn:askbeforewshinstall": true,
|
|
"conn:wshenabled": true,
|
|
"editor:minimapenabled": true,
|
|
"web:defaulturl": "https://github.com/wavetermdev/waveterm",
|
|
"web:defaultsearch": "https://www.google.com/search?q={query}",
|
|
"window:tilegapsize": 3,
|
|
"window:maxtabcachesize": 10,
|
|
"window:nativetitlebar": true,
|
|
"window:magnifiedblockopacity": 0.6,
|
|
"window:magnifiedblocksize": 0.9,
|
|
"window:magnifiedblockblurprimarypx": 10,
|
|
"window:fullscreenonlaunch": false,
|
|
"window:magnifiedblockblursecondarypx": 2,
|
|
"window:confirmclose": true,
|
|
"window:savelastwindow": true,
|
|
"telemetry:enabled": true,
|
|
"term:bellsound": false,
|
|
"term:bellindicator": true,
|
|
"term:copyonselect": true,
|
|
"waveai:showcloudmodes": true,
|
|
"waveai:defaultmode": "waveai@balanced"
|
|
}
|