Skip to content

Releases: ExaDev/agent-comms

v1.24.0

06 Jun 17:23

Choose a tag to compare

1.24.0 (2026-06-06)

Features

  • bridge: clean up mesh state on Claude Code exit (3088e00)
  • core: add hasCoordinatorConnection and onError to transport (1133260)

Bug Fixes

  • bridge: adapt pi bridge to graceful mesh degradation (5ba4e43)
  • mesh-store: degrade gracefully when coordinator port is held by orphan (d9303ff)

v1.23.1

03 Jun 05:09

Choose a tag to compare

1.23.1 (2026-06-03)

Refactoring

  • bridge: use local tsx path instead of npx for claude-code bridge (1629c8e)

v1.23.0

30 May 19:30

Choose a tag to compare

1.23.0 (2026-05-30)

Features

  • cli: add /agent-comms:agents slash command (16ea3cc)
  • cli: add slash commands for agent-comms actions (7522d9e)

Bug Fixes

  • bridge: key pending file by Claude Code PID, not just cwd (8ef9149)
  • bridge: use synchronous hooks for Stop and PostToolUse drain (e5714fe)
  • release: sync marketplace.json version on release (8d0e288)

v1.22.0

30 May 11:38

Choose a tag to compare

1.22.0 (2026-05-30)

Features

  • bridge: add asyncRewake hooks for idle-Claude delivery (dacdeba)

v1.21.2

30 May 10:01

Choose a tag to compare

1.21.2 (2026-05-30)

Bug Fixes

  • bridge: buffer all delivery events for idle-Claude fallback (cb340fe)

v1.21.1

30 May 09:26

Choose a tag to compare

1.21.1 (2026-05-30)

Chores

  • deps: upgrade direct deps and add overrides to clear audit warnings (1712222)

v1.21.0

30 May 09:17

Choose a tag to compare

1.21.0 (2026-05-30)

Features

  • bridge: reserve channel notifications for actionable events in Claude Code bridge (ffe123d)

v1.20.0

30 May 09:12

Choose a tag to compare

1.20.0 (2026-05-30)

Features

  • bridge: populate meta.streamingBehavior on Claude Code channel notifications (8f23cc3)
  • bridge: use streamingBehavior hint to select deliverAs in pi bridge (64be6af)
  • core: add extractStreamingBehavior and delivery hint prefixes (58dbc5b)
  • core: add StreamingBehavior type and extend message/action schemas (0c288a4)
  • core: thread streamingBehavior through store and tool (2481743)

Documentation

  • document streamingBehavior delivery timing field and per-bridge behaviour (9551a2e)

v1.19.5

27 May 19:29

Choose a tag to compare

1.19.5 (2026-05-27)

Bug Fixes

  • bridge: use OS-assigned port for auto-started web servers (69d3624)

v1.19.4

27 May 18:50

Choose a tag to compare

1.19.4 (2026-05-27)

Refactoring

  • bridge: replace MeshStatePatch type assertion with type guard (d54cbb5)