What's Changed
- fix(ssh): use remote user's configured shell instead of forcing bash by @arnestrickmann in #921
- fix(nix): unblock release build when nixpkgs lags pnpm patch by @rabanspiegel in #920
- feat: Clear file changes state when the task path changes and display… by @prath47 in #862
- feat: Implement a file change event system to automatically reload ed… by @prath47 in #916
- Fix env preserve in large repos by scoping ignored-file query by @rabanspiegel in #923
- Fix direct PTY cleanup race after Codex Ctrl+C by @rabanspiegel in #931
- fix: correct license badge and providers link in README by @thisisharsh7 in #929
- feat: allow multiple chats of the same provider per worktree by @arnestrickmann in #930
- fix(update): fix update dialog state sync, stale flash, and menu routing by @chrishoffman in #932
- test(github): align isAuthenticated gh-cli expectations by @rabanspiegel in #939
- fix: close modals before titlebar view toggles by @thisisharsh7 in #934
- fix(ui): hide check-for-updates button when update is downloaded by @arnestrickmann in #945
- feat(ssh): support file drag-and-drop onto SSH terminals via SCP by @arnestrickmann in #946
- Unify provider command config across local and remote PTY execution by @rabanspiegel in #938
- Clarify EMDASH_PORT usage in config UX and docs by @rabanspiegel in #948
- feat: Allow toggling between single file and all changes diff views. by @prath47 in #944
- fix(terminal): work around xterm.js 6.0.0 DECRQM crash for Amp and TUI apps by @arnestrickmann in #949
- Fix 925 and 918 by @DevDesai444 in #926
- fix: keep settings visible over IDE overlays by @DevDesai444 in #925
- fix: remove unnecessary toast notifications from diff modals by @arnestrickmann in #950
- fix: prevent terminal from stealing input focus on Linux/Ubuntu by @arnestrickmann in #951
- ui: change wording in home view from coding agent dashboard to agentic development environment by @arnestrickmann in #952
- feat: change styling of auto approve badge to maintain consistency by @arnestrickmann in #955
- feat: improve multi chat ui by @arnestrickmann in #956
- chore: update useTaskManagement by @arnestrickmann in #954
- feat: edit titlebar by @arnestrickmann in #953
- Fix PTY provider command hardening follow-ups from PR 938 by @rabanspiegel in #957
- ui: remove unnessecary toast by @arnestrickmann in #959
- Refine task settings hierarchy and auto-approve labeling by @rabanspiegel in #958
- Fix Cursor auto-approve flag mapping by @rabanspiegel in #960
New Contributors
- @DevDesai444 made their first contribution in #926
Full Changelog: v0.4.13...v0.4.14