docs(coding-agent): add changelog entry for extension theme persistence (closes #1483)

This commit is contained in:
Mario Zechner 2026-02-23 01:03:25 +01:00
parent f1a2092bcf
commit 9e694f081a

View file

@ -5,6 +5,7 @@
### Fixed
- Fixed `.pi` folder being created unnecessarily when only reading settings. The folder is now only created when writing project-specific settings.
- Fixed extension-driven runtime theme changes to persist in settings so `/settings` reflects the active `currentTheme` after `ctx.ui.setTheme(...)` ([#1483](https://github.com/badlogic/pi-mono/pull/1483) by [@ferologics](https://github.com/ferologics))
## [0.54.1] - 2026-02-22