v0.11.0 - Mission Workbench & Goal Mode
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 checkdashboard: bun run builddashboard: bun run test:unit -- src/lib/mission-status.test.tsdashboard: bunx playwright test tests/overview.spec.ts:95 --reporter=line --workers=1dashboard: 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