You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v0.10.0, build 230 (2025-12-31 14:04 UTC)
Added support for newer Mistral models (Mistral 3, Voxtral, and Magistral).
Added support for the new OpenAI model GPT 5.2.
Added support for OpenRouter as LLM and embedding provider.
Added support for multimodal processing (documents and images, for now) when the selected LLM supports it.
Added a description field to local data sources (preview feature) so that the data selection agent has more information about which data each local source contains when selecting data sources.
Added the ability to use file attachments (including images) in chat. This is the initial implementation of this feature. We will continue to develop this feature and refine it further based on user feedback. Many thanks to Sabrina Sabrina-devops for this wonderful contribution.
Improved the document analysis assistant (in preview) by adding descriptions to the different sections.
Improved the document analysis assistant (in preview) by allowing users to use images as input files in addition to documents.
Improved the document preview dialog for the document analysis assistant (in preview), providing Markdown, image and plain text views for attached files.
Improved the Pandoc handling for the document analysis assistant (in preview) and file attachments in chat. When Pandoc is not installed and users attempt to attach files, users are now prompted to install Pandoc first.
Improved the ID handling for configuration plugins.
Improved error handling, logging, and code quality.
Improved error handling for the Microsoft Word export.
Improved the file reading, e.g. for the translation, summarization, and legal assistants, by performing the Pandoc validation in the first step. This prevents unnecessary selection of files that cannot be processed.
Improved the file selection for file attachments in chat and the assistant file loading by filtering out audio files. Audio attachments are not yet supported.
Improved the developer experience by automating localization updates in the filesystem for the selected language in the localization assistant.
Improved the file selection so that users can now select multiple files at the same time. This is useful, for example, for document analysis (in preview) or adding file attachments to the chat.
Fixed a bug in the local data sources info dialog (preview feature) for data directories that could cause the app to crash. The error was caused by a background thread producing data while the frontend attempted to display it.
Fixed a visual bug where a function's preview status was misaligned. You might have seen it in document analysis or the ERI server assistant.
Fixed a rare bug in the Microsoft Word export for huge documents.
Fixed a bug in the chat options that occurred when selecting default data sources. Under certain conditions, selecting data sources caused an error that required restarting the app. This preview-only feature (RAG preview) had not been released yet.
Fixed a bug in the chat template selection where the "No chat template" entry could not be localized, causing English text to appear in languages such as German. This behavior has now been fixed.
Fixed a workspace-related bug where disabling workspaces completely prevented access to the workspace settings. Workspace settings now appear next to chat settings in this case. Thanks to Paul PaulKoudelka for reporting.
Upgraded dependencies such as Rust, MudBlazor, and others.