fix(coding-agent): use configured model scope cycle hint closes #4508

This commit is contained in:
Mario Zechner
2026-05-17 00:03:03 +02:00
parent c5831df689
commit 43d3cdd48a
3 changed files with 16 additions and 11 deletions

View File

@@ -9,6 +9,7 @@
### Fixed
- Fixed the scoped model startup hint to show the configured model-cycle keybinding ([#4508](https://github.com/earendil-works/pi/issues/4508)).
- Fixed `fd` auto-download on macOS x86_64 by pinning the last release that ships an Intel macOS binary ([#4559](https://github.com/earendil-works/pi/issues/4559)).
- Fixed skill diagnostics to stop warning when a skill name differs from its parent directory ([#4534](https://github.com/earendil-works/pi/issues/4534)).
- Fixed prompt template argument parsing to split unquoted multiline input on newlines ([#4553](https://github.com/earendil-works/pi/issues/4553)).