fix(coding-agent): refresh temporary git extension caches on cache hits

This commit is contained in:
Mario Zechner 2026-02-06 22:01:49 +01:00
parent 92fdb53c10
commit 310da43042
3 changed files with 101 additions and 2 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed temporary git package caches (`-e <git-url>`) to refresh on cache hits for unpinned sources, including detached/no-upstream checkouts
## [0.52.7] - 2026-02-06
### New Features