Releases: shift-labs-ai/pi-peer
Releases · shift-labs-ai/pi-peer
Release list
v0.2.0
Sessions on different machines can now find and message each other by pointing at one Redis server, using the same contract as the local shared directory.
- Mail queues in a per-inbox list, so a letter for an absent session waits instead of vanishing; an atomic pop plus an ack is the delivery receipt.
- Remote peers are listed as name@user@host, get their own inbound policy, and every delivery tells the model it came from a teammate's machine.
- Configure with /peer-remote, persisted to pi-peer.json; the PI_PEER_* variables override the file per field, and PI_PEER_REMOTE=off forces the feature off.
- Any remote failure (bad setting, missing server) is one startup warning and local messaging carries on untouched.
- Fixed: queued remote sends leaked their ack subscription. The suite is now 199 tests.
The remote transport was contributed by @Shanik1 in #1.
What's Changed
New Contributors
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Full Changelog: https://github.com/shift-labs-ai/pi-peer/commits/v0.1.0