From 5dc40b4ea47f8e360f35560e2791297c209f8ce9 Mon Sep 17 00:00:00 2001 From: Chris Tate Date: Tue, 17 Feb 2026 23:28:34 -0600 Subject: [PATCH] chore: add minor changeset for release (#495) --- .changeset/release-38f656e6.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/release-38f656e6.md diff --git a/.changeset/release-38f656e6.md b/.changeset/release-38f656e6.md new file mode 100644 index 0000000..f04781c --- /dev/null +++ b/.changeset/release-38f656e6.md @@ -0,0 +1,5 @@ +--- +"agent-browser": minor +--- + +Added configuration file support with automatic loading from user and project directories, new profiler commands for Chrome DevTools profiling, computed styles getter, browser extension loading, storage state management, and iOS device emulation. Expanded click command with new-tab option, improved find command with additional actions and filtering options, and enhanced CDP connection to accept WebSocket URLs. Documentation has been significantly expanded with new sections for configuration, profiling, and proxy support.