v0.233.9
zed-industries/zedv0.233.9Apr 24, 2026by github-actions[bot]
AI Summary
Fixes a data migration issue that caused agent threads to appear missing after upgrading to the parallel-agents sidebar.
Key Highlights
- Fixed agent threads appearing missing after upgrade due to a migration race condition.
Full Release Notes
- Fixed agent threads appearing to be missing after upgrading to the parallel-agents sidebar. The thread-metadata migration was racing against the on-disk thread store's async reload and skipping itself on every launch. Upgrading to this build runs the migration successfully; previously-missing threads are surfaced either in the sidebar (5 most recent per project) or in the archive view. ([#54752](https://github.com/zed-industries/zed/pull/54752))