Files
kiloconnect[bot] fc4cff6a74 fix(cli,vscode): normalize SSH git remote URLs to HTTPS for cloud session filter
Fixes the 'Only this repository' filter in the Cloud Sessions history panel
not working when the local git remote uses SSH format.

The CLI's normalizeGitUrl() was storing HTTPS sessions as
'https://github.com/org/repo.git' but when a user has an SSH remote
('git@github.com:org/repo.git'), the VS Code extension sent that raw SSH
URL as the filter, causing a mismatch with the stored HTTPS form.

Changes:
- kilo-sessions.ts: update normalizeGitUrl() to convert SSH format
  (git@host:owner/repo) to canonical HTTPS (https://host/owner/repo)
  so all remote formats produce the same stored URL
- KiloProvider.ts: add normalizeGitRemoteUrl() helper and apply it in
  getGitRemoteUrl() before forwarding the URL as a cloud session filter,
  ensuring the sent URL matches the stored canonical form

Closes #11008
2026-06-08 11:52:43 +00:00
..
2026-06-06 02:29:27 +00:00
2026-06-06 02:29:27 +00:00
2026-06-06 02:29:27 +00:00
2026-06-06 02:29:27 +00:00
2026-06-06 02:29:27 +00:00
2026-06-06 02:29:27 +00:00
2026-06-06 02:29:27 +00:00
2026-06-06 02:29:27 +00:00
2026-06-06 02:29:27 +00:00
2026-06-06 02:29:27 +00:00
2026-06-06 02:29:27 +00:00
2026-06-06 02:29:27 +00:00
2026-06-06 02:29:27 +00:00
2026-06-06 02:29:27 +00:00
2026-06-06 02:29:27 +00:00
2026-06-06 02:29:27 +00:00
2026-06-06 02:29:27 +00:00
2026-06-06 02:29:27 +00:00