Feat: Add support for seach in main AI providers#233
Open
YsraelBaruk wants to merge 9 commits intovicinaehq:mainfrom
Open
Feat: Add support for seach in main AI providers#233YsraelBaruk wants to merge 9 commits intovicinaehq:mainfrom
YsraelBaruk wants to merge 9 commits intovicinaehq:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new ai-multi-search Vicinae extension command that lets users enter a query and open it in multiple AI provider web UIs (Claude, ChatGPT, Perplexity, Grok).
Changes:
- Introduces the
ai-searchcommand UI (List + OpenInBrowser actions) and provider URL formatting. - Adds extension manifest/config (package.json, tsconfig, typings) and documentation.
- Adds provider icon assets and extension icon.
Reviewed changes
Copilot reviewed 5 out of 10 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| extensions/ai-multi-search/tsconfig.json | TypeScript configuration for the new extension build. |
| extensions/ai-multi-search/src/ai-search.tsx | Implements the AI provider selection list and browser redirection. |
| extensions/ai-multi-search/package.json | Declares extension metadata, command, and build scripts/deps. |
| extensions/ai-multi-search/README.md | Basic usage/build instructions for the extension. |
| extensions/ai-multi-search/images.d.ts | Adds PNG module typing for TypeScript. |
| extensions/ai-multi-search/assets/icons/plerplexity.png | Adds Perplexity icon asset. |
| extensions/ai-multi-search/assets/icons/grok.png | Adds Grok icon asset. |
| extensions/ai-multi-search/.gitignore | Ignores node_modules for the extension. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.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.
This pull request expands for to search with AI
multi-search extension by adding support for the following new providers: