chore: add patch changeset for release (#330)

This commit is contained in:
Chris Tate
2026-01-31 23:04:46 -06:00
committed by GitHub
parent 775f166bce
commit d75350a99e
+5
View File
@@ -0,0 +1,5 @@
---
"agent-browser": patch
---
Improved daemon connection reliability by adding automatic retry logic for transient errors like connection resets, broken pipes, and temporary resource unavailability. The CLI now cleans up stale socket and PID files before starting a new daemon, and includes better detection of daemon responsiveness to handle race conditions during shutdown.