Releases

Release history pulled from GitHub.

v0.4.0March 9, 2026
3f501b7b

Bump version to v0.4.0

bfca97b6

Add interactive chat-room example with two LLM agents

4be82d02

Add parallel-review and agent-swarm examples, make dev-task-room demo-ready

c57106ae

Fix critic timeout cascade: progress pinger resilience, shield thread timeout, catch progress task errors

bf5abc02

Fix seen_turns FIFO eviction and missing TrimSpace in status command

44dcf2b8

Fix remaining pre-release bugs: auth token whitespace, os.sys.path, proc cleanup, seen_turns leak

aad2bcf4

tailbus: fix dashboard and dev-task-room review findings

7b924ac8

tailbus: harden dashboard reconnect and turn tracking

1c46f771

Improve dev-task-room long-running review turns

7cc622f4

Fix dev-task-room startup and dashboard progress state

96031e42

Add dev task room example

89b6d808

Stabilize dashboard node layout

953369a3

Polish incident-room first-run experience

3453df01

Add LLM-backed incident-room variant

d59e5569

Bump Python SDK to 0.2.0

939d1386

Add incident-room flagship example

0558645e

Add capability discovery query support

5ee6323c

Add structured capability metadata to manifests

b0aa70b6

Clarify Tailbus positioning and USP

3d0ced80

Expand capability discovery roadmap

c9b530b6

Clarify adoption milestones in roadmap

8875776b

Document rooms and harden dashboard reconnect

d3679bde

Fix room demo routing and dashboard busy state

ca8783dc

Harden pair-solver launcher cleanup

72d2b8d6

Add room activity to dashboard

3ebf9210

Add shimmer text animation to dashboard node/handle names

66dcc336

Add room-based pair solver demo

62706bfc

Add daemon-managed shared rooms

b342a13b

Suppress ACK activity events in router

978d331c

Fix session authorization and ACK persistence bugs

1dba40f8

Fix run.sh: replace bash 4 associative arrays with portable parsing

aaed906e

Add multi-AI collaborative app builder example

d610f0b3

Add detailed logging with timing to all news-briefing agents

9a0a3efd

Fix daemon shutdown hang, directional edge animation, and briefing loop

9fa6847d

Constrain dashboard bottom panels to half terminal height

4a714cb7

Fix relay connectivity: mark all non-direct peers as relay-reachable

f55e42f4

Fix briefing loop, add return flow visibility, and highlight active handles

e5f18d0b

Show peer nodes with zero handles in dashboard

64d21a13

Fix relay connectivity shown for all peers instead of only relay-routed ones

cc76033a

Filter self from dashboard peers client-side to prevent duplicate node

6b1a43e6

Fix stale DB lock and duplicate self in dashboard peers

bab01820

Create local session for incoming remote SESSION_OPEN envelopes

v0.3.9March 5, 2026
90021c71

Add dashboard flow visualization and relay connectivity display

1d2c9b81

Auto-create personal team on signup

94950cdb

Fix team CLI commands failing to connect to coord over TLS

30942c2d

Unload launchd service on tailbus stop to prevent auto-restart

a2ab4c96

Show friendly message when stopping a daemon that isn't running

8ec860ed

Detect already-running daemon and show clear error message

v0.3.6March 4, 2026
b84f6830

Add `tailbus stop` command for graceful daemon shutdown

d32ef15d

Bump version to v0.3.5

c49ede5b

Add news-briefing demo and prepare SDK for PyPI

964832b7

Auto-start tailbusd via user services (systemd/launchd)

v0.3.0March 4, 2026
aa206f26

Release v0.3.0: teams, REST API, browser OAuth, admin dashboard

d367b681

Fix browser OAuth redirect_uri_mismatch by reusing /oauth/callback

35675c1c

Fix OAuth/REST 404 by registering routes on a single mux

e7b675ed

Add REST API, browser OAuth, and team admin dashboard

7a84fe21

Add team management RPCs, integration test, and roadmap update

044621c1

Add team-based isolation for multi-tenant mesh networking

6e597400

Add governance files and fix Dockerfile stage ordering for Fly.io

9a310b01

Add community readiness: CI pipeline, PyPI publish, templates, changelog

fc0394af

Add per-handle health counters to TUI dashboard

1e58a881

Install to ~/.local/bin and auto-configure PATH

826f6b56

Add mesh topology view to TUI dashboard

v0.2.0March 4, 2026
dbe0b6fd

Embed relay server in coord for zero-config NAT traversal

a5f11565

Add Fly.io deployment for tailbus-coord at coord.tailbus.co

733475c8

Update default coord domain from tailbus.dev to tailbus.co

a887404f

Add P1.6 OAuth login flow: install → login → connected

7ba28ecd

Add multi-agent LLM example, cross-network deployment, and bug fixes

819a4a68

Add web chat UI and fix Docker Compose reliability

ba843935

Add P2.4 message persistence, P5.2 MCP gateway, P10.1 Docker compose

07107d80

Add P1.5 coord admission control: pre-auth token system for node registration

3c3de384

Add P4.1 Python SDK: async/sync agent wrapping stdio bridge

a23192ee

Add P1.4 Unix socket auth and P9.2 health/readiness endpoints

a7552aa8

Add P3.1 DERP-style relay server: NAT traversal for cross-network messaging

09567274

Update README for mTLS, handle binding, sequences, and ACK flow

573eb360

Add P2.2 ACK flow: delivery acknowledgement with retry

528bde43

Add P2.1 sequence numbers: per-session monotonic envelope ordering

95a092a7

Add P1.2 daemon-to-coord mTLS with TOFU cert pinning

2d6044e8

Add P1.1 P2P mTLS: encrypted daemon-to-daemon transport with peer verification

4a1618c9

Add P1.3 Unix socket handle binding: per-connection ownership enforcement

e719c0b2

Add Phase 1 self-healing: copy-on-read sessions, eviction, retry, and transport fixes

v0.1.0March 2, 2026
64c2adf8

Update README for install script, manifest flags, demo, and releasing

05ace421

Add release pipeline, install script, and 3-machine demo

ca11bfd8

Update README for ServiceManifest and discovery RPCs

b8817f2c

Replace flat descriptions with ServiceManifest and discovery RPCs

a4435925

Add handle descriptions and @-mention auto-routing

44a7c0d0

Add stdio JSON-lines agent bridge for scripting and LLM tool-use

617f2c6f

Add distributed message tracing, Prometheus metrics, and README

c4a77a52

Add real-time TUI dashboard for daemon observability

6b24d6b1

Fix handle registration not propagating to coord server immediately

6d989703

Implement tailbus MVP: agent communication mesh with P2P gRPC data plane