diff --git a/.changeset/release-c4c2b53d.md b/.changeset/release-c4c2b53d.md new file mode 100644 index 0000000..52878b2 --- /dev/null +++ b/.changeset/release-c4c2b53d.md @@ -0,0 +1,5 @@ +--- +"agent-browser": patch +--- + +Added AGENT_BROWSER_HEADED environment variable support for running the browser in headed mode, and improved temporary profile cleanup when launching Chrome directly. Also includes documentation clarification that browser extensions work in both headed and headless modes.