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
fix(os): package elizaOS live runtime plugins (#7800)
* fix(os): package elizaOS live runtime plugins
* fix(os): address live runtime review feedback
* docs(os): clarify elizaOS live validation status
* fix(local-inference): return kv persistence status
* style(local-inference): format kv backend contract
* fix(local-inference): await slot restore so error catch fires
Without `await`, the async rejection from `requestSlotRestore` propagates
out of `restoreConversationKv` as a raw rejected Promise instead of being
caught and swallowed as `false`. The catch was dead for async errors.
Adds a direct stress-test case that exercises the 500-on-restore path
through `DflashLlamaServer.restoreConversationKv` and asserts the result
resolves to `false`.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: lalalune <elizamakesmagic@gmail.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|**Phase 4 — Bake elizaOS app**| ✅ App payload/install path QEMU-passed on prior artifact; clean checkout still must run `just milady-app` before a full build |
|**Phase 4 — Bake elizaOS app**| ✅ App payload/install path QEMU-passed on latest validated artifact; clean checkout still must run `just milady-app` before a full build |
0 commit comments