Releases: Oryntai/AgentLink
Release list
AgentLink v0.5.0
AgentLink gets a desktop application. An Electron window over the local broker shows the link, the peer identity with its key fingerprint and verification state, pending requests, and a metadata-only activity ring, and it creates or joins named rooms without a terminal. Invites are single-use codes with a required validity window, redeemed by the issuing side against the joining peer's public key, and a room binds to the first peer identity that proves membership, so a leaked room code cannot admit anyone else afterwards. Broker frontends now negotiate protocol version, client range, and method list, and replace an incompatible broker through authenticated graceful takeover instead of signalling a pid. Local state files are written atomically and merged under a cross-process lock, and trust state is scoped per room. Verified with clean installs on Windows and Ubuntu Node.js 20/22 plus Docker.
AgentLink v0.3.0
Permanent AgentLink collaboration without repeated GUI restarts. Rooms now hot-reload through active.json, peer_ask/listen/respond supports correlated read-only work during normal development, simultaneous questions cannot consume the wrong answer, and completing one structured goal keeps the encrypted transport connected. Verified with clean installs on Windows and Ubuntu Node.js 20/22 plus Docker.
AgentLink v0.2.0
Temporary two-machine collaboration without deployment. Run npm run host to launch the local relay and an ephemeral ngrok tunnel. Configure the peer and install MCP with the printed npm run join command. Participant identities persist across fresh rooms, and ngrok tokens are redacted from errors. Verified on Windows and Ubuntu with Node.js 20/22, plus Docker.
AgentLink v0.1.1
AgentLink v0.1.0
Full Changelog: https://github.com/Oryntai/AgentLink/commits/v0.1.0