v0.8.4 changeset (#300)

This commit is contained in:
Chris Tate
2026-01-27 09:20:32 -06:00
committed by GitHub
parent 3f74bd2171
commit 759302ead5
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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.
+1 -1
View File
@@ -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"