feat: Allow the function to hide or show thinking blocks to be bound to a key (resolves #12168) (#12171)

This commit is contained in:
Ariane Emory
2026-02-04 18:29:46 -06:00
committed by GitHub
parent 31e2feb347
commit 4387f9fb9a
4 changed files with 8 additions and 1 deletions
+4
View File
@@ -1309,6 +1309,10 @@ export type KeybindsConfig = {
* Toggle tips on home screen
*/
tips_toggle?: string
/**
* Toggle thinking blocks visibility
*/
display_thinking?: string
}
/**