Files
Kilo-Org_kilocode/packages/opencode
Igor Šćekić f34a8c2cd3 fix(kilo-gateway): fire Session.Event.Created after cloud session import
The imported session was never registered with the cloud sync system
because Session.Event.Created was not fired. KiloSessions.init()
subscribes to this event to call KiloSessions.create(), which registers
the session with the ingest API and creates the session_share record
needed for incremental sync. Now uses Database.effect() to publish the
event after the DB transaction completes.
2026-02-23 18:32:06 +01:00
..
2026-02-14 04:19:48 +00:00
2026-02-23 16:11:57 +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 15:42:56 +00: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.