Files
Kilo-Org_kilocode/packages/opencode/test
Marius 8551d95447 perf: filter tool diagnostics to only edited files, reducing session payload 50-77% (#6241)
* perf: filter tool diagnostics to only edited files

Tools (edit, write, apply_patch) stored LSP diagnostics for ALL project
files in their metadata. In large projects this adds 100-500KB of
unrelated diagnostics per tool call, bloating session payloads by
50-77%.

The UI only renders diagnostics for the edited file(s), so the rest is
dead weight. Extract a filterDiagnostics utility that keeps only the
relevant files' diagnostics and use it in all three tools.

* add kilocode_change marker to diagnostics filter test
2026-02-25 14:32:42 +01:00
..
2026-02-24 19:48:39 +01:00
2026-02-23 20:12:28 +01:00
2026-02-24 19:48:39 +01:00
2026-02-23 20:12:28 +01:00
2026-02-23 20:34:24 +01:00
2026-02-23 20:12:28 +01:00
2025-11-06 13:03:12 -05:00
2026-02-14 04:19:02 +00:00
2026-02-19 11:32:32 -05:00
2026-02-24 18:16:17 +01:00
2026-02-19 14:54:09 -06:00
2026-02-24 19:53:15 +01:00
2026-02-23 20:12:28 +01:00
2026-02-19 11:32:32 -05:00
2025-09-09 23:44:04 -04:00
2025-12-11 19:20:23 +01:00
2026-02-23 13:54:54 +01:00