diff options
| author | Ariane Emory <[email protected]> | 2025-12-03 14:38:09 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-03 13:38:09 -0600 |
| commit | c00d4885c682ed6539a68144c3baf392d153b6a4 (patch) | |
| tree | e25298e2f6dd36cd7bf83d7b33b0e595afdee698 /packages/sdk/js/src | |
| parent | 70f47223569c960e6f8c696a0248e913c6d9e5ed (diff) | |
| download | opencode-c00d4885c682ed6539a68144c3baf392d153b6a4.tar.gz opencode-c00d4885c682ed6539a68144c3baf392d153b6a4.zip | |
feat: add tool_details keybind w/ no default (#4976)
Co-authored-by: Aiden Cline <[email protected]>
Diffstat (limited to 'packages/sdk/js/src')
| -rw-r--r-- | packages/sdk/js/src/gen/types.gen.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts index 8ecb12935..80348fb9a 100644 --- a/packages/sdk/js/src/gen/types.gen.ts +++ b/packages/sdk/js/src/gen/types.gen.ts @@ -817,6 +817,10 @@ export type KeybindsConfig = { */ messages_toggle_conceal?: string /** + * Toggle tool details visibility + */ + tool_details?: string + /** * List available models */ model_list?: string |
