You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.module accessor, which only probes the app root and the build machine's compile-time path; resources now resolve through a safe accessor that checks Contents/Resources first, 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.