Updated changelog

This commit is contained in:
Thorsten Sommer 2026-04-16 16:11:52 +02:00
parent adf8ad4ee2
commit 5f10f95a4f
No known key found for this signature in database
GPG Key ID: B0B7E2FC074BF1F5

View File

@ -27,6 +27,7 @@
- Improved the model checks and model list loading by showing clearer error messages when AI Studio cannot access a provider because the API key is missing, invalid, expired, or lacks the required permissions.
- Improved the app startup resilience by allowing AI Studio to continue without Qdrant if it fails to initialize.
- Improved the translation assistant by updating the system and user prompts.
- Improved how results from assistants are transferred into chats, so follow-up conversations now show clearer context while keeping the chat easier to understand.
- Improved OpenAI-compatible providers by refactoring their streaming request handling to be more consistent and reliable.
- Fixed an issue where assistants hidden via configuration plugins still appear in "Send to ..." menus. Thanks, Gunnar, for reporting this issue.
- Fixed an issue with chat templates that could stop working because the stored validation result for attached files was reused. AI Studio now checks attached files again when you use a chat template.