v1.4.130-rc.0
Pre-release
Pre-release
⚠️ Highlights
- Fixes the frozen terminal pane bug (#7894): pane remounts (split-group changes, tab drags) could race detach/attach and destroy the live PTY data handler, leaving the pane frozen at its last frame while the shell kept running. Reproduced in production on 1.4.129-rc.6. Stable v1.4.129 shipped without this fix and is still affected — this RC should be prioritized for promotion.
What's Changed
- fix(codex): stop 'hooks pending review' from reappearing on every Orca-launched Codex session by @Jinwoo-H in #7896
- fix(mobile): bump Android versionCode to 6 for the 0.0.25 release by @brennanb2025 in #7907
- fix(onboarding): dismiss on notifications step + drop skipped steps from stepper by @nwparker in #7909
- Align per-workspace environments experimental toggle by @brennanb2025 in #7908
- Add optional Orca account sign-in by @nwparker in #7515
- Update mobile 0.0.25 Android download links by @brennanb2025 in #7917
- Move macOS notification helper to Contents/MacOS to prevent crash by @AmethystLiang in #7931
- fix(terminal): guard PTY handler unregistration against detach/attach remount races (frozen pane) by @AmethystLiang in #7894
Full Changelog: v1.4.129...v1.4.130-rc.0