feat: replace Query Results welcome tab with Altimate Code product hook#1907
Draft
arora-saurabh448 wants to merge 2 commits intomasterfrom
Draft
feat: replace Query Results welcome tab with Altimate Code product hook#1907arora-saurabh448 wants to merge 2 commits intomasterfrom
arora-saurabh448 wants to merge 2 commits intomasterfrom
Conversation
- Swap the help text in both the legacy (Vue) and new (React) Query Results welcome tabs for the Altimate Code banner plus value-prop block: #1 on ADE-Bench, 10M free tokens across GPT-5.4 / Opus 4.6 / Sonnet 4.6 via the LLM Gateway, BYOK across 35+ providers, and links to docs, benchmarks, and signup. - Expose the banner PNG via window.altimateCodeBannerUrl (mirrors the existing spinnerUrl pattern) so the React webview can resolve it through asWebviewUri without tripping the CSP localResourceRoots. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Contributor
|
@arora-saurabh448 : this pr has merge conflicts can you rebase it on master? |
Drop the banner image and long-form value prop in favour of a three-line announcement: one sentence introducing Altimate Code, an Open chat / Learn More button pair, and a single stats line (#1 on ADE-Bench, 10M free tokens on GPT-5.4 / Opus 4.6 / Sonnet 4.6). The Open chat button posts a new openAltimateCodeChat message, which the extension forwards to the altimate.openChat command registered by the Datamates extension (with a soft error if that extension isn't installed). Learn More opens the Altimate Code docs externally. Both the new React UI (HelpContent.tsx) and the legacy Vue UI (query_panel/index.html + main.js + style.css) are updated. The altimateCodeBannerUrl window injection in altimateWebviewProvider.ts is reverted since the logo is gone, and the bundled banner PNGs are removed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Overview
Problem
Describe the problem you are solving. Mention the ticket/issue if applicable.
Solution
Describe the implemented solution. Add external references if needed.
Screenshot/Demo
A picture is worth a thousand words. Please highlight the changes if applicable.
How to test
Checklist
README.mdupdated and added information about my change