-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Add ai-actions extension #23100
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: main
Are you sure you want to change the base?
Add ai-actions extension #23100
Conversation
- Fix TypeScript type errors - Fix code formatting with Prettier - Add GitHub Actions for CI/CD - Rename to AI Actions - Initial commit: AI Actions Raycast Extension
|
Congratulations on your new Raycast extension! 🚀 Due to our current reduced availability, the initial review may take up to 10 business days. Once the PR is approved and merged, the extension will be available on our Store. |
Greptile OverviewGreptile SummaryThis PR adds a new extension called "AI Actions" that enables quick AI text processing with custom prompts, supporting multiple AI providers (Gemini, gemini-balance, OpenRouter). Key Changes:
Issues Found:
Positive Aspects:
Confidence Score: 3/5
Important Files ChangedFile Analysis
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
9 files reviewed, 1 comment
extensions/ai-actions/CHANGELOG.md
Outdated
| @@ -0,0 +1,8 @@ | |||
| # AI Actions Changelog | |||
|
|
|||
| ## [Initial Version] - 2024-11-24 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
syntax: Use {PR_MERGE_DATE} template string instead of actual date
| ## [Initial Version] - 2024-11-24 | |
| ## [Initial Version] - {PR_MERGE_DATE} |
|
Hi @SammyLin👋 Thanks for your contribution 🔥 I'm not sure I understand what this extension is about. It seems like AI commands in general? |
|
Thanks for your interest! Let me clarify what this extension does: AI Actions is a Raycast extension that lets you create custom AI prompts and run them instantly on selected text. Think of it as a customizable AI text processor. Key use cases:
Why this extension exists: The main motivation is that Raycast's built-in AI doesn't support custom Gemini endpoints (like gemini-balance https://github.com/snailyp/gemini-balance ) |
Description
Screencast
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare placed outside of themetadatafolder