Skip to content

feat(ui): live workspace and workflow dashboards#112

Open
Waishnav wants to merge 5 commits into
pr/dw-10-workflow-tuifrom
pr/dw-11-workflow-mcp-ui
Open

feat(ui): live workspace and workflow dashboards#112
Waishnav wants to merge 5 commits into
pr/dw-10-workflow-tuifrom
pr/dw-11-workflow-mcp-ui

Conversation

@Waishnav

Copy link
Copy Markdown
Owner

Summary

  • overhaul the open_workspace widget into a structured workspace dashboard
  • show loaded skills, instructions, providers, profiles, diagnostics, and active workflows
  • add read-only live workflow cards for run_workflow and workflow_status
  • add app-only snapshot, long-poll, and call-detail tools without exposing UI plumbing to the model
  • support an optional fullscreen dashboard when the MCP host advertises fullscreen display mode
  • keep every workflow UI surface read-only; no cancel, resume, apply, or cleanup controls

Workflows launched through skills or the CLI are visible in the open workspace dashboard because the app reads project-scoped journal state rather than depending on the original MCP tool invocation.

Stack

Commits

  1. feat(workflow): add UI snapshot projections
  2. feat(workflow): expose read-only app snapshots
  3. feat(ui): recognize workflow result cards
  4. feat(ui): add live workspace and workflow dashboards
  5. docs(ui): document read-only workflow dashboards

Test plan

  • npm test
  • npm run typecheck
  • npm run build
  • git diff --check
  • UI projection, card recognition, workflow snapshot, and TUI tests

Notes

  • Full workflow widgets attach only under DEVSPACE_WIDGETS=full.
  • DEVSPACE_WIDGETS=changes retains its narrower open-workspace/show-changes behavior.
  • The existing Vite chunk-size warning remains unchanged and does not fail the build.

@coderabbitai

coderabbitai Bot commented Jul 25, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 1a0888bd-093a-4f58-8d78-ad105a77b574

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch pr/dw-11-workflow-mcp-ui

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant