feat: agent session management — metrics, channels, dispose (P2-006) #78

Merged
jason.woltje merged 1 commits from feat/p2-006-session-management into main 2026-03-13 03:35:59 +00:00

1 Commits

Author SHA1 Message Date
c56d32e40d feat: agent session management — metrics, channels, dispose (P2-006)
Add session monitoring and lifecycle improvements to the gateway:
- Session metrics: createdAt, promptCount, durationMs tracking
- Channel tracking: which channels (websocket, discord) are connected
- REST API at /api/sessions for listing, inspecting, and destroying sessions
- Fix piSession.dispose() call in destroySession (FIX-01)
- WebSocket gateway now tracks channel connections per session

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 22:35:37 -05:00