Highlights
- Polite agent-to-agent messaging —
agentwire msgdrops 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 ofagentwire send. - SSH ControlMaster multiplexing — a single source-of-truth
ssh.pymodule 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|flushCLI +msg_send/msg_inboxMCP tools. Typed kinds (note/done/request/escalation),@allbroadcast, 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 msgfor 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