release: v0.4.19

This commit is contained in:
opencode
2025-08-11 18:36:06 +00:00
parent 6eaa231587
commit 85e0b53c33
10 changed files with 13 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/sdk",
"version": "0.4.18",
"version": "0.4.19",
"type": "module",
"scripts": {
"typecheck": "tsc --noEmit"

View File

@@ -792,6 +792,10 @@ export type KeybindsConfig = {
* Toggle tool details
*/
tool_details: string
/**
* Toggle thinking blocks
*/
thinking_blocks: string
/**
* List available models
*/