Skip to content

feat: console improvements - #809

Open
sergiofilhowz wants to merge 6 commits into
mainfrom
feat/more-console-improvements-rebased
Open

feat: console improvements#809
sergiofilhowz wants to merge 6 commits into
mainfrom
feat/more-console-improvements-rebased

Conversation

@sergiofilhowz

Copy link
Copy Markdown
Contributor

No description provided.

@vercel

vercel Bot commented Aug 14, 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 17, 2026 11:23am
workers-tech-spec Ready Ready Preview Aug 17, 2026 11:23am

Request Review

@coderabbitai

coderabbitai Bot commented Aug 14, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 231 files, which is 131 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: 3aeef2ec-c0b1-4721-9153-f34472a27b08

📥 Commits

Reviewing files that changed from the base of the PR and between a7cd6bf and b2b8274.

⛔ Files ignored due to path filters (16)
  • approval-gate/Cargo.lock is excluded by !**/*.lock
  • eval/Cargo.lock is excluded by !**/*.lock
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
  • provider-anthropic/Cargo.lock is excluded by !**/*.lock
  • provider-claude-code/Cargo.lock is excluded by !**/*.lock
  • provider-deepseek/Cargo.lock is excluded by !**/*.lock
  • provider-github-copilot/Cargo.lock is excluded by !**/*.lock
  • provider-kimi/Cargo.lock is excluded by !**/*.lock
  • provider-llamacpp/Cargo.lock is excluded by !**/*.lock
  • provider-openai-codex/Cargo.lock is excluded by !**/*.lock
  • provider-openai/Cargo.lock is excluded by !**/*.lock
  • provider-openrouter/Cargo.lock is excluded by !**/*.lock
  • provider-xai/Cargo.lock is excluded by !**/*.lock
  • provider-zai/Cargo.lock is excluded by !**/*.lock
  • storage/Cargo.lock is excluded by !**/*.lock
  • web/Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (231)
  • browser/src/functions/mod.rs
  • browser/ui/page.tsx
  • browser/ui/src/configuration/index.tsx
  • browser/ui/src/function-trigger-message/index.tsx
  • browser/ui/src/lib/browser.ts
  • browser/ui/src/lib/widgets.tsx
  • browser/ui/src/page/ConsolePanel.tsx
  • browser/ui/src/page/NetworkPanel.tsx
  • browser/ui/src/page/SessionRail.tsx
  • browser/ui/src/page/SessionView.tsx
  • browser/ui/src/page/Viewport.tsx
  • browser/ui/src/page/index.tsx
  • browser/ui/styles.css
  • console/README.md
  • console/SKILL.md
  • console/skills/design-console-ui/SKILL.md
  • console/web/docs/custom-function-components.md
  • console/web/index.html
  • console/web/src/App.tsx
  • console/web/src/components/chat/AttachmentButton.tsx
  • console/web/src/components/chat/BankPicker.tsx
  • console/web/src/components/chat/ChatPanel.tsx
  • console/web/src/components/chat/ChatSettingsSheet.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/CopyMessageButton.tsx
  • console/web/src/components/chat/DirectoryPicker.tsx
  • console/web/src/components/chat/EmptyState.tsx
  • console/web/src/components/chat/ExportSessionButton.tsx
  • console/web/src/components/chat/FunctionTriggerMessage.stories.tsx
  • console/web/src/components/chat/Message.tsx
  • console/web/src/components/chat/MessageList.test.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/ProviderConfigurationPanel.tsx
  • console/web/src/components/chat/ProviderSettingsForm.tsx
  • console/web/src/components/chat/ThoughtMessage.stories.tsx
  • console/web/src/components/chat/ThoughtMessage.test.tsx
  • console/web/src/components/chat/ThoughtMessage.tsx
  • console/web/src/components/chat/function-trigger-groups.test.ts
  • console/web/src/components/chat/function-trigger-groups.ts
  • console/web/src/components/chat/model-picker-presentation.ts
  • console/web/src/components/function-trigger/FunctionTriggerCard.tsx
  • console/web/src/components/function-trigger/redact-raw.test.tsx
  • console/web/src/components/function-trigger/renderer-registry.tsx
  • console/web/src/components/permissions/FullModeConfirmDialog.tsx
  • console/web/src/components/permissions/PermissionModePicker.tsx
  • console/web/src/components/sidebar/ConversationRow.tsx
  • console/web/src/components/sidebar/ConversationSidebar.tsx
  • console/web/src/components/ui/BottomSheet.tsx
  • console/web/src/components/ui/CodeEditor.tsx
  • console/web/src/components/ui/FileDiff.tsx
  • console/web/src/components/ui/PageChrome.tsx
  • console/web/src/components/ui/Select.tsx
  • console/web/src/components/ui/SheetNavigation.tsx
  • console/web/src/components/workspace/MobileWorkspaceMenu.tsx
  • console/web/src/components/workspace/TabStrip.tsx
  • console/web/src/components/workspace/pane-controls.tsx
  • console/web/src/hooks/use-media-query.ts
  • console/web/src/hooks/use-model-picker-source.ts
  • console/web/src/hooks/use-workspace-tabs.ts
  • console/web/src/index.css
  • console/web/src/lib/code-font.test.tsx
  • console/web/src/lib/console-api.ts
  • console/web/src/lib/markdown.tsx
  • console/web/src/lib/models-catalog.ts
  • console/web/src/lib/monaco.ts
  • console/web/src/lib/panel-context.test.ts
  • console/web/src/lib/panel-context.ts
  • console/web/src/lib/sessions/entry-mapper.test.ts
  • console/web/src/lib/sessions/entry-mapper.ts
  • console/web/src/lib/syntax.tsx
  • console/web/src/lib/ui-loader.test.tsx
  • console/web/src/lib/ui-loader.tsx
  • console/web/src/lib/ui-slots.test.ts
  • console/web/src/lib/ui-slots.ts
  • console/web/src/lib/workspace-tabs.test.ts
  • console/web/src/lib/workspace-tabs.ts
  • console/web/src/pages/Configuration/tabs/WorkersTab/WorkerEditor.tsx
  • console/web/src/pages/Ext/index.tsx
  • console/web/src/pages/Workers/components/WorkerConfigurationDialog.tsx
  • console/web/src/types/chat.ts
  • console/web/src/types/injectable-ui.ts
  • docs/sops/injectable-console-ui.md
  • harness/README.md
  • harness/harness-code-report.html
  • harness/harness-explained.html
  • harness/prompts/default.txt
  • harness/prompts/subagent.txt
  • harness/src/clients/router.rs
  • harness/src/policy.rs
  • harness/src/prompt/tests.rs
  • harness/src/types/event.rs
  • harness/tests/prompts.rs
  • harness/ui/src/context-chip/index.tsx
  • llm-router/src/chat/accumulate.rs
  • llm-router/src/chat/relay.rs
  • llm-router/src/json_stream.rs
  • llm-router/src/lib.rs
  • llm-router/src/registry/availability.rs
  • llm-router/src/registry/store.rs
  • llm-router/src/types/events.rs
  • llm-router/src/types/messages.rs
  • llm-router/src/types/router.rs
  • llm-router/tests/golden/schemas/router.provider.list.json
  • llm-router/tests/integration.rs
  • packages/console-ui/README.md
  • packages/console-ui/index.d.ts
  • pnpm-workspace.yaml
  • provider-anthropic/prompts/identity.txt
  • provider-anthropic/src/sse.rs
  • provider-claude-code/prompts/identity.txt
  • provider-claude-code/src/sse.rs
  • provider-deepseek/prompts/identity.txt
  • provider-deepseek/src/sse.rs
  • provider-github-copilot/prompts/identity.txt
  • provider-github-copilot/src/sse.rs
  • provider-kimi/prompts/identity.txt
  • provider-kimi/src/sse.rs
  • provider-llamacpp/prompts/identity.txt
  • provider-llamacpp/src/sse.rs
  • provider-openai-codex/Cargo.toml
  • provider-openai-codex/build.rs
  • provider-openai-codex/prompts/identity.txt
  • provider-openai-codex/src/lib.rs
  • provider-openai-codex/src/main.rs
  • provider-openai-codex/src/sse.rs
  • provider-openai-codex/src/ui.rs
  • provider-openai-codex/ui/build.mjs
  • provider-openai-codex/ui/package.json
  • provider-openai-codex/ui/page.tsx
  • provider-openai-codex/ui/styles.css
  • provider-openai-codex/ui/tsconfig.json
  • provider-openai/prompts/identity.txt
  • provider-openai/src/sse.rs
  • provider-openrouter/prompts/identity.txt
  • provider-openrouter/src/sse.rs
  • provider-xai/prompts/identity.txt
  • provider-xai/src/sse.rs
  • provider-zai/prompts/identity.txt
  • provider-zai/src/sse.rs
  • shell/src/code/change_journal.rs
  • shell/src/code/functions/create_file.rs
  • shell/src/code/functions/delete_file.rs
  • shell/src/code/functions/mod.rs
  • shell/src/code/functions/update_file.rs
  • shell/src/code/mod.rs
  • shell/src/code/state.rs
  • shell/src/configuration.rs
  • shell/tests/code_lifecycle.rs
  • shell/ui/page.tsx
  • shell/ui/src/function-trigger/FileChangesCard.tsx
  • shell/ui/src/function-trigger/FileChangesView.tsx
  • shell/ui/src/function-trigger/__tests__/file-changes.test.ts
  • shell/ui/src/function-trigger/file-changes.ts
  • shell/ui/src/page/ChangeDiffPane.tsx
  • shell/ui/src/page/__tests__/panel-context.test.ts
  • shell/ui/src/page/index.tsx
  • shell/ui/src/page/panel-context.ts
  • shell/ui/styles.css
  • storage/Cargo.toml
  • storage/README.md
  • storage/build.rs
  • storage/config.collect.yaml
  • storage/config.yaml
  • storage/config.yaml.example
  • storage/iii.worker.yaml
  • storage/src/backend/factory.rs
  • storage/src/backend/gcs.rs
  • storage/src/backend/local.rs
  • storage/src/backend/mod.rs
  • storage/src/backend/s3.rs
  • storage/src/config.rs
  • storage/src/configuration.rs
  • storage/src/error.rs
  • storage/src/handlers/delete_object.rs
  • storage/src/handlers/get_object.rs
  • storage/src/handlers/head_object.rs
  • storage/src/handlers/list_buckets.rs
  • storage/src/handlers/list_objects.rs
  • storage/src/handlers/mod.rs
  • storage/src/handlers/presign_post.rs
  • storage/src/handlers/presign_url.rs
  • storage/src/handlers/put_object.rs
  • storage/src/lib.rs
  • storage/src/main.rs
  • storage/src/manifest.rs
  • storage/src/rustfs/health.rs
  • storage/src/rustfs/mod.rs
  • storage/src/rustfs/spawn.rs
  • storage/src/triggers/handler.rs
  • storage/src/triggers/normalize.rs
  • storage/src/triggers/pollers/mod.rs
  • storage/src/triggers/pollers/rustfs_webhook.rs
  • storage/src/ui.rs
  • storage/tests/e2e/config.all.yaml
  • storage/tests/e2e/config.yaml
  • storage/tests/e2e/local.rs
  • storage/tests/e2e/mod.rs
  • storage/tests/e2e/run-tests.sh
  • storage/tests/e2e/script-tests/run.sh
  • storage/tests/e2e/workers/harness/iii.worker.yaml
  • storage/tests/e2e/workers/harness/package.json
  • storage/tests/e2e/workers/harness/src/cases-edge.ts
  • storage/tests/e2e/workers/harness/src/cases-triggers.ts
  • storage/tests/e2e/workers/harness/src/runner.ts
  • storage/tests/fixtures/events/rustfs_created.json
  • storage/tests/fixtures/events/rustfs_deleted.json
  • storage/tests/integration.rs
  • storage/ui/build.mjs
  • storage/ui/package.json
  • storage/ui/page.tsx
  • storage/ui/src/configuration/index.tsx
  • storage/ui/src/page.tsx
  • storage/ui/src/widgets.tsx
  • storage/ui/styles.css
  • storage/ui/tsconfig.json
  • web/Cargo.toml
  • web/build.rs
  • web/src/functions/fetch.rs
  • web/src/lib.rs
  • web/src/main.rs
  • web/src/ui.rs
  • web/ui/build.mjs
  • web/ui/package.json
  • web/ui/page.tsx
  • web/ui/src/function-trigger.tsx
  • web/ui/styles.css
  • web/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.

@github-actions

Copy link
Copy Markdown
Contributor

skill-check — worker

0 verified, 60 skipped (no docs/).

Layer Result
structure
vale
ai
render

Four for four. Nicely done.

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.

3 participants