-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
refactor(core): open embedding settings when click check-status button #12772
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
base: canary
Are you sure you want to change the base?
refactor(core): open embedding settings when click check-status button #12772
Conversation
WalkthroughThe changes refactor the embedding status tooltip in the AI chat interface to remove dynamic status fetching and instead provide a static message with a "Check status" button. Clicking this button now opens the embedding settings dialog using a newly introduced Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant AIChatEmbeddingStatusTooltip
participant WorkspaceDialogService
User->>AIChatEmbeddingStatusTooltip: Click "Check status"
AIChatEmbeddingStatusTooltip->>WorkspaceDialogService: open()
WorkspaceDialogService-->>User: Display embedding settings dialog
Assessment against linked issues
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (7)
🚧 Files skipped from review as they are similar to previous changes (7)
⏰ Context from checks skipped due to timeout of 90000ms (56)
✨ Finishing Touches
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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 (
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
8c38ab1
to
3f14206
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## canary #12772 +/- ##
========================================
Coverage 55.59% 55.59%
========================================
Files 2658 2658
Lines 125984 125984
Branches 19961 19961
========================================
+ Hits 70043 70046 +3
+ Misses 54158 53599 -559
- Partials 1783 2339 +556
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary by CodeRabbit
New Features
Refactor
Tests