fix(vscode): recover stalled OpenCode SSE streams

This commit is contained in:
Bohdan Triapitsyn
2026-07-29 18:38:05 +03:00
parent 3f54f6f459
commit 98c716cf92
3 changed files with 146 additions and 3 deletions
+1
View File
@@ -46,6 +46,7 @@ The webview CSP permits `blob:` only for `worker-src` so shared UI parsers can r
- `bridge-proxy-runtime.ts`
- Proxy route handlers (`api:proxy`, `api:session:message`) with injected helper dependencies.
- SSE routes are intentionally excluded from the generic proxy and use `sseProxy.ts`, whose upstream-only stall watchdog closes a quiet OpenCode stream so the webview can reconnect instead of trusting an open but silent response.
- `bridge-config-runtime.ts`
- Config and skills message handlers (`api:config/*`).