feat(workspace): add fix-with-agent, checks tab, and fleet lanes - #50
Merged
Conversation
Turn a turn's failing verification checks into a follow-up turn. Adds a "Fix with agent" action to the Changes-panel verification popover (header fixes all; a per-failure "Fix" narrows to one check). Builds a provider-agnostic prompt from each failure's scriptId + bounded output and submits it via sendUserMessage for the verifying task — queued if a turn is in flight, started otherwise. Never auto-submits. - buildVerificationFixPrompt: pure, bounded-output prompt builder (+ tests) - requestVerificationFix store action wires the popover to sendUserMessage Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
A read-only "ready to merge?" roll-up beside Changes/History that consolidates the scattered pre-merge signals into one surface: - Pull request readiness (cached PR status + title) - Verification (reuses the failure list; hosts the "Fix with agent" action from the one-click fix loop) - Intent guard findings (click to open the file) - Working-tree summary (branch, staged/working/conflicts) - Open todos PR status is refreshed only while the Changes tab is active so it never double-fetches alongside the Information panel. The tab trigger shows a count of merge-blocking signals. Reuses existing semantic + PR-tone tokens; no new theme colors. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Adds a *lifecycle* dimension (In progress / In review / Backlog / Done) orthogonal to the existing per-task runtime status, so the Fleet view reads as an at-a-glance multi-agent overview. Lifecycle is derived (no schema change): a linked PR is the strongest signal (open → in review, merged/closed → done), else live/recent task activity → in progress, else backlog. Each workspace section reports its lane up to FleetView (same pattern as attention targets); the parent groups workspaces into lanes and renders labeled separators only when a project actually spans more than one lane. Sections stay keyed siblings in one list so regrouping never remounts them. Pure deriveFleetLifecycleStatus + groupFleetWorkspacesByLane (+ tests). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
astykyj
approved these changes
Jun 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Three workflow features for the local single-user experience, building on the verification/turn-journal foundation (PR #48).
Key changes
verification.ts,app.store.ts)WorkspaceChangesPanel.tsx,EditorPanel.tsx)FleetView.tsx,task-status.ts)Verification
bun run typecheck— cleanbun test tests/fleet-task-status.test.ts tests/turn-verification.test.ts— 34 pass / 0 fail🤖 Generated with Claude Code