-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Update fronius-inverter extension #17817
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?
Conversation
- added screenshots - Changelog adaptions - Merge branch \'contributions/merge-1741872285826\' - Pull contributions - Merge branch \'contributions/merge-1741872144029\' - Pull contributions - Add AI tools and improve documentation - Pull contributions - commented code, added changelog / readme - add AI extension capabilities - added api documentation - changes from PR review - package lock fix - minor changes - minor changes - changes from PR review - made the changes from PR review - committed - ... - adapted the refresh actions - removed locales from watch - removed locales - remove Preferences - adding screenshots - intial commit
Thank you for the update! 🎉 Due to our current reduced availability, the initial review may take up to 10-15 business days |
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.
PR Summary
This PR adds AI-powered analysis tools to the Fronius inverter extension, enabling real-time system monitoring, error troubleshooting, and performance optimization suggestions through Raycast's AI capabilities.
- The new AI tools in
package.json
lackevals
in the AI configuration - suggest adding at least one eval with reference to AI Evals Documentation - API calls in
src/tools/analyzeSystem.ts
andsrc/tools/explainErrors.ts
should useshowFailureToast
from@raycast/utils
for error handling - Missing
metadata
folder with screenshots for the view commanddashboard
inpackage.json
- required for store submission - Consider adding
subtitle
to commands inpackage.json
with "Fronius Inverter" to help users identify the service - The
CHANGELOG.md
entry for version 1.1 correctly uses{PR_MERGE_DATE}
placeholder
💡 (5/5) You can turn off certain types of comments like style here!
9 file(s) reviewed, 8 comment(s)
Edit PR Review Bot Settings | Greptile
extensions/fronius-inverter/src/tools/optimizationSuggestions.ts
Outdated
Show resolved
Hide resolved
extensions/fronius-inverter/src/tools/optimizationSuggestions.ts
Outdated
Show resolved
Hide resolved
extensions/fronius-inverter/src/tools/optimizationSuggestions.ts
Outdated
Show resolved
Hide resolved
@pernielsentikaer @thomaspaulmann Any updates on that one? Thats a bit "aged" :D |
Also, can we remove the API documentation files from the extension and instead maybe include a link in the README to API documentation instead? |
Description
Screencast
Checklist
npm run build
and tested this distribution build in Raycastassets
folder are used by the extension itselfREADME
are placed outside of themetadata
folder