AI-Studio/app/MindWork AI Studio/Components
Thorsten Sommer fe35630eff
Merge branch 'main' into chunk-data
Resolved 29 conflicting files. The notable decisions:

Confidence: main's tool-calling gate (RequiredProviderConfidence) and this
branch's local-RAG gate (DataConfidenceLevel) turned out to be the same rule
on the same axis, so they are now one field. Both tool results and data
sources raise it through RequireProviderConfidence(). The gate checks the
level strictly and no longer exempts providers trusted by configuration:
TrustedProviderIds is documented as applying to data-source security checks
only, and organizations set confidence through DataConfidence
.CustomConfidenceScheme instead. The security axis (DataSecurity, ERI,
IsTrustedForDataSourceSecurityChecks) is unchanged.

Provider creation: main's CreateProvider signature won (hfEndpointKind,
capabilityOverrides, no model parameter); tokenizerPath was added to it and
is set for every provider, including the new Hetzner, IONOS and LiteLLM.
Provider and EmbeddingProvider combine the record parameters, Lua parsing and
Lua serialization of both sides.

File types: main's hierarchy (ODT leaf, WORD parent, PowerPoint without the
legacy .ppt, TABULAR instead of DELIMITED_TABLE) plus this branch's
SPREADSHEET parent with ODS and the xlsm/xlsb/xla/xlam extensions, which the
runtime already reads. Both sides had added a conflicting HTML filter; the
reading family keeps the name, and the export path uses a narrow
HTML_DOCUMENT, following the existing LATEX/TEX split.

Runtime: main's file_data.rs is the base, including the prompt-injection
sanitizer and the extraction routes. Token counting and chunk segmentation
moved into take_released, so they act on the text the filter has released
rather than on text it is still holding. A failed count is logged and left
out instead of ending the extraction, because the app counts such a segment
itself.

Data sources: the participating-provider checks of this branch are kept, and
main's GetAllowedDataSources overload now builds on them. DirectChatService
resolves the launched chat's data source options before the check, so filter
and chat see the same options.

