Skip to content

Feat: Add support for seach in main AI providers#233

Open
YsraelBaruk wants to merge 9 commits intovicinaehq:mainfrom
YsraelBaruk:main
Open

Feat: Add support for seach in main AI providers#233
YsraelBaruk wants to merge 9 commits intovicinaehq:mainfrom
YsraelBaruk:main

Conversation

@YsraelBaruk
Copy link
Copy Markdown

This pull request expands for to search with AI

multi-search extension by adding support for the following new providers:

  • Claude
  • ChatGPT
  • Perplexity
  • Grok

Copilot AI review requested due to automatic review settings March 31, 2026 00:03
@YsraelBaruk YsraelBaruk changed the title Feat: Add support for more AI providers Feat: Add support for seach in main AI providers Mar 31, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-search command 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.

Comment thread extensions/ai-multi-search/src/ai-search.tsx Outdated
Comment thread extensions/ai-multi-search/src/ai-search.tsx Outdated
Comment thread extensions/ai-multi-search/src/ai-search.tsx Outdated
Comment thread extensions/ai-multi-search/package.json
Comment thread extensions/ai-multi-search/package.json Outdated
Comment thread extensions/ai-multi-search/.gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants