-
Notifications
You must be signed in to change notification settings - Fork 384
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
feat: support problem fix api #3999
Conversation
This PR was not deployed automatically as @Ricbet does not have access to the Railway project. In order to get automatic PR deploys, please add @Ricbet to the project inside the project settings page. |
Walkthrough此次更改引入了一个新的问题修复功能,涉及多个文件的更新。主要包括在 Changes
Tip Announcements
Recent review detailsConfiguration used: CodeRabbit UI Files selected for processing (2)
Files skipped from review as they are similar to previous changes (2)
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 (
|
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.
Actionable comments posted: 1
packages/ai-native/src/browser/contrib/problem-fix/problem-fix.handler.ts
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3999 +/- ##
==========================================
- Coverage 54.52% 54.48% -0.05%
==========================================
Files 1580 1583 +3
Lines 96733 96828 +95
Branches 19808 19819 +11
==========================================
+ Hits 52743 52752 +9
- Misses 36537 36614 +77
- Partials 7453 7462 +9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
8282f0e
to
e6fa620
Compare
4a41ed1
to
f6f5833
Compare
/next |
🎉 PR Next publish successful! 3.3.4-next-1725949351.0 |
Types
Background or solution
hover_fix.mp4
Changelog
新增 registerProblemFixFeature API 支持 hover fix with AI
Summary by CodeRabbit
Summary by CodeRabbit
新功能
文档
样式