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"