Fixed
- App: fix the 0.48.0 crash-at-launch "could not load resource bundle: CodexBar_CodexBarCore.bundle" — the new provider-plugin runtime loaded its bundled scripts through the autogenerated
Bundle.moduleaccessor, which only probes the app root and the build machine's compile-time path; resources now resolve through a safe accessor that checksContents/Resourcesfirst, with a source-level regression gate (#2738, #2730).
Added
- CLI: add provider/detail snapshot queries and progressive cached-shell rendering to the built-in serve dashboard.
Fixed
- CLI: answer expired serve-cache requests from the last-good response while rebuilding in the background instead of blocking the dashboard for up to a minute.