feat(web): + menu replaces Mission Control; workbench view with activity, artifacts, approvals and docked composer (CL-8431) - #879
Merged
Conversation
…ity, artifacts, approvals and docked composer (CL-8431)
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
/mission-controlnow redirects to/.+is now a dropdown (react-uiMenu) with New Agent, New Chat, New Workbench — keepsdata-tour="new-workbench-button"on the trigger./w/:tenantId) gains a left info column: latest activity from the room thread, relevant artifacts (GET /api/tenants/:t/artifacts), pending approvals with approve/deny (folded in from Mission Control), and participants — the running chat stays in the main column with the composer docked at the bottom. Sub-thread panel behavior is unchanged.useEffectis the existing SSE mailbox subscription.Gaps / notes
NEW_WORKBENCH_PATH(/new,NewWorkbenchPickerRoute) rather than a literal/w/new—/w/:idis already claimed by workbench room deep links, so a literal/w/newwould collide withworkbenchIdFromPath.computeInFlightRowsand its test were removed with the page. Only pending approvals were folded into the new view, per the ticket.pending-approvals.test.tsxandrun-status-tone-parity.test.tsto drop theirMissionControlRoute/computeInFlightRowsreferences (kept their remaining coverage intact).Test plan
bun installbunx tsc -p apps/web --noEmitbun run fmtbun run lintbun run check(full repo: typecheck, lint, fmt, tests, web build) — green