Skip to content

feat(console): tabs and redesign - #726

Merged
sergiofilhowz merged 7 commits into
mainfrom
feat/console/tabs-and-redesign-merge-main
Aug 6, 2026
Merged

feat(console): tabs and redesign#726
sergiofilhowz merged 7 commits into
mainfrom
feat/console/tabs-and-redesign-merge-main

Conversation

@sergiofilhowz

Copy link
Copy Markdown
Contributor
image

sergiofilhowz and others added 3 commits July 25, 2026 07:10
Brings the branch (workspace tabs + console redesign, shell injectable
UI) up to date with main (182 commits). Notable conflict resolutions:

- Per-worker pages (worktrees, browser, memory, github) moved to
  injected UI on main: dropped their first-party screens/imports from
  the tab system; persisted tabs migrate those screens to their
  ext:<page-id> form (parseWorkspaceTabs).
- FunctionTriggerGroup was removed on main (standalone call cards):
  kept the deletion and applied the branch's fcall-chrome card styling
  unconditionally (the embedded variant no longer exists).
- memory/ui: took main's mem-* CSS rewrite; the branch's changes there
  were formatting-only.
- WaterfallChart/TraceTimeline: combined main's showExpandControls
  gating and timeline-glide class with the branch's restyling.
- pnpm-lock.yaml regenerated (shell/ui joins main's new ui workspaces);
  Cargo.locks taken from main (newer harness/llm-router pins).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@vercel

vercel Bot commented Aug 6, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
workers Ready Ready Preview Aug 6, 2026 5:41pm
workers-tech-spec Ready Ready Preview Aug 6, 2026 5:41pm

Request Review

@coderabbitai

coderabbitai Bot commented Aug 6, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 159 files, which is 59 over the limit of 100.

To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch.

Upgrade to a paid plan to raise the limit.

This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: ee07fbd7-4ac6-466f-a89f-b38dc40b800e

📥 Commits

Reviewing files that changed from the base of the PR and between 04c07e3 and 6f75c6c.

⛔ Files ignored due to path filters (2)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
  • shell/Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (159)
  • .github/workflows/shell-e2e.yml
  • console/DESIGN.md
  • console/SKILL.md
  • console/web/.storybook/manager.ts
  • console/web/DESIGN.md
  • console/web/public/vendor/console-ui.js
  • console/web/src/App.tsx
  • console/web/src/components/chat/AttachmentChip.tsx
  • console/web/src/components/chat/ChatDock.tsx
  • console/web/src/components/chat/ChatPanel.tsx
  • console/web/src/components/chat/ChatView.tsx
  • console/web/src/components/chat/Composer.tsx
  • console/web/src/components/chat/ContextUsage.tsx
  • console/web/src/components/chat/DirectoryPicker.tsx
  • console/web/src/components/chat/EmptyState.tsx
  • console/web/src/components/chat/Message.tsx
  • console/web/src/components/chat/MessageList.tsx
  • console/web/src/components/chat/ModePicker.tsx
  • console/web/src/components/chat/ModelPicker.tsx
  • console/web/src/components/chat/fp/UtilView.tsx
  • console/web/src/components/chat/fp/__tests__/parsers.test.ts
  • console/web/src/components/chat/lexical/FileMentionNode.tsx
  • console/web/src/components/chat/lexical/FlipMenu.tsx
  • console/web/src/components/chat/lexical/FunctionMentionNode.tsx
  • console/web/src/components/chat/shell/FsChmodView.tsx
  • console/web/src/components/chat/shell/FsGrepView.tsx
  • console/web/src/components/chat/shell/FsLsView.tsx
  • console/web/src/components/chat/shell/FsMkdirView.tsx
  • console/web/src/components/chat/shell/FsMvView.tsx
  • console/web/src/components/chat/shell/FsReadView.tsx
  • console/web/src/components/chat/shell/FsRmView.tsx
  • console/web/src/components/chat/shell/FsSedView.tsx
  • console/web/src/components/chat/shell/FsStatView.tsx
  • console/web/src/components/chat/worker/__tests__/parsers.test.ts
  • console/web/src/components/chat/workflow/shared.tsx
  • console/web/src/components/function-trigger/FunctionTriggerCard.tsx
  • console/web/src/components/function-trigger/renderer-registry.tsx
  • console/web/src/components/sidebar/ConversationRow.tsx
  • console/web/src/components/sidebar/ConversationSidebar.tsx
  • console/web/src/components/ui/Button.tsx
  • console/web/src/components/ui/Cell.tsx
  • console/web/src/components/ui/Dialog.tsx
  • console/web/src/components/ui/DropdownMenu.tsx
  • console/web/src/components/ui/FileDiff.tsx
  • console/web/src/components/ui/Input.tsx
  • console/web/src/components/ui/ModeToggle.tsx
  • console/web/src/components/ui/PageChrome.tsx
  • console/web/src/components/ui/Pagination.tsx
  • console/web/src/components/ui/Select.tsx
  • console/web/src/components/ui/Skeleton.tsx
  • console/web/src/components/ui/StatusDot.tsx
  • console/web/src/components/ui/StatusPanel.tsx
  • console/web/src/components/ui/Tabs.tsx
  • console/web/src/components/ui/Tooltip.tsx
  • console/web/src/components/workspace/EmptyPane.tsx
  • console/web/src/components/workspace/TabStrip.tsx
  • console/web/src/components/workspace/pane-controls.tsx
  • console/web/src/components/workspace/use-screen-options.ts
  • console/web/src/hooks/use-chat-dock.test.ts
  • console/web/src/hooks/use-chat-dock.ts
  • console/web/src/hooks/use-workspace-tabs.ts
  • console/web/src/index.css
  • console/web/src/lib/chat-activity.test.ts
  • console/web/src/lib/chat-activity.ts
  • console/web/src/lib/console-api.ts
  • console/web/src/lib/console-ui-conformance.test.ts
  • console/web/src/lib/iii-client.test.ts
  • console/web/src/lib/markdown.tsx
  • console/web/src/lib/monaco.ts
  • console/web/src/lib/reorder.test.ts
  • console/web/src/lib/reorder.ts
  • console/web/src/lib/ui-loader.tsx
  • console/web/src/lib/workspace-tabs.test.ts
  • console/web/src/lib/workspace-tabs.ts
  • console/web/src/pages/Configuration/tabs/WorkersTab/WorkersList.tsx
  • console/web/src/pages/Configuration/tabs/WorkersTab/schema-form/ArrayField.tsx
  • console/web/src/pages/Configuration/tabs/WorkersTab/schema-form/DictionaryField.tsx
  • console/web/src/pages/Configuration/tabs/WorkersTab/schema-form/NumberField.tsx
  • console/web/src/pages/Ext/index.tsx
  • console/web/src/pages/TracesV2/components/AttributesFilter.tsx
  • console/web/src/pages/TracesV2/components/GroupByPicker.tsx
  • console/web/src/pages/TracesV2/components/GroupedTraceList.tsx
  • console/web/src/pages/TracesV2/components/IconToggleButton.tsx
  • console/web/src/pages/TracesV2/components/SpanBaggageTab.tsx
  • console/web/src/pages/TracesV2/components/SpanErrorsTab.tsx
  • console/web/src/pages/TracesV2/components/SpanInfoTab.tsx
  • console/web/src/pages/TracesV2/components/SpanLinksTab.tsx
  • console/web/src/pages/TracesV2/components/SpanLogsTab.tsx
  • console/web/src/pages/TracesV2/components/SpanOtelLogsTab.tsx
  • console/web/src/pages/TracesV2/components/SpanPanel.tsx
  • console/web/src/pages/TracesV2/components/SpanTagsTab.tsx
  • console/web/src/pages/TracesV2/components/TraceDetailSkeleton.tsx
  • console/web/src/pages/TracesV2/components/TraceFilters.tsx
  • console/web/src/pages/TracesV2/components/TraceHeader.tsx
  • console/web/src/pages/TracesV2/components/TraceListRow.tsx
  • console/web/src/pages/TracesV2/components/ViewsDropdown.tsx
  • console/web/src/pages/TracesV2/components/WaterfallChart.tsx
  • console/web/src/pages/TracesV2/components/WorkerBreakdown.tsx
  • console/web/src/pages/TracesV2/components/timeline/SpanFilterMenu.tsx
  • console/web/src/pages/TracesV2/components/timeline/SpanHoverCard.tsx
  • console/web/src/pages/TracesV2/components/timeline/TimelineStrip.tsx
  • console/web/src/pages/TracesV2/components/timeline/TraceTimeline.tsx
  • console/web/src/pages/TracesV2/index.tsx
  • console/web/src/types/injectable-ui.ts
  • docs/sops/injectable-console-ui.md
  • iii-directory/ui/page.tsx
  • iii-directory/ui/src/lib/widgets.tsx
  • iii-directory/ui/src/page/browser.tsx
  • iii-directory/ui/src/page/index.tsx
  • iii-directory/ui/styles.css
  • packages/console-ui/component-names.mjs
  • packages/console-ui/index.d.ts
  • pnpm-workspace.yaml
  • shell/ARCHITECTURE.md
  • shell/Cargo.toml
  • shell/build.rs
  • shell/src/configuration.rs
  • shell/src/lib.rs
  • shell/src/main.rs
  • shell/src/ui.rs
  • shell/ui/build.mjs
  • shell/ui/package.json
  • shell/ui/page.tsx
  • shell/ui/src/function-trigger/ConfigStatusView.tsx
  • shell/ui/src/function-trigger/ExecBgView.tsx
  • shell/ui/src/function-trigger/ExecView.tsx
  • shell/ui/src/function-trigger/FsSearchViews.tsx
  • shell/ui/src/function-trigger/FsViews.tsx
  • shell/ui/src/function-trigger/FsWriteView.tsx
  • shell/ui/src/function-trigger/KillView.tsx
  • shell/ui/src/function-trigger/ListView.tsx
  • shell/ui/src/function-trigger/StatusView.tsx
  • shell/ui/src/function-trigger/__tests__/format.test.ts
  • shell/ui/src/function-trigger/__tests__/parsers.test.ts
  • shell/ui/src/function-trigger/format.ts
  • shell/ui/src/function-trigger/index.tsx
  • shell/ui/src/function-trigger/parsers.ts
  • shell/ui/src/function-trigger/shared.tsx
  • shell/ui/src/lib/envelope.ts
  • shell/ui/src/lib/error-display.ts
  • shell/ui/src/lib/errors.tsx
  • shell/ui/src/lib/format.ts
  • shell/ui/src/lib/highlight.tsx
  • shell/ui/src/lib/terminal.tsx
  • shell/ui/src/page/DiffPane.tsx
  • shell/ui/src/page/EditorPane.tsx
  • shell/ui/src/page/FilesTab.tsx
  • shell/ui/src/page/GitTab.tsx
  • shell/ui/src/page/SearchTab.tsx
  • shell/ui/src/page/__tests__/coder.test.ts
  • shell/ui/src/page/__tests__/tabs.test.ts
  • shell/ui/src/page/coder.ts
  • shell/ui/src/page/git.ts
  • shell/ui/src/page/index.tsx
  • shell/ui/src/page/persist.ts
  • shell/ui/src/page/tabs.ts
  • shell/ui/src/page/tree-theme.ts
  • shell/ui/styles.css
  • shell/ui/tsconfig.json

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


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.

Five new commits on main. One conflict: main added the injectable
session-chip slot to the chat header, which this branch rebuilt on
PageHeader — ported the slot into the PageHeader actions ({sessionChips}
first, ContextUsage gated behind hasInjectedContextChip).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

skill-check — worker

0 verified, 55 skipped (no docs/).

Layer Result
structure
vale
ai
render

Four for four. Nicely done.

shell/build.rs now builds the injectable UI (shell/ui) with pnpm before
embedding its assets; the E2E workflow only set up Node, so the cargo
build panicked with "pnpm not found on PATH". Same pnpm/action-setup
pattern ci.yml uses for Rust workers with a ui/ directory — the version
comes from the repo-root package.json packageManager field.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…unner)

Conflicts were workspace plumbing only: pnpm-workspace.yaml keeps both
main's protobufjs build denial and the branch's @pierre/trees release-age
exclusion; pnpm-lock.yaml taken from main and regenerated so shell/ui
rejoins the workspace.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@sergiofilhowz
sergiofilhowz merged commit d4fdba9 into main Aug 6, 2026
21 of 24 checks passed
@andersonleal
andersonleal deleted the feat/console/tabs-and-redesign-merge-main branch August 6, 2026 18:15
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.

2 participants