feat(acp): WebSocket session handler (history + live + ping/pong + owner-only prompt/cancel)

This commit is contained in:
2026-05-07 17:08:09 +08:00
parent 72cd353757
commit f5f048083a
5 changed files with 196 additions and 4 deletions
+1
View File
@@ -4,6 +4,7 @@ go 1.25.0
require (
github.com/alexedwards/argon2id v1.0.0
github.com/coder/websocket v1.8.14
github.com/go-chi/chi/v5 v5.2.5
github.com/golang-migrate/migrate/v4 v4.19.1
github.com/google/uuid v1.6.0