.NET and Rust both build clean; I18N regenerated to 4060 keys.
2026-09-05 21:20:33 +02:00
..
Settings Merge branch 'main' into chunk-data 2026-09-05 21:20:33 +02:00
_Imports.razor Added preview feature configuration (#227) 2024-12-03 21:02:37 +01:00
AdminExportButton.razor Added admin dialog for tool configuration exports (#949) 2026-09-05 19:16:54 +02:00
AdminExportButton.razor.cs Added admin dialog for tool configuration exports (#949) 2026-09-05 19:16:54 +02:00
AssistantAuditTreeItem.cs Added assistant plugins (#659) 2026-04-09 10:01:24 +02:00
AssistantBlock.razor Assistant Builder improvements (#851) 2026-07-15 21:00:25 +02:00
AssistantBlock.razor.cs Hardened background work against disconnected circuits (#937) 2026-08-25 18:53:09 +02:00
AssistantCategoryBlock.razor Fixed empty assistant categories after hiding all their assistants (#902) 2026-08-09 20:00:38 +02:00
AssistantCategoryBlock.razor.cs Fixed empty assistant categories after hiding all their assistants (#902) 2026-08-09 20:00:38 +02:00
AssistantPluginSecurityCard.razor Added tool calling support (#731) 2026-09-04 15:48:07 +02:00
AssistantPluginSecurityCard.razor.cs Added tool calling support (#731) 2026-09-04 15:48:07 +02:00
AttachDocuments.razor Added audio and video transcription for chats and assistants (#856) 2026-07-15 12:53:30 +02:00
AttachDocuments.razor.cs Hardened background work against disconnected circuits (#937) 2026-08-25 18:53:09 +02:00
Changelog.Logs.cs Prepared release v26.8.2 (#946) 2026-08-31 10:00:09 +02:00
Changelog.razor Fixed chat issue with HTML code (#679) 2026-02-26 08:51:22 +01:00
Changelog.razor.cs Create I18N data, part 2 (#429) 2025-04-27 09:06:05 +02:00
ChatComponent.razor Merge branch 'main' into chunk-data 2026-09-05 21:20:33 +02:00
ChatComponent.razor.cs Merge branch 'main' into chunk-data 2026-09-05 21:20:33 +02:00
ChatComposerState.cs Fixed an issue with switching between chat threads while multiple chats are running (#779) 2026-05-25 20:48:26 +02:00
ChatTemplateSelection.razor Added a read-only view for managed profiles and chat templates (#813) 2026-06-20 17:06:43 +02:00
ChatTemplateSelection.razor.cs Added support for organization-managed chat defaults (#817) 2026-06-21 15:59:23 +02:00
CodeBlock.razor Finished the Pandoc integration (#487) 2025-05-30 22:39:16 +02:00
CodeBlock.razor.cs Finished the Pandoc integration (#487) 2025-05-30 22:39:16 +02:00
CodeEditor.razor Assistant Builder improvements (#851) 2026-07-15 21:00:25 +02:00
CodeEditor.razor.cs Hardened background work against disconnected circuits (#937) 2026-08-25 18:53:09 +02:00
CodeEditorLanguage.cs Assistant Builder improvements (#851) 2026-07-15 21:00:25 +02:00
CodeTabs.razor Finished the Pandoc integration (#487) 2025-05-30 22:39:16 +02:00
CodeTabs.razor.cs Finished the Pandoc integration (#487) 2025-05-30 22:39:16 +02:00
ConfidenceInfo.razor Added Hetzner as an experimental LLM provider (#912) 2026-08-12 19:02:06 +02:00
ConfidenceInfo.razor.cs Add more text content to the I18N system (#486) 2025-05-28 23:14:05 +02:00
ConfigInfoRow.razor Enhanced enterprise config support (#666) 2026-02-19 20:43:47 +01:00
ConfigInfoRow.razor.cs Enhanced enterprise config support (#666) 2026-02-19 20:43:47 +01:00
ConfigInfoRowItem.cs Enhanced enterprise config support (#666) 2026-02-19 20:43:47 +01:00
ConfigPluginInfoCard.razor Enhanced enterprise config support (#666) 2026-02-19 20:43:47 +01:00
ConfigPluginInfoCard.razor.cs Enhanced enterprise config support (#666) 2026-02-19 20:43:47 +01:00
ConfigurationBase.razor Adding providers can now be disabled using config plugins (#522) 2025-08-09 19:29:43 +02:00
ConfigurationBase.razor.cs Added export and import of plugin archives (#885) 2026-08-06 10:42:20 +02:00
ConfigurationBaseCore.cs Adding providers can now be disabled using config plugins (#522) 2025-08-09 19:29:43 +02:00
ConfigurationDirectory.razor Added the Batch Processing Assistant (#901) 2026-08-11 20:14:21 +02:00
ConfigurationDirectory.razor.cs Hardened background work against disconnected circuits (#937) 2026-08-25 18:53:09 +02:00
ConfigurationFile.razor Improve Linux clipboard support and file handling (#872) 2026-07-19 19:56:30 +02:00
ConfigurationFile.razor.cs Hardened background work against disconnected circuits (#937) 2026-08-25 18:53:09 +02:00
ConfigurationMinConfidenceSelection.razor Added missing document analysis assistant features (#644) 2026-02-01 14:50:19 +01:00
ConfigurationMinConfidenceSelection.razor.cs Added support for organization-managed provider confidence settings (#815) 2026-06-21 11:52:02 +02:00
ConfigurationMultiSelect.razor Introduced additive configuration handling for managed preview features (#667) 2026-02-20 12:40:38 +01:00
ConfigurationMultiSelect.razor.cs Added tool calling support (#731) 2026-09-04 15:48:07 +02:00
ConfigurationOption.razor Adding providers can now be disabled using config plugins (#522) 2025-08-09 19:29:43 +02:00
ConfigurationOption.razor.cs Adding providers can now be disabled using config plugins (#522) 2025-08-09 19:29:43 +02:00
ConfigurationProviderSelection.razor Added provider icons (#934) 2026-08-25 12:46:10 +02:00
ConfigurationProviderSelection.razor.cs Added provider icons (#934) 2026-08-25 12:46:10 +02:00
ConfigurationSelect.razor Added provider icons (#934) 2026-08-25 12:46:10 +02:00
ConfigurationSelect.razor.cs Added provider icons (#934) 2026-08-25 12:46:10 +02:00
ConfigurationShortcut.razor Improved voice recording shortcut labels (#800) 2026-06-09 20:11:32 +02:00
ConfigurationShortcut.razor.cs Added focused-window shortcut fallback on Linux (#882) 2026-07-21 14:43:33 +02:00
ConfigurationShortcutData.cs Improved voice recording shortcut labels (#800) 2026-06-09 20:11:32 +02:00
ConfigurationSlider.razor Adding providers can now be disabled using config plugins (#522) 2025-08-09 19:29:43 +02:00
ConfigurationSlider.razor.cs Adding providers can now be disabled using config plugins (#522) 2025-08-09 19:29:43 +02:00
ConfigurationText.razor Added the Batch Processing Assistant (#901) 2026-08-11 20:14:21 +02:00
ConfigurationText.razor.cs Hardened background work against disconnected circuits (#937) 2026-08-25 18:53:09 +02:00
DataSourceAgentSelected.cs Added an agent to select the appropriate data sources for any prompt (#284) 2025-02-17 12:33:34 +01:00
DataSourceCloudEmbeddingWarning.razor added warning and improved error handling 2026-07-28 20:22:37 +02:00
DataSourceCloudEmbeddingWarning.razor.cs added warning and improved error handling 2026-07-28 20:22:37 +02:00
DataSourceSelection.razor refactored confidence levels and ensured checks work 2026-08-14 12:03:16 +02:00
DataSourceSelection.razor.cs refactored confidence levels and ensured checks work 2026-08-14 12:03:16 +02:00
DataSourceSelectionMode.cs Integrated data sources into any chat (#282) 2025-02-15 15:41:12 +01:00
DebouncedTextField.razor Refactored some text fields to use the DebouncedTextField component (#459) 2025-05-16 15:36:08 +02:00
DebouncedTextField.razor.cs Hardened background work against disconnected circuits (#937) 2026-08-25 18:53:09 +02:00
DirectChatLauncherForm.razor Added tool calling support (#731) 2026-09-04 15:48:07 +02:00
DirectChatLauncherForm.razor.cs Added tool calling support (#731) 2026-09-04 15:48:07 +02:00
DirectChatLauncherSettingsAction.razor Added direct-chat launchers for assistant plugins and a dialog to reconfigure them (#935) 2026-08-27 16:19:35 +02:00
DirectChatLauncherSettingsAction.razor.cs Added direct-chat launchers for assistant plugins and a dialog to reconfigure them (#935) 2026-08-27 16:19:35 +02:00
DynamicAssistantDropdown.razor Added assistant plugins (#659) 2026-04-09 10:01:24 +02:00
DynamicAssistantDropdown.razor.cs Added assistant plugins (#659) 2026-04-09 10:01:24 +02:00
EncryptionSecretInfo.razor Enhanced enterprise config support (#666) 2026-02-19 20:43:47 +01:00
EncryptionSecretInfo.razor.cs Enhanced enterprise config support (#666) 2026-02-19 20:43:47 +01:00
EnumSelection.razor Added a no-code assistant builder (#823) 2026-07-05 17:48:00 +02:00
EnumSelection.razor.cs Added a no-code assistant builder (#823) 2026-07-05 17:48:00 +02:00
EnumSelectionBase.cs Refactor components (#80) 2024-08-21 08:30:01 +02:00
ExpansionPanel.razor Finished the Pandoc integration (#487) 2025-05-30 22:39:16 +02:00
ExpansionPanel.razor.cs Finished the Pandoc integration (#487) 2025-05-30 22:39:16 +02:00
HalluzinationReminder.razor Added a LLM halluzination reminder (#694) 2026-03-14 10:54:52 +01:00
HalluzinationReminder.razor.cs Added a LLM halluzination reminder (#694) 2026-03-14 10:54:52 +01:00
IAssistantCategoryMember.cs Fixed empty assistant categories after hiding all their assistants (#902) 2026-08-09 20:00:38 +02:00
InnerScrolling.razor Improved the inner content scrolling to use the entire space available (#263) 2025-01-21 13:40:47 +01:00
InnerScrolling.razor.cs Created I18N data, part 1 (#404) 2025-04-24 13:50:14 +02:00
Issues.razor Create I18N data, part 2 (#429) 2025-04-27 09:06:05 +02:00
Issues.razor.cs Create I18N data, part 2 (#429) 2025-04-27 09:06:05 +02:00
ITreeItem.cs Refactor components (#80) 2024-08-21 08:30:01 +02:00
JsonTreeView.razor Added tool calling support (#731) 2026-09-04 15:48:07 +02:00
JsonTreeView.razor.cs Added tool calling support (#731) 2026-09-04 15:48:07 +02:00
LockableButton.razor Added export and import of plugin archives (#885) 2026-08-06 10:42:20 +02:00
LockableButton.razor.cs Added export and import of plugin archives (#885) 2026-08-06 10:42:20 +02:00
ManagedToolsWarning.razor Added tool calling support (#731) 2026-09-04 15:48:07 +02:00
ManagedToolsWarning.razor.cs Added tool calling support (#731) 2026-09-04 15:48:07 +02:00
ManagePandocDependency.razor Finished the Pandoc integration (#487) 2025-05-30 22:39:16 +02:00
ManagePandocDependency.razor.cs Finished the Pandoc integration (#487) 2025-05-30 22:39:16 +02:00
MandatoryInfoDisplay.razor Added an option for mandatory terms of use dialogs (#725) 2026-04-10 17:11:05 +02:00
MandatoryInfoDisplay.razor.cs Added an option for mandatory terms of use dialogs (#725) 2026-04-10 17:11:05 +02:00
MediaTranscriptionStatus.razor Added audio and video transcription for chats and assistants (#856) 2026-07-15 12:53:30 +02:00
MediaTranscriptionStatus.razor.cs Hardened background work against disconnected circuits (#937) 2026-08-25 18:53:09 +02:00
Motivation.razor Updated README and other texts (#664) 2026-02-16 13:04:16 +01:00
Motivation.razor.cs Create I18N data, part 2 (#429) 2025-04-27 09:06:05 +02:00
MSGComponentBase.cs Hardened background work against disconnected circuits (#937) 2026-08-25 18:53:09 +02:00
MudCopyClipboardButton.razor Hide the enterprise configuration details by default (#523) 2025-08-10 15:59:44 +02:00
MudCopyClipboardButton.razor.cs Added the visual briefing assistant (#893) 2026-08-02 21:41:12 +02:00
MudJustifiedMarkdown.razor Added an option for mandatory terms of use dialogs (#725) 2026-04-10 17:11:05 +02:00
MudJustifiedMarkdown.razor.cs Added an option for mandatory terms of use dialogs (#725) 2026-04-10 17:11:05 +02:00
MudJustifiedText.cs Add profiles (#132) 2024-09-08 21:01:51 +02:00
MudStepperWithoutActions.razor Added the visual briefing assistant (#893) 2026-08-02 21:41:12 +02:00
MudStepperWithoutActions.razor.cs Added the visual briefing assistant (#893) 2026-08-02 21:41:12 +02:00
MudTextList.razor Add German localization (#430) 2025-04-27 16:13:15 +02:00
MudTextList.razor.cs Added tool calling support (#731) 2026-09-04 15:48:07 +02:00
MudTextSlider.razor Refactor components (#80) 2024-08-21 08:30:01 +02:00
MudTextSlider.razor.cs Refactor components (#80) 2024-08-21 08:30:01 +02:00
MudTextSwitch.razor Refactor components (#80) 2024-08-21 08:30:01 +02:00
MudTextSwitch.razor.cs Refactor components (#80) 2024-08-21 08:30:01 +02:00
PluginDeleteAction.razor Improved local plugin handling (share, import, delete) (#900) 2026-08-09 19:01:58 +02:00
PluginDeleteAction.razor.cs Hardened background work against disconnected circuits (#937) 2026-08-25 18:53:09 +02:00
PopoverTriggerMode.cs Integrated data sources into any chat (#282) 2025-02-15 15:41:12 +01:00
PreviewAlpha.razor Create I18N data, part 2 (#429) 2025-04-27 09:06:05 +02:00
PreviewAlpha.razor.cs Create I18N data, part 2 (#429) 2025-04-27 09:06:05 +02:00
PreviewBeta.razor Create I18N data, part 2 (#429) 2025-04-27 09:06:05 +02:00
PreviewBeta.razor.cs Create I18N data, part 2 (#429) 2025-04-27 09:06:05 +02:00
PreviewExperimental.razor Create I18N data, part 2 (#429) 2025-04-27 09:06:05 +02:00
PreviewExperimental.razor.cs Create I18N data, part 2 (#429) 2025-04-27 09:06:05 +02:00
PreviewPrototype.razor Create I18N data, part 2 (#429) 2025-04-27 09:06:05 +02:00
PreviewPrototype.razor.cs Create I18N data, part 2 (#429) 2025-04-27 09:06:05 +02:00
PreviewReleaseCandidate.razor Create I18N data, part 2 (#429) 2025-04-27 09:06:05 +02:00
PreviewReleaseCandidate.razor.cs Create I18N data, part 2 (#429) 2025-04-27 09:06:05 +02:00
ProcessComponent.razor Refactor components (#80) 2024-08-21 08:30:01 +02:00
ProcessComponent.razor.cs Improve ipc (#102) 2024-09-01 20:10:03 +02:00
ProfileFormSelection.razor Localized profile name usage (#670) 2026-02-19 21:24:58 +01:00
ProfileFormSelection.razor.cs Added missing document analysis assistant features (#644) 2026-02-01 14:50:19 +01:00
ProfileSelection.razor Added formatting options to the chat (#690) 2026-03-14 12:40:40 +01:00
ProfileSelection.razor.cs Added support for organization-managed chat defaults (#817) 2026-06-21 15:59:23 +02:00
ProviderIcon.razor Added provider icons (#934) 2026-08-25 12:46:10 +02:00
ProviderIcon.razor.cs Added provider icons (#934) 2026-08-25 12:46:10 +02:00
ProviderLabel.razor Added provider icons (#934) 2026-08-25 12:46:10 +02:00
ProviderLabel.razor.cs Added provider icons (#934) 2026-08-25 12:46:10 +02:00
ProviderSelection.razor Added provider icons (#934) 2026-08-25 12:46:10 +02:00
ProviderSelection.razor.cs Added provider icons (#934) 2026-08-25 12:46:10 +02:00
ReadFileContent.razor Fixed invisible file attachments in assistant plugins & allow file attachment component (#877) 2026-07-21 10:05:43 +02:00
ReadFileContent.razor.cs Rework of the file export (#894) 2026-08-31 08:40:50 +02:00
ReadWebContent.razor Fixed bugs in & related to the web content reader (#549) 2025-09-01 19:13:02 +02:00
ReadWebContent.razor.cs Added tool calling support (#731) 2026-09-04 15:48:07 +02:00
ReadWebContentSteps.cs Refactor components (#80) 2024-08-21 08:30:01 +02:00
ReadWebContentStepsExtensions.cs Improved the I18N & the German translation (#552) 2025-09-03 22:14:31 +02:00
SecretInputField.razor Implemented the transcription API (#623) 2026-01-11 16:02:28 +01:00
SecretInputField.razor.cs Improved secret input fields by adding a toggle visibility feature (#479) 2025-05-25 12:21:23 +02:00
SelectDirectory.razor Improve Linux clipboard support and file handling (#872) 2026-07-19 19:56:30 +02:00
SelectDirectory.razor.cs Improve Linux clipboard support and file handling (#872) 2026-07-19 19:56:30 +02:00
SelectFile.razor Improve Linux clipboard support and file handling (#872) 2026-07-19 19:56:30 +02:00
SelectFile.razor.cs Improve Linux clipboard support and file handling (#872) 2026-07-19 19:56:30 +02:00
SplitButton.razor Refactor components (#80) 2024-08-21 08:30:01 +02:00
SplitButton.razor.cs Refactor components (#80) 2024-08-21 08:30:01 +02:00
Supporter.razor Added second supporter (#182) 2024-11-02 11:40:17 +01:00
Supporter.razor.cs Added second supporter (#182) 2024-11-02 11:40:17 +01:00
SupporterType.cs Added second supporter (#182) 2024-11-02 11:40:17 +01:00
TextInfoLine.razor Create I18N data, part 2 (#429) 2025-04-27 09:06:05 +02:00
TextInfoLine.razor.cs Added the visual briefing assistant (#893) 2026-08-02 21:41:12 +02:00
TextInfoLines.razor Create I18N data, part 2 (#429) 2025-04-27 09:06:05 +02:00
TextInfoLines.razor.cs Added the visual briefing assistant (#893) 2026-08-02 21:41:12 +02:00
TextItem.cs Added tool calling support (#731) 2026-09-04 15:48:07 +02:00
ThirdPartyComponent.razor Create I18N data, part 2 (#429) 2025-04-27 09:06:05 +02:00
ThirdPartyComponent.razor.cs Create I18N data, part 2 (#429) 2025-04-27 09:06:05 +02:00
Titan.razor Add the DLR as the first titan supporter (#456) 2025-05-11 17:40:24 +02:00
Titan.razor.cs Add the DLR as the first titan supporter (#456) 2025-05-11 17:40:24 +02:00
ToolDefaultsConfiguration.razor Added tool calling support (#731) 2026-09-04 15:48:07 +02:00
ToolDefaultsConfiguration.razor.cs Added tool calling support (#731) 2026-09-04 15:48:07 +02:00
ToolSelection.razor Added tool calling support (#731) 2026-09-04 15:48:07 +02:00
ToolSelection.razor.cs Added tool calling support (#731) 2026-09-04 15:48:07 +02:00
ToolSelectionField.razor Added tool calling support (#731) 2026-09-04 15:48:07 +02:00
ToolSelectionField.razor.cs Added tool calling support (#731) 2026-09-04 15:48:07 +02:00
TreeButton.cs Refactor components (#80) 2024-08-21 08:30:01 +02:00
TreeDivider.cs Refactor components (#80) 2024-08-21 08:30:01 +02:00
TreeItemData.cs Added support for parallel AI job processing (#774) 2026-05-24 13:50:42 +02:00
TreeItemType.cs Improved workspace performance (#680) 2026-03-05 18:37:18 +01:00
UserPromptComponent.cs added functionality to save/move tokenizer file 2026-04-10 18:31:20 +02:00
Vision.razor Create I18N data, part 2 (#429) 2025-04-27 09:06:05 +02:00
Vision.razor.cs Updated README and other texts (#664) 2026-02-16 13:04:16 +01:00
VoiceRecorder.razor Harden voice recording initialization (#698) 2026-03-16 22:36:51 +01:00
VoiceRecorder.razor.cs Hardened background work against disconnected circuits (#937) 2026-08-25 18:53:09 +02:00
WorkspaceBranch.cs Refactor components (#80) 2024-08-21 08:30:01 +02:00
Workspaces.razor Improved workspaces by highlighting the current chat (#798) 2026-06-08 12:52:48 +02:00
Workspaces.razor.cs Hardened background work against disconnected circuits (#937) 2026-08-25 18:53:09 +02:00