From c6fc7df443488c5900f4fa70718e09ac21c4e27a Mon Sep 17 00:00:00 2001 From: Chris Tate Date: Wed, 18 Feb 2026 00:34:52 -0600 Subject: [PATCH] chore: add patch changeset for release (#498) --- .changeset/release-7a98777c.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/release-7a98777c.md diff --git a/.changeset/release-7a98777c.md b/.changeset/release-7a98777c.md new file mode 100644 index 0000000..bc20f83 --- /dev/null +++ b/.changeset/release-7a98777c.md @@ -0,0 +1,5 @@ +--- +"agent-browser": patch +--- + +Added documentation for command chaining with && across README, CLI help output, docs, and skill files, explaining how to efficiently chain multiple agent-browser commands in a single shell invocation since the browser persists via a background daemon.