feat: Allow the function to hide or show thinking blocks to be bound to a key (resolves #12168) (#12171)
This commit is contained in:
@@ -1309,6 +1309,10 @@ export type KeybindsConfig = {
|
||||
* Toggle tips on home screen
|
||||
*/
|
||||
tips_toggle?: string
|
||||
/**
|
||||
* Toggle thinking blocks visibility
|
||||
*/
|
||||
display_thinking?: string
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user