Files
Kilo-Org_kilocode/packages/opencode
Alex Alecu ee6325d559 fix: guard terminateWorker against multiple invocations
terminateWorker is registered on SIGHUP, SIGTERM, and used in onExit.
If a signal fires and then onExit triggers (or two signals arrive),
worker.terminate() and client.call('shutdown') would fire redundantly.

Cache the pending promise so subsequent calls return the same operation.
2026-02-25 13:16:48 +02:00
..
2026-02-14 04:19:48 +00:00
2026-02-23 18:15:49 +01:00
2026-01-24 12:27:13 -05:00
2026-02-14 04:19:02 +00:00
2026-01-26 14:59:23 +01:00
2026-02-23 11:04:07 -03:00
2026-02-23 18:15:49 +01:00
2026-02-11 16:14:28 +00: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.