Skip to content

v0.11.0 - Mission Workbench & Goal Mode

Choose a tag to compare

@Th0rgal Th0rgal released this 03 May 15:14
· 1586 commits to master since this release
v0.11.0
ac343ee

v0.11.0 highlights (since v0.10.0)

This release brings the dashboard mission-management workflow forward and includes the latest backend/runtime reliability work.

Most important changes

  • Added the Mission Workbench side panel on the control page with mission metadata, role/workspace context, quick lifecycle actions, status controls, and worker mission links.
  • Added the Needs You inbox for blocked/interrupted missions that are waiting on user input, with regression coverage for running/resumed missions and large inbox counts.
  • Added Codex goal-mode support through the app-server protocol.
  • Included the follow-up BugBot fixes for workbench running-state colors and Needs You total badge counts.
  • Kept CI green across format, clippy, tests, dashboard unit tests, harness contract tests, capability matrix checks, and Vercel previews for the merged PR.

Verification used for this release

  • cargo check
  • dashboard: bun run build
  • dashboard: bun run test:unit -- src/lib/mission-status.test.ts
  • dashboard: bunx playwright test tests/overview.spec.ts:95 --reporter=line --workers=1
  • dashboard: bunx playwright test tests/control.spec.ts --reporter=line --workers=1
  • PR #404 CI checks passed on GitHub before merge.

Full changelog: v0.10.0...v0.11.0