Files
Kilo-Org_kilo/packages/opencode
Igor Šćekić b04e8e877c fix(kilo-sessions): handle sync throws in inflight cache
Wrap callback execution in a promise microtask so synchronous errors flow
through the existing `.catch()` and the in-flight entry is reliably cleaned
up. Update tests to await the microtask before asserting call count.
2026-02-02 15:41:37 +01:00
..
2026-01-27 16:09:11 +01:00
2026-01-29 12:07:03 +01:00
2026-01-24 12:27:13 -05:00
2026-01-28 14:27:18 +01:00
2025-12-29 21:43:50 -06:00
2026-01-26 14:59:23 +01:00
2026-01-29 11:53:34 +01:00
2025-12-02 18:36:15 -05: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.