fix(coding-agent): resolve theme export variables closes #2707

This commit is contained in:
Mario Zechner
2026-03-31 14:34:59 +02:00
parent 758ede4da0
commit 5ce0d15b66
3 changed files with 113 additions and 9 deletions

View File

@@ -75,6 +75,10 @@ After runtime replacement, use `runtimeHost.session` as the new live session and
- Added label timestamps to the session tree with a `Shift+T` toggle in `/tree`, smart date formatting, and timestamp preservation through branching ([#2691](https://github.com/badlogic/pi-mono/pull/2691) by [@w-winter](https://github.com/w-winter))
### Fixed
- Fixed theme `export` colors to resolve theme variables the same way as `colors`, so `/export` HTML backgrounds now honor entries like `pageBg: "base"` instead of requiring inline hex values ([#2707](https://github.com/badlogic/pi-mono/issues/2707))
## [0.64.0] - 2026-03-29
### New Features