zeroclaw/web/src
Argenis 2ee0229740
fix(gateway): improve WebSocket chat error handling and diagnostics (#4407)
- Add error codes to WS error messages (AGENT_INIT_FAILED, AUTH_ERROR, PROVIDER_ERROR, INVALID_JSON, UNKNOWN_MESSAGE_TYPE, EMPTY_CONTENT)
- Send Close frame with code 1011 on agent init failure
- Add tracing logs for agent init and turn errors
- Increase MAX_API_ERROR_CHARS from 200 to 500
- Frontend: handle abnormal close codes and show config error hints

Fixes #3681
Supersedes #4366
Original work by mark-linyb
2026-03-23 15:30:18 -04:00
..
components fix(gateway): address critical security and reliability bugs in Live Canvas (#4196) 2026-03-21 20:59:18 -04:00
contexts feat(web): add theme system with CSS variables and settings modal (#4133) 2026-03-21 06:22:30 -04:00
hooks feat(web): add theme system with CSS variables and settings modal (#4133) 2026-03-21 06:22:30 -04:00
lib fix(gateway): address critical security and reliability bugs in Live Canvas (#4196) 2026-03-21 20:59:18 -04:00
pages fix(gateway): improve WebSocket chat error handling and diagnostics (#4407) 2026-03-23 15:30:18 -04:00
types fix(gateway): improve WebSocket chat error handling and diagnostics (#4407) 2026-03-23 15:30:18 -04:00
App.tsx fix(gateway): address critical security and reliability bugs in Live Canvas (#4196) 2026-03-21 20:59:18 -04:00
index.css feat(web): add theme system with CSS variables and settings modal (#4133) 2026-03-21 06:22:30 -04:00
main.tsx feat(gateway): add path_prefix for reverse-proxy deployments 2026-03-21 08:14:28 -04:00
vite-env.d.ts feat(gateway): add embedded web dashboard with React frontend 2026-02-21 16:14:01 +08:00