What shipped.
Notable changes to the Colony pipeline and the surrounding product surfaces. Updated as work merges — the receipts live at /built-by-colony/.
-
Human-readable issue status — structured emissions from every agent
Every in-flight issue now carries a
current_statusfield: a human-readable description of what the pipeline last did, written atomically alongside every state transition. Analyzer, Planner, Developer, Reviewer, Merger, and Sweep each emit a status string at key moments in their execution; operator actions and system events (cost-cap hits, auto-unblocks, dependency resolution) do the same. The status surfaces in the SDK viagetIssueStatus()andgetIssueEvents(), and in the dashboard IssueDetail view. Issue #3977.Also shipped this week: the CI repair executor. When a build fails and the failure is diagnosable, the pipeline now re-invokes the Developer with the structured CI failure context instead of escalating to the operator. Issue #3913.
-
Live dashboard streaming — pipeline events over SSE
The Colony Cloud dashboard now receives pipeline events over a server-sent events stream instead of polling on a fixed interval. Worker status updates, cost changes, issue state transitions, and alert events push to the browser as they happen. A
useSSEhook wraps the stream with automatic reconnect and a polling fallback when the connection is unavailable. A connection indicator in the header shows stream health; the HiveView breathing dot now dims when data is stale rather than just when the connection drops.IssueDetail shipped a parallel set of improvements: the header bar now surfaces the linked PR, current cost, and relative merge time at a glance. A PipelineRail component renders the issue’s phase history visually, and the view auto-refreshes while an issue is in flight.
-
Bootstrap templates for Rails, Next.js, and Django
-
Public marketing site refresh — orchestration-layer framing
The home page now leads with the category sentence: The orchestration layer for AI coding agents. The receipts band — 1,284 PRs merged, 14m median cycle, $0.91 per merged PR — moved above the problem framing. The primary CTA is
Read the receipts →, pointing at the new/built-by-colony/destination (live data once the public-stats API ships). -
Cost-cap escalation for subagent spawns
Tightened the cost-cap escalation path so that builders spawning subagents bubble their incremental spend up to the parent issue’s budget in real time, instead of at task close. Inspector now sees the spend trajectory and can escalate to operator before the cap is breached. PR #2843.
-
Hybrid tenancy enters private preview
Hybrid tenancy — control plane managed by Colony, worker pools in your VPC — is now in private preview with a small set of design partners. Public preview Q3 2026. Talk to us on the pilot call if you need stricter data residency than Cloud’s regional default provides.
-
Operator visibility into stuck issues — `colony why` and the dead-letter queue
-
Azure AI Foundry support as a Claude Code provider
Colony now talks to Anthropic models through Azure AI Foundry, for teams whose enterprise procurement already covers Azure model contracts. The worker config picks the provider per agent; the cost ledger reports through the same pass-through pricing. PR #2154.
-
36-hour autonomous throughput session — 120+ PRs merged
Between March 31 and April 1, the pipeline merged 120+ PRs on its own repo in a single 36-hour window — Mayor through Marshal, with Inspector running deterministic checks and an LLM review before every merge. The failure modes the session surfaced are now encoded as recovery logic in
docs/production-learnings.mdand anchor the proof points the rest of the site leans on. -
Self-improvement issues — Colony refactoring its own modules
Several large internal modules — the Builder executor (2,547 lines), the Mayor’s coordination logic, the SDK type surface — were decomposed into focused submodules through self-improvement issues the pipeline filed against itself. Surveyor prompts now require call-site verification before concluding an issue has no work to do. PRs #1357, #1408.