Overall Project Summary: May 20, 2026
On May 20, 2026, the elizaOS project successfully promoted the v2.0.2 release to `main` while significantly hardening cloud infrastructure by migrating agent lifecycle operations to a robust job queue system. The team also advanced the OWNER/AGENT connector registry architecture, enabling more granular identity management across plugins and the Eliza Cloud platform.
🚨 Needs Attention
- elizaos/eliza#7836: Requires resolution regarding private key requirements to enable publishable Hyperliquid live harness runs.
- elizaos/eliza#7837: Needs investigation into release orchestrator startup failures caused by missing platform-signing secrets during tag pushes.
✅ Completed Work
Cloud Infrastructure & Job Queue Migration
* Decoupled core services from workers by migrating agent lifecycle operations (suspend, restart, snapshot, logs) to a job queue (elizaos/eliza#7810).
* Refactored managed services to utilize asynchronous job enqueuing instead of inline shutdowns (elizaos/eliza#7815, elizaos/eliza#7816).
* Improved cloud E2E mock stacks and frontend toast tracking for async job IDs (elizaos/eliza#7813, elizaos/eliza#7824, elizaos/eliza#7825).
Connector Registry & OAuth Enhancements
* Implemented the OWNER+AGENT registry schema to support independent identities for users and agents (elizaos/eliza#7817).
* Enabled end-to-end OWNER role support via Eliza Cloud OAuth and updated setup UI to be role-aware (elizaos/eliza#7819, elizaos/eliza#7851).
* Removed hardcoded "OWNER" roles in OAuth callbacks for Linear, Calendly, and Shopify plugins (elizaos/eliza#7820).
Release Stabilization & UI Polish
* Promoted `develop` to `main` for v2.0.2, including BSC wallet attachment fixes and performance optimizations (elizaos/eliza#7828, elizaos/eliza#7840, elizaos/eliza#7842).
* Enhanced the elizaOS live demo and USB-installer workflows with mobile packaging and CI validation (elizaos/eliza#7803).
* Improved UX by fixing UI z-index issues and making voice onboarding skippable (elizaos/eliza#7814, elizaos/eliza#7831).
🏗️ Work in Progress
New Pull Requests
* elizaos/eliza#7871: Hardening USB persistence image flow.
* elizaos/eliza#7850: Adding local voice and sandbox routing for mobile.
* elizaos/eliza#7839: Sharing connector-accounts hook across OWNER+AGENT sections.
* elizaos/eliza#7838: Implementing connector accounts schema and loader.
* elizaos/eliza#7822: Refreshing bun lockfile for new workspaces.
🐞 Issue Triage
New Issues
* elizaos/eliza#7836: Enable publishable Hyperliquid live harness runs.
* elizaos/eliza#7837: Release orchestrator startup failure due to missing platform-signing secrets.