Releases: Codename-11/Forge
Release list
v0.29.0 · Actionable attention decisions
Added
- Attention Queue cards now derive valid actions, permissions, outcome descriptions, and expandable evidence from current server state.
- Delivery collisions pause the candidate runtime for an explicit contributor, reviewer, handoff, or cancel decision without disturbing the active primary.
Fixed
- Review-only dispatches cannot escalate into write-capable execution.
- Delivery decisions revalidate tenant, session authority, connection ownership, attempted mode, and queued-run freshness atomically.
- Stale conflict requests dismiss cleanly, and requests without a valid reply target fall back safely to their issue.
Implements AXI-130 via #73.
v0.28.0 · Faster local delivery
What's Changed
- feat: unify issue search semantics by @Codename-11 in #67
- feat: add secure workspace email invitations (AXI-2) by @Codename-11 in #65
- fix: improve UI load with targeted realtime updates (AXI-125) by @Codename-11 in #68
- feat: add safe local data scenarios (AXI-124) by @Codename-11 in #69
- chore(release): prepare v0.28.0 (AXI-127) by @Codename-11 in #70
Full Changelog: v0.27.1...v0.28.0
v0.26.1 — Reliable native chat startup
release: prepare v0.26.1 (#60)
Forge v0.26.0 — Artifact Studio and trustworthy completion
Forge v0.26.0 releases current main with:
- Artifact Studio collaborative authoring, revisions, previews, assets, secure sharing, settings, and scoped API access
- structured, fresh completion evidence and an explicit audited operator override
- the AXI-112 BullMQ delivery-drain production hotfix
- release-unique What’s New seen state for same-day releases
Validation: all three GitHub CI jobs passed on the exact release PR head, including both full Playwright shards; the local serial suite passed 1,374 tests with one intentional live skip.
Forge v0.25.0 — Native Hermes conversations
Native Hermes Sessions now power interactive Forge chat while /v1/runs remains the background and issue-execution path. This release adds tenant-isolated durable session and delivery mappings, negotiated capabilities, proactive ordered delivery, retries and replay, connector diagnostics and recovery, session classifications, the distributable Hermes Forge platform plugin, and comprehensive coverage.\n\nIt also makes the local release gate deterministic by serializing database-backed tests and browser ownership, recreating only the isolated forge_e2e database, and refusing stale-server reuse.\n\nImplementation: #52\nRelease metadata: #53
v0.23.0 · Mission Control agent fleet
Mission Control is now the primary control plane for agent identities, execution runtimes, MCP readiness, recent work, and workspace bindings.
Workspace agent settings are policy-only, Instance Administration is governance-only, and legacy Agent Studio routes redirect into the new fleet hierarchy. Bind, unbind, removal, and MCP-client actions now match workspace authority and retain durable audit history.
Validation: 1,320 tests, 47 production Playwright journeys, production build, and all three required GitHub jobs passed.
v0.22.0 · Connected agent delivery
Added
- Agent Studio now makes identity, one primary execution runtime, workspace bindings, and multiple MCP client connections explicit and actionable.
- Workspace delivery policy can recommend, require, or automatically publish one durable implementation/PR/validation handoff when an MCP work session attaches its native pull request.
Changed
- Workspace Agent roster rows are compact by default and expand binding policy only on demand.
- Agent access is the single credential lifecycle for MCP clients, scopes, provider setup, rotation, revocation, personal tokens, and session keys.
- Profile identity and execution edits synchronize to active bindings without replacing workspace-local policy.
- Instance Administration remains the governance surface; Mission Control remains read-only operations.
Validation
v0.21.0 · Clear project and issue scope
Added\n\n- Issue lists and boards now share a visible Open/All lifecycle scope across global and project views.\n- Project creation explains required and immutable choices and routes directly to the created project.\n\n## Changed\n\n- Issue filtering removes redundant and empty controls while improving search recovery.\n- Project cards expose accessible completed/total progress.\n\nFull details are recorded in CHANGELOG.md.
v0.20.1 · Clean-checkout deployment
Patch release for the coordinated delivery system. Worker images now build reproducibly from the dedicated clean deployment clone without depending on Next generated files from a developer checkout.
v0.20.0 · Coordinated code delivery
Forge now coordinates implementation ownership across agents, Codex Desktop, and contributors with one active delivery session per issue. Native GitHub PR, review, checks, and merge facts drive the lifecycle through release, deployment, and live verification. This release also adds stale-session action requests, scoped MCP tools, a dashboard Delivery Work surface, timestamped migrations, and an exact-ref serialized production deploy path.