fix(coding-agent): stabilize OAuth login prompt rows

closes #5433
This commit is contained in:
Mario Zechner
2026-06-09 13:39:18 +02:00
parent 64b51efb6e
commit 9632bddd38
4 changed files with 107 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
### Fixed
- Fixed extension OAuth login prompts to keep previous submitted prompt rows stable instead of mirroring the active input value ([#5433](https://github.com/earendil-works/pi/issues/5433)).
- Fixed `/reload` to apply updated `steeringMode` and `followUpMode` settings to the current session ([#5377](https://github.com/earendil-works/pi/issues/5377)).
- Fixed invalid `models.json` syntax to skip startup config migrations and report the normal file-path-aware models error instead of a raw JSON parse stack trace ([#5418](https://github.com/earendil-works/pi/issues/5418)).
- Fixed GitHub release notes and interactive changelog links to resolve package-relative documentation URLs correctly ([#5516](https://github.com/earendil-works/pi/issues/5516)).