v1.4.111
What's Changed
- Add worktree labels for localhost ports by @gatsby74 in #6424
- Bump mobile app.json to 0.0.17 by @brennanb2025 in #6775
- fix(native-chat): gate view toggle to supported agents (Claude/Codex) by @Jinwoo-H in #6781
- Support respawn-pane in Claude Agent Teams tmux shim by @srs-adamr in #6771
- feat(browser): add Helium as a Chromium cookie-import source by @NicholasZolton in #6768
- Keep worktree hover popovers responsive while a workspace is deleting by @brennanb2025 in #6780
- fix(terminal): report PTY's applied size so dropped resizes self-heal (split-mount desync) by @Jinwoo-H in #6785
- Recommend Tailscale when the remote Orca runtime is unreachable by @s546126 in #6637
- fix(mobile): fail fast when iOS App Store train is closed by @brennanb2025 in #6633
- Clarify auto-merge UI and errors when direct merge is available by @AmethystLiang in #6777
- Keep mobile-fit terminals at phone size during post-spawn size sync by @brennanb2025 in #6794
- Reduce CPU from source-control git polling on Windows by @brennanb2025 in #6736
- Hide Jump to Worktree for sessions in the current worktree by @brennanb2025 in #6791
- Keep new terminal tabs open during startup by @brennanb2025 in #6796
- Show coding agent icons on mobile terminal tabs by @AmethystLiang in #6792
- Follow the active terminal's worktree in the Checks panel by @brennanb2025 in #6799
- Prevent sleeping agents from getting stranded in stale terminals by @brennanb2025 in #6800
- Improve toast layout and dev tools by @KayleeWilliams in #6782
- feat(native-chat): per-leaf toggle eligibility + composer UX (paste, draft, scrollbar, focus) by @Jinwoo-H in #6783
- Stop new terminal tabs from closing right after they open by @brennanb2025 in #6801
- Allow duplicate review worktree creation by @nwparker in #6812
- refactor(quick-open): split ripgrep guidance by @nwparker in #6808
- refactor(pr-context): split guard tests by @nwparker in #6810
- refactor(mobile-markdown): split bridge save guard tests by @nwparker in #6811
- Prevent false mobile reconnects during active runtime traffic by @brennanb2025 in #6805
- refactor(telemetry): split client lifecycle tests by @nwparker in #6813
- refactor(command-code): split managed hook script by @nwparker in #6807
- Polish terminal context menu shortcuts by @nwparker in #6809
- Remove unused dead-code exports by @nwparker in #6821
- fix: include legacy commit statuses in PR checks by @nwparker in #6556
- fix: reject mobile-scope web pairing and surface forbidden runtime errors (#5508) by @nwparker in #6581
- perf(startup): lazy-load locale catalogs + mermaid (−5.40MB / −31% eager cold-start JS) by @nwparker in #6804
- Prevent and recover from degraded terminal daemon spawns by @nwparker in #6830
- Measure and batch restored terminal startup by @nwparker in #6836
- Fix/remote skill install floating terminal by @vladmesh in #6816
- Fix startup routing test for diagnostic wrappers by @nwparker in #6837
- Fix startup terminal color replies for hidden Codex panes by @nwparker in #6824
- Show the git primary action on mobile Source Control by @brennanb2025 in #6659
- fix: keep a worktree's sole newborn terminal mounted when its PTY dies on startup (direnv Landing bounce) by @nwparker in #6842
- chore(lint): upgrade oxlint to 1.71 + enable 7 new rules (autofixed backlog) by @nwparker in #6841
- Prevent regressions in Windows local project adds by @brennanb2025 in #6815
- fix(mobile): bump session max-lines ratchet to unbreak mobile lint by @nwparker in #6851
- fix(browser): mount floating-workspace browser webview via a slot viewport root by @nwparker in #6854
- fix: recover corrupt lazy-chunk parse errors instead of crashing the boundary by @nwparker in #6850
- chore(lint): adopt unicorn/prefer-import-meta-properties (error) by @nwparker in #6847
- Fix floating workspace editor ownership by @Jinwoo-H in #6859
- Document headless Linux server setup by @sdhilip200 in #6802
- fix(win): guard xterm link providers so a RangeError can't kill the renderer by @brennanb2025 in #6855
- fix(win): stop renderer crash-loop with an auto-recovery circuit breaker by @brennanb2025 in #6856
- fix(win): record a redacted breadcrumb when fs:readDir throws by @brennanb2025 in #6862
- fix(win): release PR-refresh aliases when a worktree is removed by @brennanb2025 in #6861
- Restore agent terminal screen on hibernation wake by @brennanb2025 in #6833
- fix(terminal): force model clear when webgl texture atlas is reset by @AmethystLiang in #6868
- fix: never leave a split-right PTY pinned at 0x0 (white screen) by @nwparker in #6853
- fix: keep terminal search from crashing the surface on narrow viewports by @nwparker in #6852
- Reliably deliver the issue prompt into opencode's composer by @brennanb2025 in #6798
- Improve styling and scannability of PR and task pages by @AmethystLiang in #6870
- fix(win): fall back to software rendering after repeated GPU crashes by @brennanb2025 in #6857
- Guard terminal search shortcut navigation by @nwparker in #6872
- Harden daemon degraded-spawn handling (follow-up to #6830) for #6814 by @Jinwoo-H in #6866
- fix(terminal): reclaim xterm focus after window blur (#6814), pane-scoped + guarded by @Jinwoo-H in #6867
- fix(native-chat): use basename for Windows tool-call paths by @huhuhulululu in #6825
- ci: run signed macOS release build on Blacksmith (6 vCPU) — ~2x faster by @nwparker in #6882
- Fix explicit PowerShell 7 terminal selection on Windows by @brennanb2025 in #6876
- Fix Windows CJK terminal repaint and ConPTY wrap markers by @nwparker in #6890
- Fix mobile Source Control primary action styling by @brennanb2025 in #6918
- Per-Workspace Environments (on-demand disposable runtimes) + Add Project remote host setup by @Jinwoo-H in #6320
- Fix multi-second input lag after pressing Enter in Windows terminals by @brennanb2025 in #6858
- fix: keep floating tabs local with active runtime by @wolfiesch in #6731
- Move per-workspace environments to Experimental settings by @Jinwoo-H in #6926
- ci: pin Windows release runner to VS 2022 by @brennanb2025 in #6932
- ci: isolate mac release build from SignPath matrix by @brennanb2025 in #6937
New Contributors
- @srs-adamr made their first contribution in #6771
- @NicholasZolton made their first contribution in #6768
- @s546126 made their first contribution in #6637
- @vladmesh made their first contribution in #6816
- @sdhilip200 made their first contribution in #6802
- @huhuhulululu made their first contribution in #6825
Full Changelog: v1.4.107...v1.4.111