diff --git a/CHANGELOG.md b/CHANGELOG.md index 207fce943..bd665e10f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## 0.1.104-beta.1 - 2026-07-03 + +### Added + +- Agents can drive the in-app browser: open tabs, navigate, click, type, and take screenshots (opt-in desktop browser tools) +- Screenshots taken by agents appear as images in the chat +- Inspect, annotate, and send page elements from a browser tab to the agent ([#1708](https://github.com/getpaseo/paseo/pull/1708) by [@huiliaoning](https://github.com/huiliaoning)) +- Schedules screen to create and manage recurring agents ([#1246](https://github.com/getpaseo/paseo/pull/1246)) +- Open a project from anywhere with Cmd+O ([#1849](https://github.com/getpaseo/paseo/pull/1849)) +- ByteDance TRAE CLI available as an agent provider ([#1831](https://github.com/getpaseo/paseo/pull/1831) by [@park0er](https://github.com/park0er)) + +### Improved + +- Clearer cards when an agent asks a question ([#1643](https://github.com/getpaseo/paseo/pull/1643) by [@cleiter](https://github.com/cleiter)) + +### Fixed + +- 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)) +- Claude usage appears when a quota window has no scheduled reset ([#1855](https://github.com/getpaseo/paseo/pull/1855)) +- New workspace action shows for non-git projects in the sidebar ([#1857](https://github.com/getpaseo/paseo/pull/1857) by [@cleiter](https://github.com/cleiter)) + ## 0.1.103 - 2026-07-01 ### Added