feat: add heartbeat/ping to terminal WebSocket

- Backend: Send ping every 30s from WebSocket endpoint
- Frontend: Respond to pings with pongs, detect missed pings (60s timeout)
- Update type definitions to include 'resetting' status

Refs: persistent-terminal-sessions task 6.4
This commit is contained in:
2026-05-24 12:45:50 +00:00
parent d117047711
commit 073013bc61
13 changed files with 468 additions and 24 deletions
@@ -0,0 +1,2 @@
schema: spec-driven
created: 2026-05-24