Files
Kilo-Org_kilocode/packages/opencode
Marius cae63f8396 fix: add windowsHide to all spawn calls to prevent CMD window flash on Windows (#6813)
Every child_process.spawn() call was missing windowsHide: true, causing
a visible CMD console window to briefly appear on every shell command,
LSP server start, ripgrep search, clipboard operation, and process kill
on Windows. This option is a no-op on non-Windows platforms.
2026-03-10 16:59:49 +01: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-02-14 04:19:02 +00:00
2026-02-25 01:48:10 -05:00
2026-02-23 11:04:07 -03:00
2026-03-10 11:43:50 +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.