refactor(ui): share chat rendering across GUI and WebUI - #419
Merged
Conversation
yyg-max
approved these changes
Aug 10, 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.
Linked issue
Closes #418
Summary
crates/agent-ui。Change scope
agent-ui/agent-gui/agent-gateway/webcrates/agent-ui/src/components/chat/AssistantBubble.tsx,crates/agent-ui/src/components/chat/assistant-bubble/crates/agent-ui/src/components/workspace-editor/WorkspaceOverlayHost.tsx,crates/agent-ui/src/components/chat/FileDropOverlay.tsx,crates/agent-ui/src/lib/crates/agent-gui/src/agent-ui-adapters/assistantBubble.ts,crates/agent-gateway/web/src/agent-ui-adapters/assistantBubble.tsscripts/check-ui-boundaries.mjsScreenshots / preview
下图由本分支临时 Vite 预览入口直接渲染共享 AssistantBubble,使用合成数据,不包含本地会话或凭据。抽离前后预期视觉一致。
Verification
pnpm --dir crates/agent-gui test:frontend— 1501 passedpnpm --dir crates/agent-gateway/web test— 540 passedpnpm --dir crates/agent-gui build— passedpnpm --dir crates/agent-gateway/web build— passedpnpm --dir crates/agent-gui exec biome check src/ --diagnostic-level=error --max-diagnostics=50— passedpnpm --dir crates/agent-gateway/web exec biome check src/ --diagnostic-level=error --max-diagnostics=50— passedagent-uisource files checked with Biome — passedpnpm check:ui-boundaries— passednode --check scripts/check-ui-boundaries.mjs— passedgit diff --check— passedPre-submit checklist