What's Changed
- Fix terminal tab icon detection for foreground agents by @AmethystLiang in #7476
- perf(renderer): index tab lookup in hook-completion prune (O(C×T) → O(T)) by @nwparker in #7496
- fix(runtime): release terminal.subscribe exit-waiters on teardown by @nwparker in #7490
- perf(linear): fetch issue comments in one request, not N+1 by @nwparker in #7497
- refactor(net): use AbortSignal.timeout for fetch timeouts; fix fork-sync clobbered cancel by @nwparker in #7504
- Replace post-worker_done polling with idle/exit instructions by @AmethystLiang in #7509
- Show all worktrees across all hosts on mobile by @AmethystLiang in #7500
- fix: prefer Claude-generated titles in AI Vault by @hmrserver in #7369
New Contributors
- @hmrserver made their first contribution in #7369
Full Changelog: v1.4.124-rc.8...v1.4.124-rc.9