fix: surface handshake reasons

This commit is contained in:
Peter Steinberger
2026-01-11 23:46:08 +00:00
parent 105d0481d3
commit 146f7ab433
3 changed files with 67 additions and 9 deletions

View File

@@ -16,6 +16,7 @@
- Docs: rename README “macOS app” section to “Apps”. (#733) — thanks @AbhisekBasu1.
### Fixes
- Gateway/WebChat: include handshake validation details in the WebSocket close reason for easier debugging.
- Doctor: surface plugin diagnostics in the report.
- CLI/Update: preserve base environment when passing overrides to update subprocesses. (#713) — thanks @danielz1z.
- Agents: treat message tool errors as failures so fallback replies still send; require `to` + `message` for `action=send`. (#717) — thanks @theglove44.