Files
Kilo-Org_kilo/packages/opencode
Mark IJbema 623d37f36f feat: implement proxy-based telemetry for VS Code extension
- Add POST /telemetry/capture endpoint to CLI server
- Add TelemetryProxy singleton in extension (forwards to CLI)
- Add webview telemetry helper (postMessage → extension → CLI)
- Pass telemetry env vars (level, editor_name, platform, machineId) to CLI
- Wire up KiloProvider as TelemetryPropertiesProvider
- Replace TelemetryStub with real TelemetryProxy in autocomplete
- 53 telemetry events covering tasks, LLM, tools, UI, autocomplete, etc.
2026-02-18 15:38:51 +01:00
..
2026-01-27 16:09:11 +01:00
2026-02-18 12:53:03 +01:00
2026-02-18 13:26:43 +01:00
2026-01-24 12:27:13 -05:00
2026-01-26 14:59:23 +01:00
2026-02-18 13:26:43 +01: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.