diff --git a/app/MindWork AI Studio/Components/Workspaces.razor b/app/MindWork AI Studio/Components/Workspaces.razor index 9083af84..bdeb52ae 100644 --- a/app/MindWork AI Studio/Components/Workspaces.razor +++ b/app/MindWork AI Studio/Components/Workspaces.razor @@ -12,7 +12,7 @@ case TreeItemData treeItem: @if (treeItem.Type is TreeItemType.CHAT) { - +
@@ -28,15 +28,15 @@
- + - + - +
@@ -53,11 +53,11 @@
- + - +
@@ -82,7 +82,7 @@
  • - + @treeButton.Text
    diff --git a/app/MindWork AI Studio/Dialogs/DocumentCheckDialog.razor b/app/MindWork AI Studio/Dialogs/DocumentCheckDialog.razor index bd9f47d5..f3b75837 100644 --- a/app/MindWork AI Studio/Dialogs/DocumentCheckDialog.razor +++ b/app/MindWork AI Studio/Dialogs/DocumentCheckDialog.razor @@ -77,7 +77,6 @@ } } - diff --git a/app/MindWork AI Studio/Pages/Chat.razor b/app/MindWork AI Studio/Pages/Chat.razor index d2b96e94..c69304bb 100644 --- a/app/MindWork AI Studio/Pages/Chat.razor +++ b/app/MindWork AI Studio/Pages/Chat.razor @@ -16,9 +16,17 @@ } - - - + + @if (this.SettingsManager.ConfigurationData.Workspace.StorageBehavior is WorkspaceStorageBehavior.DISABLE_WORKSPACES) + { + + + + } + + + + @@ -36,10 +44,10 @@ @T("Your workspaces") - + - + @@ -59,7 +67,7 @@ - + @@ -85,13 +93,13 @@ - + @T("Your workspaces") - + @@ -125,9 +133,9 @@ - + - + diff --git a/app/MindWork AI Studio/wwwroot/changelog/v0.9.55.md b/app/MindWork AI Studio/wwwroot/changelog/v0.9.55.md index 9a04b6f7..64f46cb4 100644 --- a/app/MindWork AI Studio/wwwroot/changelog/v0.9.55.md +++ b/app/MindWork AI Studio/wwwroot/changelog/v0.9.55.md @@ -2,7 +2,7 @@ - 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 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. @@ -21,4 +21,5 @@ - 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. \ No newline at end of file