diff --git a/CHANGELOG.md b/CHANGELOG.md index ede878c5c..89799aa56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.1.104-beta.4 - 2026-07-06 +## 0.1.104-beta.5 - 2026-07-07 ### Added @@ -10,17 +10,24 @@ - Open a project from anywhere with Cmd+O ([#1849](https://github.com/getpaseo/paseo/pull/1849)) - Agents can rename workspaces after they understand the task ([#1876](https://github.com/getpaseo/paseo/pull/1876)) - Claude Ultra Code is available for supported Claude models ([#1872](https://github.com/getpaseo/paseo/pull/1872)) -- ByteDance TRAE CLI available as an agent provider ([#1831](https://github.com/getpaseo/paseo/pull/1831) by [@park0er](https://github.com/park0er)) +- ByteDance TRAE CLI available as an agent provider ([#1831](https://github.com/getpaseo/paseo/pull/1831), [#1896](https://github.com/getpaseo/paseo/pull/1896) by [@park0er](https://github.com/park0er)) ### Improved +- Scheduled and loop runs each get their own workspace in the sidebar ([#1909](https://github.com/getpaseo/paseo/pull/1909), [#1934](https://github.com/getpaseo/paseo/pull/1934)) - Large provider and model refreshes load faster in the app ([#1895](https://github.com/getpaseo/paseo/pull/1895)) - Workspaces created by agents now get readable generated names ([#1887](https://github.com/getpaseo/paseo/pull/1887)) - Browser tabs opened by agents stay in the background until you switch to them ([#1875](https://github.com/getpaseo/paseo/pull/1875)) - Clearer cards when an agent asks a question ([#1643](https://github.com/getpaseo/paseo/pull/1643) by [@cleiter](https://github.com/cleiter)) +- Diagnostic reports include desktop app logs ([#1914](https://github.com/getpaseo/paseo/pull/1914)) ### Fixed +- Desktop finds your installed CLIs even when your shell is slow to start ([#1916](https://github.com/getpaseo/paseo/pull/1916)) +- Restarting the daemon from desktop settings works reliably ([#1915](https://github.com/getpaseo/paseo/pull/1915)) +- Restarting the daemon from the bundled CLI keeps it managed by the desktop app ([#1919](https://github.com/getpaseo/paseo/pull/1919)) +- Web UI loads when the daemon is started from the bundled CLI ([#1899](https://github.com/getpaseo/paseo/pull/1899) by [@yzim](https://github.com/yzim)) +- Worktree setup scripts keep your PATH ([#1908](https://github.com/getpaseo/paseo/pull/1908)) - Docker images keep running during provider cleanup and diagnostics ([#1877](https://github.com/getpaseo/paseo/pull/1877)) - New Workspace drafts survive archiving a workspace ([#1838](https://github.com/getpaseo/paseo/pull/1838)) - Composer autocomplete stays open after switching screens ([#1851](https://github.com/getpaseo/paseo/pull/1851))