Files
Kilo-Org_kilocode/packages/opencode
kiloconnect[bot] 849780995d fix: filter notifications by showIn so CLI-only and extension-only notifications target the right client
Move showIn filtering from the gateway to each client. The gateway now
returns all notifications unfiltered, and the CLI TUI filters for
showIn containing "cli" while the VS Code extension filters for
"extension". Notifications with no showIn field appear in both clients.

This prevents extension-targeted notifications (e.g. "Prefer the
terminal? Install the Kilo CLI") from appearing in the CLI where
they don't make sense.
2026-02-27 14:55:25 +00:00
..
2026-02-25 18:34:18 +01:00
2026-02-14 04:19:48 +00:00
2026-02-26 12:54:06 +01:00
2026-02-26 12:54:06 +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-02-27 08:09:39 -03: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.