Skip to content

Tags: TeoSlayer/pilotprotocol

Tags

v1.7.2

Toggle v1.7.2's commit message
Add blog post: Network tunnels in AI: Secure comms for autonomous agents

v1.7.1

Toggle v1.7.1's commit message
Fix badge test: remove tags and task-executors badges

These badge endpoints were removed in the dashboard simplification.

v1.7.0

Toggle v1.7.0's commit message
Add auto-updater sidecar, version reporting, network sync, and IPv6 fix

- pilot-updater sidecar: checks GitHub Releases, downloads archives,
  verifies SHA256 checksums, replaces binaries, restarts daemon
- Version reporting: daemon sends build-time version to registry,
  displayed in pilotctl info and network members
- Network sync: periodic reconciliation of network memberships,
  policies, and member tags from registry (5-min interval)
- Fix IPv6 end-to-end: skip LAN address optimization when tunnel
  and peer use different address families
- Security audit fixes: registry auth, replication auth, per-port
  accept, P2P handshake signing
- Build: updater added to release archives, checksums.txt generated

v1.6.2

Toggle v1.6.2's commit message
Add network memberships to pilotctl info output

Show joined networks and their addresses in both human-readable
and JSON info output. Queries registry for current network list
on each info call.

v1.6.1

Toggle v1.6.1's commit message
Update website: navbar, topbar, and page styling tweaks

v1.6.0

Toggle v1.6.0's commit message
Add binary protocol, WAL, member tags tests, Go SDK docs, and plans page

New registry internals: binary wire protocol, write-ahead log, delta
sync, binary client. New tests for member tags and scaling. Simulation
harness for load testing. Website: Go SDK documentation and plans page.

sdk-v0.1.2

Toggle sdk-v0.1.2's commit message
Python SDK Release v0.1.2

node-sdk-v0.1.1

Toggle node-sdk-v0.1.1's commit message
Node SDK Release v0.1.1

node-sdk-v0.1.0

Toggle node-sdk-v0.1.0's commit message
Node SDK Release v0.1.0

v1.5.1

Toggle v1.5.1's commit message
Merge branch 'main' of github.com:TeoSlayer/pilotprotocol