Commit Graph

7 Commits

Author SHA1 Message Date
f2a39e4660 refactor: update release workflow to improve tagging and asset packaging
Some checks failed
Build & Release Plugin / release (push) Failing after 4s
2026-02-01 01:11:15 +00:00
2f0a44706b fix: improve tag existence check by using local tags
Some checks failed
Generate Manifest & Tag / tag (push) Failing after 3s
2026-02-01 01:01:41 +00:00
db981ba4a6 refactor: rename workflow to 'Generate Manifest & Tag' and simplify release process 2026-02-01 01:00:31 +00:00
0aaa7087a9 chore: downgrade version to 1.9.1 in plugin header 2026-02-01 00:56:09 +00:00
9ae516b77c feat: Add automated commit and push for manifest.json updates 2026-01-31 19:42:38 +00:00
4ff96d98e0 feat: Generate manifest.json from plugin header information 2026-01-31 19:40:26 +00:00
Roberto Guagliardo
5171f93a93 Add Google and Groq AI providers, enhance provider manager, and implement conversation and logging services
- Introduced `Groq_AI_Provider_Google` and `Groq_AI_Provider_Groq` classes for handling AI interactions with Google and Groq respectively.
- Enhanced `Groq_AI_Provider_Manager` to register and manage multiple AI providers.
- Implemented `Groq_AI_Conversation_Manager` for managing conversation IDs and context hashes.
- Added `Groq_AI_Generation_Logger` for logging AI generation events and managing log tables.
- Developed `Groq_AI_Prompt_Builder` for constructing prompts and processing AI responses.
- Established `Groq_AI_Settings_Manager` for managing plugin settings, including context fields and module configurations.
2025-12-05 23:58:15 +01:00