Files
kilocode/packages/ui
Sylwester Liljegren ed5fc5a45f feat(vscode): add filesystem validation protocol for file links
Add a validateFiles request/response round-trip between the webview and
the extension so the webview can confirm which inline code-span
candidates are real files before promoting them to clickable links.

The extension stat-checks candidate paths (new file-links.ts) and
replies with the subset that exist. Routing lives in editor-actions
alongside the other editor open actions, and openFile now falls back to
a workspace filename search (single match opens, multiple prompts) with
a "File not found" warning when a clicked path cannot be resolved.
2026-06-14 19:36:37 +02:00
..
2025-11-22 10:39:25 -05:00
2026-06-12 17:50:21 +00:00
2026-05-06 14:26:06 -03:00
2026-02-26 16:05:04 -06:00