From 72cbdc7f89ab8c64a3fddb154a51cf9089c08aed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 09:26:52 -0600 Subject: [PATCH] chore: version packages (#301) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/fix-daemon-not-found.md | 5 ----- CHANGELOG.md | 6 ++++++ cli/Cargo.toml | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/fix-daemon-not-found.md diff --git a/.changeset/fix-daemon-not-found.md b/.changeset/fix-daemon-not-found.md deleted file mode 100644 index 4873c8d..0000000 --- a/.changeset/fix-daemon-not-found.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"agent-browser": patch ---- - -Fixed "Daemon not found" error when running through AI agents (e.g., Claude Code) by resolving symlinks in the executable path. Previously, npm global bin symlinks weren't being resolved correctly, causing intermittent daemon discovery failures. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f08edf..279c0eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # agent-browser +## 0.8.4 + +### Patch Changes + +- 759302e: Fixed "Daemon not found" error when running through AI agents (e.g., Claude Code) by resolving symlinks in the executable path. Previously, npm global bin symlinks weren't being resolved correctly, causing intermittent daemon discovery failures. + ## 0.8.3 ### Patch Changes diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 98341e3..19f7748 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser" -version = "0.8.3" +version = "0.8.4" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index 6994c8d..3115ada 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.8.3", + "version": "0.8.4", "description": "Headless browser automation CLI for AI agents", "type": "module", "main": "dist/daemon.js",