-
-
Notifications
You must be signed in to change notification settings - Fork 748
Add promptgenai plugin for AI-based command assistance #699
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: master
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||||
User description
New Plugin: promptgenai
Adds an AI-powered Bash assistant using OpenRouter API. Provides commands, explanations, and error suggestions.
Features:
pgi "your query"AI_PROMPTGEN_API_KEYin.bashrcPR Type
Enhancement
Description
Add new
promptgenaiplugin for AI-powered Bash assistanceImplement
pgicommand with OpenRouter API integrationInclude error handling and JSON response parsing
Require API key configuration via environment variable
Diagram Walkthrough
File Walkthrough
promptgenai.plugin.sh
New AI-powered Bash assistant pluginplugins/promptgenai/promptgenai.plugin.sh
pgifunction for AI assistance