From 759302ead55d1a3a05b38b8d06c62e4505f7e621 Mon Sep 17 00:00:00 2001 From: Chris Tate Date: Tue, 27 Jan 2026 09:20:32 -0600 Subject: [PATCH] v0.8.4 changeset (#300) --- .changeset/fix-daemon-not-found.md | 5 +++++ cli/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/fix-daemon-not-found.md diff --git a/.changeset/fix-daemon-not-found.md b/.changeset/fix-daemon-not-found.md new file mode 100644 index 0000000..4873c8d --- /dev/null +++ b/.changeset/fix-daemon-not-found.md @@ -0,0 +1,5 @@ +--- +"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/cli/Cargo.toml b/cli/Cargo.toml index d0329c1..98341e3 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser" -version = "0.7.6" +version = "0.8.3" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0"