Skip to content

Releases: MindWorkAI/AI-Studio

Release v0.9.41

27 Apr 15:36
e6a3add
Compare
Choose a tag to compare

v0.9.41, build 216 (2025-04-27 14:18 UTC)

  • Added the user-language, as provided by the OS, to the about page. This helps in identifying user-specific issues related to language settings.
  • Added the localization assistant as a preview feature behind the plugin preview flag. This helps AI Studio developers to translate AI Studio to different languages.
  • Added German language support as a preview feature behind the plugin preview flag. This allows users to test the German language support in AI Studio.
  • Changed the terminology from "temporary chats" to "disappearing chats" in the UI. This makes it clearer to understand the purpose of these chats.
  • Improved the hot reloading of the plugin system to prevent overlapping reloads.
  • Improved the app behavior when the user system was waked up from sleep mode.
  • Improved the provider dialog with better input handling for API keys and an optimized model selection.
  • Improved provider's model selection by filtering added non-text outputting models, which are not supported yet.
  • Fixed the color for the update notification button to match the color theme.

Virus scans

Release v0.9.40

20 Apr 14:05
03cd299
Compare
Choose a tag to compare

v0.9.40, build 215 (2025-04-20 13:30 UTC)

  • Added support for the announced OpenAI o4 models.
  • Added Alibaba Cloud as a new provider. Thanks Peer peerschuett for the contribution.
  • Added the Hugging Face inference provider as an LLM provider to AI Studio. Thanks Peer peerschuett for the contribution.
  • Added the current CPU architecture to the about page. This information helps us identify issues.
  • Improved the LLM & embedding provider dialogs by hiding not relevant options.
  • Improved the provider selection by showing the name of the provider in the provider selection instead of its identifier.
  • Improved the developer experience by adding a tolerant enum converter for better configuration handling.
  • Fixed an issue where OpenAI o3 models were not shown in the model selection.
  • Upgraded to .NET 9.0.4.
  • Upgraded .NET & Rust dependencies.

Virus scans

Release v0.9.39

07 Apr 18:07
ac731f6
Compare
Choose a tag to compare

v0.9.39, build 214 (2025-04-07 17:39 UTC)

  • Added UI for error handling to display any LLM provider issues.
  • Added a feature flag for the plugin system. This flag is disabled by default and can be enabled inside the app settings. Please note that this feature is still in development; there are no plugins available yet.
  • Added the Lua library we use for the plugin system to the about page.
  • Added the plugin overview page. This page shows all installed plugins and allows you to enable or disable them. It is only available when the plugin preview feature is enabled.
  • Added hot reloading for plugins. When any plugin is changed, the app will automatically reload the plugin without needing to restart the app.
  • Added an API for streaming arbitrary local files to the embedding process. Thanks Nils nilskruthoff for this great contribution.
  • Improved the provider deletion process: when there are issues, the user is notified and can choose to delete the provider anyway.
  • Changed the update notification to use the default notification system at the bottom instead of the custom alert bar at the top.
  • Fixed the preview tooltip component not showing the correct position when used inside a scrollable container.
  • Upgraded to Rust v1.86.0
  • Upgraded to MudBlazor v8.5.1
  • Upgraded dependencies

Virus scans

Release v0.9.38

17 Mar 18:47
97454c5
Compare
Choose a tag to compare

Release v0.9.37

16 Mar 20:53
3e66d54
Compare
Choose a tag to compare

v0.9.37, build 212 (2025-03-16 20:32 UTC)

  • Improved the experience of the data selection component when no data sources are configured yet.
  • Improved the data source selection behavior when no data source is available or selected, for whatever reason.
  • Moved the data source settings into the data selection component.
  • Fixed the "send to" menu position, which was offset due to the MudBlazor 8 upgrade.
  • Fixed a rare issue with the enum selection component, where the SelectionUpdated function was not called for the special other enum values.
  • Fixed the new setting dialogs, which were not updated appropriately when settings were changed.
  • Removed the link to the ERI server assistant from its settings page, as it is no longer necessary.

Virus scans

Release v0.9.36

Release v0.9.35

13 Mar 09:03
52c8052
Compare
Choose a tag to compare

Release v0.9.34

Release v0.9.33

Release v0.9.32

08 Mar 23:27
4eb51f9
Compare
Choose a tag to compare

v0.9.32, build 207 (2025-03-08 20:15 UTC)

  • Added the "Community & Code" section to the about page. It includes links to the GitHub repositories and the project website.
  • Added the retrieval process section for ERI data sources in the configuration dialog. Like all RAG functions, this is hidden behind the RAG feature flag in the app settings due to its preview status.
  • Improved data security by preventing the use of cloud LLMs after confidential data has been retrieved previously.
  • Improved the ERI client to expect JSON responses and send JSON requests using camel case.
  • Improved the ERI client to raise an error when the server responds with additional JSON data that is not expected.
  • Improved the error handling in the ERI data source info dialog in cases where servers respond with an invalid message.
  • Improved the error handling for the entire RAG process.
  • Improved chat thread persistence after modifications through the RAG process.
  • Improved the augmentation and generation part of RAG by passing the augmented data into the system prompt.
  • Fixed the chat thread we use for the data retrieval by removing the last block, which is meant to be for the final AI answer.
  • Fixed the data source name for ERI data sources when performing data retrieval.
  • Fixed the default data source selection when replacing the current chat with a new one.
  • Fixed the state of the re-generate button in the chat thread, when no provider is selected or the data security is preventing the use of cloud LLMs.
  • Updated the code contributions section in the supporter page. Thanks peerschuett for being our next contributor.
  • Upgraded code dependencies.

Virus scans