You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(agents): reuse the LSP file-URI encoder in kiro
Kiro had a byte-duplicated `file_resource_uri` +
`percent_encode_file_uri_path`. Widen the LSP client's
`file_uri_from_path_text` to `pub(crate)` and have kiro delegate to it,
deleting the private copies. POSIX paths encode identically to before;
kiro now also gains the client's Windows drive-path and `//` UNC handling.
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments