Files
Kilo-Org_kilo/packages/opencode
Igor Šćekić 02fa9f6243 feat(vscode): add support for answering LLM questions in the extension
Enable the question tool for the vscode client and implement the full
question flow: SSE events, HTTP reply/reject endpoints, session state,
DataBridge wiring, and an inline QuestionDock component that replaces
the prompt input while a question is pending.

Closes #238
2026-02-12 11:32:59 +01:00
..
2026-01-27 16:09:11 +01:00
2026-02-11 14:18:32 -03:00
2026-02-11 14:26:25 -03:00
2026-01-24 12:27:13 -05:00
2026-01-26 14:59:23 +01:00
2026-02-11 14:33:27 -03:00
2025-05-30 20:48:36 -04:00
2026-02-11 16:14:28 +00:00
2025-10-14 18:30:32 -04: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.