fix(coding-agent): load resume startup themes

This commit is contained in:
Armin Ronacher
2026-06-22 17:18:43 +02:00
parent 02540acd17
commit aa6bdd778a
7 changed files with 112 additions and 33 deletions
+4
View File
@@ -12,6 +12,10 @@
- Added an experimental first-time setup flow behind `PI_EXPERIMENTAL=1` that asks for a dark/light theme choice (preselecting the detected appearance) and opt-in analytics data sharing on first launch with the default agent directory; opting in stores a `trackingId` in `settings.json`.
### Fixed
- Fixed `pi --resume` to load user package themes and resolve automatic light/dark theme settings.
## [0.79.10] - 2026-06-22
### New Features