- Bump ox-commons to 1.0.48
- Parts of Ingress configuration missing
- Parts of Ingress configuration missing
- Optional TTL for chat history (config.history.pruneOldChatsAfter in days)
- Documentation on i18n and language support
- GetMonthlyPlanData respects monthly recurrence
- Typeahead hint shown too often
- Unexpected Consent Popup after pressing 'Cancel'
- GetMonthlyPlanData respects monthly recurrence
- Typeahead hint shown too often
- Unexpected Consent Popup after pressing 'Cancel'
- PO files for several languages (Japanese, Dutch, Polish, Swedish, Danish, Finish, Turkish, Brazilian Portuguese)
- As a user I see the AI Tour again in case I never used an AI feature
- Introduced new setting
io.ox/core//ai/remindAfterIdleDays, default -1 (disabled)
- All AI calls use streaming now
- Breaking change: Database usage is enabled by default now
- With the recent change around AI Chat (i.e. adding a history), database usage is enabled by default.
- This switch is now deprecated and will be removed in the near future since more and more features will require a persistence layer.
- Accounting per service
- Added migration to add service field to usage records
- Added service field to usage API
- Manually triggered AI typeahead can bypass consent check
- Missing documentation for ai/hostname setting
- Typeahead has problems with complex mails
- Service and model configuration changed to a simpler config, please check the helm charts README.MD or the
migration guide
- History for AI chat
- Chats are now stored in a database, making it easy to revisit past topics or pick up where you left off.
- Simple debug output for the AI config