Skip to content

v3.13.0

Choose a tag to compare

@github-actions github-actions released this 17 Sep 18:25
· 233 commits to main since this release

3.13.0 (2026-09-17)

Features

  • core: add GatewayTrust, the cross-machine gateway allowlist (4060f76)
  • core: expose gateway trust as gateway_trust/gateway_untrust/gateway_list_trusted tool actions (703ae00)
  • core: gate hub gossip forwarding on gateway trust (3f2b7c7)
  • core: gate hub session dispatch and directory merge on gateway trust (f11f82e)
  • core: wire GatewayTrust through MeshStore and WireMeshTransport (3e63783)

Bug Fixes

  • core: gate readvertiseGossip's own hub-directed self-advert on gateway trust (e75ef0b)

Documentation

  • core: escape angle-bracket type refs in GatewayTrust doc comments (ae74011)

Styles

  • core: apply eslint/prettier autofix to hub-forwarding.test.ts (48a0fd5)

Tests

  • core: cover sendRoomRequest's gateway-trust gate in its own file (c5a377a)
  • core: establish mutual gateway trust in hub-session integration tests (fb2f5d1), references agent-comms#156 #169
  • core: prove gateway trust's deny-by-default posture end to end (7559c21)
  • core: trust remote devices explicitly in gateway forwarding tests (685b754), references agent-comms#156