mirror of
https://github.com/wavetermdev/waveterm
synced 2026-04-21 22:47:16 +00:00
* Track wave version when job was created (for future backward compat) * New Flyover Menu off of "shell durability" icon. Help + Actions + UX * Bug with conn typeahead not closing when clicking disconnect * Auto-reconnect jobs that have been disconnected (check for "gone" state) * Disable tab indicator stuff (only indicates tab not block) * Fix bug with dev logging path on connserver * Fix bugs with restarting blockcontrollers on startup * Fix bugs with getting HasExited status from job manager * Fix startup files, quoting, tilde, etc in start job flow * ...
33 lines
1.1 KiB
JSON
33 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": false,
|
|
"term:copyonselect": true,
|
|
"term:durable": false,
|
|
"waveai:showcloudmodes": true,
|
|
"waveai:defaultmode": "waveai@balanced"
|
|
}
|