Skip to content

v1.37.0

Latest

Choose a tag to compare

@dotdevdotdev dotdevdotdev released this 14 Jun 11:51
· 1 commit to main since this release

Highlights

  • Polite agent-to-agent messagingagentwire msg drops typed messages into a per-recipient file inbox and the watchdog injects them only when the input box is empty, so a peer update never clobbers a human's half-typed draft. The non-interrupting sibling of agentwire send.
  • SSH ControlMaster multiplexing — a single source-of-truth ssh.py module gives every SSH call (tunnels, remote panes, connectivity checks) connection reuse + keepalives, cutting handshake latency across the mesh.
  • Tailscale mesh networking docs — recipes for wiring machines into a zero-config private mesh.

New Features

  • agentwire msg send|inbox|flush CLI + msg_send / msg_inbox MCP tools. Typed kinds (note/done/request/escalation), @all broadcast, drain rides the limits watchdog (≤60s) and coalesces queued messages, dead-letters after 40 deferred attempts (#296, #299).
  • Standing role briefings (orchestrator, worker, worktree-mission) now teach agentwire msg for routine peer report-back (#301, #302).
  • SSH ControlMaster=auto multiplexing SSOT applied to tunnels, remote tmux, and connectivity probes; masters are torn down on explicit tunnel-down (#300, #303).

Docs

  • New wiki pages: polite messaging, Tailscale mesh setup in remote-machines, and a research evaluation of non-SSH transport alternatives (#297, #298).

Built by dotdev.dev