Skip to content

Releases: Codename-11/Forge

v0.29.0 · Actionable attention decisions

Choose a tag to compare

@Codename-11 Codename-11 released this 18 Jul 18:07
04adcfc

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

Choose a tag to compare

@Codename-11 Codename-11 released this 17 Jul 15:21
a30847b

What's Changed

Full Changelog: v0.27.1...v0.28.0

v0.26.1 — Reliable native chat startup

Choose a tag to compare

@Codename-11 Codename-11 released this 16 Jul 15:09
8bdb20d

release: prepare v0.26.1 (#60)

Forge v0.26.0 — Artifact Studio and trustworthy completion

Choose a tag to compare

@Codename-11 Codename-11 released this 16 Jul 14:26
15d4ecc

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

Choose a tag to compare

@Codename-11 Codename-11 released this 16 Jul 13:44
5c0342a

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

Choose a tag to compare

@Codename-11 Codename-11 released this 15 Jul 23:17
17ade4d

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

Choose a tag to compare

@Codename-11 Codename-11 released this 15 Jul 21:00
34ebade

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

  • 1,318 serial Vitest tests passed with one intentional live connector skip.
  • 45/45 production Playwright journeys passed across desktop, mobile, and accessibility coverage.
  • PRs #43, #44, and release PR #45 passed all required GitHub checks.

v0.21.0 · Clear project and issue scope

Choose a tag to compare

@Codename-11 Codename-11 released this 15 Jul 19:28
38dcaf9

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

Choose a tag to compare

@Codename-11 Codename-11 released this 15 Jul 17:12
28f076e

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

Choose a tag to compare

@Codename-11 Codename-11 released this 15 Jul 17:00
36f3fc3

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.