openclaw/src/web
Peter Steinberger 2a4f56e66b Fix WebSocket crash + heartbeat default 10min + docs refresh
- Wrap Baileys connection.update listeners in try-catch to prevent
  unhandled exceptions from crashing the relay process
- Add WebSocket-level error handlers in session.ts
- Add global unhandledRejection/uncaughtException handlers in index.ts
- Make listener.onClose error-safe with .catch() in auto-reply.ts
- Change default heartbeat from 30min to 10min
- Rewrite claude-config.md with personality, better explain personal
  assistant features, add recommended MCPs section
2025-11-27 18:21:14 +01:00
..
auto-reply.test.ts Heartbeat: honor session override 2025-11-26 18:32:25 +01:00
auto-reply.ts Fix WebSocket crash + heartbeat default 10min + docs refresh 2025-11-27 18:21:14 +01:00
inbound.test.ts refactor(web): split provider module 2025-11-26 01:16:54 +01:00
inbound.ts Fix WebSocket crash + heartbeat default 10min + docs refresh 2025-11-27 18:21:14 +01:00
login.coverage.test.ts docs: finalize web refactor and coverage 2025-11-26 02:54:43 +01:00
login.test.ts web: add heartbeat and bounded reconnect tuning 2025-11-26 02:34:43 +01:00
login.ts refactor(web): split provider module 2025-11-26 01:16:54 +01:00
logout.test.ts chore: commit pending cli/web test tweaks 2025-11-26 02:19:45 +01:00
media.test.ts refactor(web): split provider module 2025-11-26 01:16:54 +01:00
media.ts refactor(web): split provider module 2025-11-26 01:16:54 +01:00
monitor-inbox.test.ts web: add heartbeat and bounded reconnect tuning 2025-11-26 02:34:43 +01:00
outbound.test.ts web: add heartbeat and bounded reconnect tuning 2025-11-26 02:34:43 +01:00
outbound.ts web: add heartbeat and bounded reconnect tuning 2025-11-26 02:34:43 +01:00
reconnect.test.ts web: extract reconnect helpers and add tests 2025-11-26 02:39:31 +01:00
reconnect.ts web: extract reconnect helpers and add tests 2025-11-26 02:39:31 +01:00
session.test.ts web: extract reconnect helpers and add tests 2025-11-26 02:39:31 +01:00
session.ts Fix WebSocket crash + heartbeat default 10min + docs refresh 2025-11-27 18:21:14 +01:00
test-helpers.ts test(web): split provider web suite 2025-11-26 01:23:34 +01:00