You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encrypt-then-sign (H-07): Messages are now encrypted before signing, enabling pre-authentication — receivers can verify sender identity without decrypting, preventing decryption-oracle attacks
WebSocket migration (M-40): Migrated from nhooyr.io/websocket to github.com/coder/websocket
Comprehensive security audit (R2-R6): Fixed 30+ findings including mandatory signature verification, DTLS fingerprint pinning, trust/reputation hardening, dead code removal
Breaking Changes
Encrypted message format changed (encrypt-then-sign). All communicating agents must upgrade simultaneously.
Changes
fix: mandatory signature verification and full-envelope signing (C-01, C-02)