Merge branch 'dev' into opentui

This commit is contained in:
Dax Raad
2025-09-21 01:35:29 -04:00
21 changed files with 708 additions and 286 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/package.json",
"version": "0.10.3",
"version": "0.10.4",
"name": "opencode",
"type": "module",
"private": true,
+1
View File
@@ -126,6 +126,7 @@ export namespace LSP {
result.push(match)
continue
}
log.info("spawning lsp server", { serverID: server.id })
const handle = await server.spawn(root).catch((err) => {
s.broken.add(root + server.id)
log.error(`Failed to spawn LSP server ${server.id}`, { error: err })