Skip to content

Agentcomm

v0.19.1 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Affected surfaces

breaking_upgrade

Summary

AI summary

Fixes daemon warm-up stampede on large buses by binding sockets early, optimizing Git-backed bus warming to one round trip, and preventing socket orphaning.

Full changelog

Fixes the daemon warm-up stampede on large buses (#144, #145):

  • The daemon binds its socket before warming its mirror — clients connect immediately instead of spawning duplicate daemons for the entire warm-up window.
  • Git-backed buses warm in one round trip (new Snapshottable backend capability: one fetch + ls-tree + cat-file --batch) instead of one network fetch per key.
  • Backends without snapshot support no longer prefetch bodies during polls — the github:// warm drops from ~1 REST call per key to a single list call.
  • Clients only remove a daemon's socket when its process is actually dead, so a transient connect error can no longer orphan a live daemon.
  • GitBackend fetches are serialized per instance and retried on ref-lock collisions — previously a collision between the poll, the outbox flusher, and a client op made inbox silently return empty.

Upgrade: npm install -g @yonidavidson/agentcomm@latest

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Agentcomm

Get notified when new releases ship.

Sign up free

About Agentcomm

All releases →

Related context

Earlier breaking changes

  • v0.16.9 Removes "as codex" initialization mode from `agentcomm init --harness`.

Beta — feedback welcome: [email protected]