What's Changed
- fix(github): support GitHub Enterprise for PR creation by @krzysztofcybulski in #1244
- fix(diff): make diff viewer more robust for large files by @jschwxrz in #1245
- fix(tasks): add bulk unarchive functionality to task selection by @thisisharsh7 in #1247
- fix: allow terminal switching while lifecycle run script is active by @jschwxrz in #1248
- feat(pty): wrap agent PTY sessions in tmux for persistence by @arnestrickmann in #1240
- feat(terminal): map Cmd+Backspace to kill-line on macOS by @jschwxrz in #1254
- fix(pty): fish shell --session-id parsing error by @rabanspiegel in #1259
- feat(editor): persist file explorer state and opened tabs per task by @naaa760 in #1252
- refactor: project and task management, mutations, and caching (2) by @Davidknp in #1258
- feat: add Kiro IDE to open-in-apps registry by @arnestrickmann in #1262
- fix(pty): validate Claude session before resume by @rabanspiegel in #1261
- fix(chat): remove confirmation modal when closing chat tab by @arnestrickmann in #1263
- refactor(GitService): make getStatus faster by @anuragts in #1265
- fix(ssh): use file selector for SSH private key path by @Areo-Joe in #1268
- feat(ui): always show changes button in file changes panel top bar by @jschwxrz in #1272
- feat: Escape should close windows by @jschwxrz in #1271
- fix(ssh): resolve macOS SSH_AUTH_SOCK detection for 1Password agent by @jschwxrz in #1274
- fix(ui): pin merge PR section to bottom of checks panel by @jschwxrz in #1280
- feat(lifecycle): preserve lifecycle terminal logs across task switches by @jschwxrz in #1278
- fix(ui): add padding to terminal pane container by @arnestrickmann in #1287
- fix: prevent worktree branches from auto-tracking base ref by @dev-seahouse in #1249
- feat: refresh local branches before selecting branch in 'New task' modal by @singhvibhanshu in #1255
- fix(pty): pass XDG_DATA_DIRS to PTY sessions for correct default browser by @jschwxrz in #1281
- feat(ssh): enable hook notifications for remote sessions by @rabanspiegel in #1288
- feat(gitlab): Add GitLab issue integration by @aniketsaurav18 in #1283
- fix(issues): enforce recent-first sorting across Linear, GitHub, and Jira by @rabanspiegel in #1290
- fix(diff-viewer): add loading spinners to commit and push buttons by @arnestrickmann in #1293
New Contributors
- @krzysztofcybulski made their first contribution in #1244
- @anuragts made their first contribution in #1265
- @Areo-Joe made their first contribution in #1268
- @dev-seahouse made their first contribution in #1249
- @singhvibhanshu made their first contribution in #1255
- @aniketsaurav18 made their first contribution in #1283
Full Changelog: v0.4.24...v0.4.25