fix(coding-agent): reuse initial resource loader on startup closes #2766

This commit is contained in:
Mario Zechner
2026-04-02 11:05:41 +02:00
parent 8ccd3c55c1
commit 617f1870f8
3 changed files with 10 additions and 3 deletions

View File

@@ -79,6 +79,7 @@ After runtime replacement, use `runtimeHost.session` as the new live session and
### Fixed
- Fixed startup resource loading to reuse the initial `ResourceLoader` for the first runtime, so extensions are not loaded twice before session startup and `session_start` handlers still fire for singleton-style extensions ([#2766](https://github.com/badlogic/pi-mono/issues/2766))
- 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