v0.1.63
Features
- Added validation for custom managed CLI install versions across onboarding, preferences, native IPC, and web access.
Fixes
- Fixed auto-fix worktree startup by waiting longer for worktree readiness before continuing (#467, fixes #466).
- Fixed queued chat messages so web clients no longer drained messages intended for other clients.
- Fixed Claude model loading in magic prompt flows by using the model catalog.
- Fixed mobile settings to show the PR link icon correctly.
- Fixed mobile GitHub dashboard issue controls.
- Fixed web access stability with token retry handling, platform-aware reconnect payloads, and refreshed review state.
- Fixed review and session refresh behavior after background reviews.
Improvements
- Improved chat streaming performance by coalescing Claude, Codex, and PI updates before emitting UI events.
- Reduced background CPU and socket churn during idle tailing and polling.
- Improved beta backend option labels in preferences for clearer selection.
What's Changed
- fix(auto-fix): extend worktree readiness timeout by @andrasbacsai in #467
Full Changelog: v0.1.62...v0.1.63