chore: add patch changeset for release (#803)

This commit is contained in:
Chris Tate
2026-03-14 18:15:39 -05:00
committed by GitHub
parent c4f0f22ae9
commit fc091d294d
+7
View File
@@ -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)