chore: update all submodule refs + CI/CD workflows + AGENTS.md

This commit is contained in:
datadunia
2026-07-07 09:28:06 +07:00
parent 2fb3109b9f
commit 59a8436a45
8 changed files with 385 additions and 13 deletions
+2 -2
View File
@@ -118,8 +118,8 @@ HTTP + gRPC share port 8080 via `cmux`:
6. On heartbeat config change → rebuild tunnel (30s delay, HTTP fallback)
7. On heartbeat stale handshake → rebuild tunnel
8. On heartbeat failure+recovery → rebuild tunnel
9. On gRPC suspend → stop tunnel, heartbeat continues
10. On gRPC resume → rebuild tunnel from server config
9. On gRPC suspend → send heartbeat(tunnel_up=true) → stop tunnel (DisconnectReason.SUSPENDED) → heartbeat continues
10. On gRPC resume → rebuild tunnel from server config → send heartbeat(tunnel_up=true)
### Protobuf Messages
- **Agent → Server**: HelloMessage, HeartbeatAck, StatusReport, PingMessage