-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: reduce font size in chat components and update MCP tools localiz… #4401
Conversation
aca5311
to
1ee208b
Compare
/next |
Walkthrough该 PR 主要包含样式更新和组件逻辑调整。样式方面,对多个 CSS 和 LESS 文件中的字体大小统一从 14px 调整为 12px,并对部分组件的内边距进行微调;逻辑方面,将 AIChatView 中与 MCP 功能相关的服务、状态变量及事件监听移除,并将 MCP 工具按钮的逻辑移至 DefaultChatViewHeader 组件;此外,还新增了本地化字符串用于 MCP 工具标题,同时注释掉了部分内联聊天和命令注册代码。 Changes
Sequence Diagram(s)sequenceDiagram
participant U as 用户
participant H as DefaultChatViewHeader
participant D as 对话框
U->>H: 点击“MCP Tools”按钮
H->>H: 执行 handleShowMCPTools 方法
H->>D: 打开 MCP 工具对话框
D-->>U: 展示 MCP 工具界面
Suggested labels
Suggested reviewers
Warning There were issues while running some tools. Please review the errors and either fix the tool’s configuration or disable the tool if it’s a critical failure. 🔧 ESLint
yarn install v1.22.22 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (5)
🚧 Files skipped from review as they are similar to previous changes (3)
⏰ Context from checks skipped due to timeout of 90000ms (8)
🔇 Additional comments (3)
✨ Finishing Touches
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
🎉 PR Next publish successful! 3.7.2-next-1740365741.0 |
/next |
🎉 PR Next publish successful! 3.7.2-next-1740366031.0 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4401 +/- ##
=======================================
Coverage 53.54% 53.54%
=======================================
Files 1652 1652
Lines 101904 101904
Branches 22049 22041 -8
=======================================
Hits 54567 54567
Misses 39382 39382
Partials 7955 7955
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/next |
🎉 PR Next publish successful! 3.7.2-next-1740386677.0 |
…ation
Types
Background or solution
Changelog
Summary by CodeRabbit