-
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 ai inline completions #3400
Conversation
This PR is being deployed to Railway 🚅 core: ◻️ REMOVED |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3400 +/- ##
==========================================
- Coverage 57.61% 57.38% -0.23%
==========================================
Files 1427 1433 +6
Lines 87840 88195 +355
Branches 18100 18154 +54
==========================================
+ Hits 50605 50611 +6
- Misses 33869 34188 +319
- Partials 3366 3396 +30
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
packages/ai-native/src/browser/inline-completions/utils/message.ts
Outdated
Show resolved
Hide resolved
packages/ai-native/src/browser/inline-completions/completeProvider.ts
Outdated
Show resolved
Hide resolved
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
Types
Background or solution
support ai inline completions
Changelog