Files
kilocode/packages/opencode
Catriel Müller 1e5ed35be8 fix(vscode): prevent extension hang on server shutdown
- Reduce SSE heartbeat timeout from 90s to 15s to detect dead connections faster
- Add independent health poll every 10s as a second detection channel
- Kill entire process group (SIGTERM + SIGKILL fallback) instead of just the child process
- Add orphan detection in serve.ts so the server exits when the extension host dies
- Race Instance.disposeAll() against a 5s timeout to prevent hung MCP subprocesses blocking shutdown
2026-03-06 16:26:02 -03:00
..
2026-02-27 15:38:51 -03:00
2026-02-14 04:19:48 +00:00
2026-03-06 16:22:26 +01:00
2026-01-24 12:27:13 -05:00
2026-02-14 04:19:02 +00:00
2026-02-25 01:48:10 -05:00
2026-01-26 14:59:23 +01:00
2026-02-23 11:04:07 -03:00
2026-03-05 15:53:20 +00:00
2026-02-23 20:12:28 +01:00

js

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.12. Bun is a fast all-in-one JavaScript runtime.