fix(coding-agent): preserve untouched lines in fuzzy edit

closes #5899
This commit is contained in:
Armin Ronacher
2026-06-19 20:16:05 +02:00
parent 1287b69fe0
commit 128330e36f
3 changed files with 184 additions and 25 deletions

View File

@@ -4,6 +4,7 @@
### Fixed
- Fixed fuzzy `edit` matches to preserve untouched line blocks instead of rewriting the whole file through normalized content ([#5899](https://github.com/earendil-works/pi/issues/5899)).
- Fixed bash commands through legacy WSL `bash.exe` to pass scripts over stdin so shell variables expand in the target bash ([#5893](https://github.com/earendil-works/pi/issues/5893)).
- Fixed `/model` to hide GitHub Copilot models that are unavailable to the authenticated account ([#5897](https://github.com/earendil-works/pi/issues/5897)).
- Fixed `/model` selector search to rank exact provider-prefixed matches before proxy-provider model ID matches ([#5892](https://github.com/earendil-works/pi/issues/5892)).