diff options
| author | Ariane Emory <[email protected]> | 2026-02-04 19:29:46 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-04 18:29:46 -0600 |
| commit | 4387f9fb9a6a364e88df51208ec40f21a948f7bd (patch) | |
| tree | 5c265e548423be70ca01102b443a58cebdba825a /packages/sdk/js/src | |
| parent | 31e2feb347e32adf173ab239b4ecb98d5127679a (diff) | |
| download | opencode-4387f9fb9a6a364e88df51208ec40f21a948f7bd.tar.gz opencode-4387f9fb9a6a364e88df51208ec40f21a948f7bd.zip | |
feat: Allow the function to hide or show thinking blocks to be bound to a key (resolves #12168) (#12171)
Diffstat (limited to 'packages/sdk/js/src')
| -rw-r--r-- | packages/sdk/js/src/v2/gen/types.gen.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/sdk/js/src/v2/gen/types.gen.ts b/packages/sdk/js/src/v2/gen/types.gen.ts index 8050b47d6..cb1606e3f 100644 --- a/packages/sdk/js/src/v2/gen/types.gen.ts +++ b/packages/sdk/js/src/v2/gen/types.gen.ts @@ -1309,6 +1309,10 @@ export type KeybindsConfig = { * Toggle tips on home screen */ tips_toggle?: string + /** + * Toggle thinking blocks visibility + */ + display_thinking?: string } /** |
