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 19:29:46 -05:00
committed by GitHub
parent 643bae3d2f
commit 1fb442dd7e
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
}
/**