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
@@ -52,6 +52,7 @@ func mountHandlerWithRepo(t *testing.T, callerUID uuid.UUID, isAdmin bool, repo
fakeResolver{uid: callerUID},
fakeAdminLookup{admin: map[uuid.UUID]bool{callerUID: isAdmin}},
enc,
acp.WSConfig{},
)
h.Mount(r)
return r