fix(coding-agent): share theme across package scopes

closes #4333
This commit is contained in:
Mario Zechner
2026-05-10 18:12:40 +02:00
parent f6b6b1f052
commit f8d0fa67dc
2 changed files with 3 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
### Fixed
- Fixed theme sharing across package scopes so extensions do not crash with `Theme not initialized` ([#4333](https://github.com/earendil-works/pi/issues/4333)).
- Fixed keybinding hints to show Option instead of Alt on macOS ([#4289](https://github.com/earendil-works/pi/issues/4289)).
- Fixed the interactive update notification to render the changelog as an OSC 8 hyperlink when the terminal supports hyperlinks ([#4280](https://github.com/earendil-works/pi/issues/4280)).