v0.1.3
Fix: remove broken duplicate link_code_companion_reg handler.
messages_recv.pyreplicated the pairing flow already handled bysocket.py(_on_link_code_companion_reg).- Its copy awaited
decipher_link_public_key, which is synchronous, raising'bytes' object can't be awaitedon every pairing notification. - Pairing completed anyway via
socket.py, but the duplicate branch logged an error each time. - Removed the duplicate branch and the now-unused imports (base64, os, crypto helpers).