diff --git a/.changeset/release-mmqxu9tl.md b/.changeset/release-mmqxu9tl.md new file mode 100644 index 0000000..2a8a604 --- /dev/null +++ b/.changeset/release-mmqxu9tl.md @@ -0,0 +1,7 @@ +--- +"agent-browser": patch +--- + +### Bug Fixes + +- **Daemon panic on broken stderr pipe** - Replaced all `eprintln!` calls with `writeln!(std::io::stderr(), ...)` wrapped in `let _ =` to silently discard write errors, preventing the daemon from panicking when the parent process drops the stderr pipe during Chrome launch (#802)