Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions extensions/ai-multi-search/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
Comment thread
YsraelBaruk marked this conversation as resolved.
vicinae-env.d.ts
13 changes: 13 additions & 0 deletions extensions/ai-multi-search/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# AI Multi Search

A unified search hub for quickly querying Claude, Perplexity, ChatGPT, and Grok in one place.

```bash
npm install
npm run dev
```
If you want to build the production bundle, simply run:

```bash
npm run build
```
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/ai-multi-search/assets/icons/grok.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions extensions/ai-multi-search/images.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
declare module '*.png' {
const content: string;
export default content;
}
Loading
Loading