- updated dependencies
- moved jose from dev dependencies to regular dependencies
- Documentation on database setup and minimal grants
- AI Service frontend integration is an App Suite plugin
- please make sure to add the AI service to your UI-Middleware base-urls config (see readme for further config details)
- AI frontend plugin booting is based on feature requirements
- AI frontend plugin is only launched if all requirements are given
- Switch to new capability for AI Service
- capability is now ai-service instead of openai
- AI-18: Integrate ChatGPT 4o model in Ai Service
- Accounting and user level rate limiting
- Added mysql db to store account data
- Added usage plan configuration via config map
- Added usage tracking for ai requests
- Added rate limit hooks that check for users plan and tracked usage
- Feature is configurable via helm chart value usageTracking.enabled which defaults to false
- AI can do a proofread of written text in mailcompose
- A new action in the content creation dialog now offers a proofread for written text in mail compose
- Streaming responses for OpenAI
- "Generate answer" action shown in dropdown for threads even if it should not
- AI Button missing in Mail Reader Popup in App Suite
- No AI actions on mobile devices