feat: opencode sdk upgrade

This commit is contained in:
Bohdan Triapitsyn
2025-12-24 03:24:47 +02:00
parent 34fea1c6b7
commit de0d7b698a
5 changed files with 12 additions and 22 deletions
+3 -3
View File
@@ -63,8 +63,8 @@
"properties": {
"openchamber.apiUrl": {
"type": "string",
"default": "http://localhost:47339",
"description": "URL of the OpenCode API server"
"default": "",
"description": "URL of an external OpenCode API server. Leave empty to auto-start a local instance."
}
}
}
@@ -92,7 +92,7 @@
},
"dependencies": {
"@openchamber/ui": "workspace:*",
"@opencode-ai/sdk": "^1.0.133",
"@opencode-ai/sdk": "^1.0.185",
"react": "^19.1.1",
"react-dom": "^19.1.1"
}