AI-Studio/app/MindWork AI Studio/Tools/PluginSystem
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
..
Assistants Added tool calling support (#731) 2026-09-04 15:48:07 +02:00
ConfigurationBaseObject.cs Refactored configuration objects (#538) 2025-08-26 10:59:56 +02:00
ForbiddenPlugins.cs Added plugin architecture (#322) 2025-03-22 21:12:14 +01:00
I18N.cs Fixed plugin startup issue (#789) 2026-06-02 16:32:09 +02:00
IAvailablePlugin.cs Added priorities for configuration plugins and fixed how they collide (#899) 2026-08-08 18:35:46 +02:00
IConfigurationObject.cs Refactored configuration objects (#538) 2025-08-26 10:59:56 +02:00
ILang.cs Add German localization (#430) 2025-04-27 16:13:15 +02:00
ILangExtensions.cs Improved I18N system (#445) 2025-05-03 21:47:43 +02:00
ILanguagePlugin.cs Added I18N assistant for localization of AI Studio content (#422) 2025-04-26 18:55:23 +02:00
ILivePluginContent.cs Added support for organization-managed introduction texts (#814) 2026-06-20 20:28:22 +02:00
InternalPlugin.cs Added plugin architecture (#322) 2025-03-22 21:12:14 +01:00
InternalPluginData.cs Added plugin architecture (#322) 2025-03-22 21:12:14 +01:00
InternalPluginExtensions.cs Added plugin architecture (#322) 2025-03-22 21:12:14 +01:00
IPluginMetadata.cs Added provider icons (#934) 2026-08-25 12:46:10 +02:00
IUserProvidedAPIKey.cs Added user-managed API keys for enterprise-configured providers (#919) 2026-08-15 11:20:36 +02:00
NoConfigurationObject.cs Refactored configuration objects (#538) 2025-08-26 10:59:56 +02:00
NoModuleLoader.cs Added plugin architecture (#322) 2025-03-22 21:12:14 +01:00
NoPlugin.cs Start the plugin system (#372) 2025-03-29 18:40:17 +01:00
NoPluginLanguage.cs Added I18N assistant for localization of AI Studio content (#422) 2025-04-26 18:55:23 +02:00
PendingEnterpriseApiKey.cs Configure ERI servers in config plugins (#767) 2026-05-18 16:26:51 +02:00
PendingEnterpriseApiKeys.cs Configure ERI servers in config plugins (#767) 2026-05-18 16:26:51 +02:00
PendingEnterpriseSecret.cs Configure ERI servers in config plugins (#767) 2026-05-18 16:26:51 +02:00
PendingEnterpriseSecrets.cs Configure ERI servers in config plugins (#767) 2026-05-18 16:26:51 +02:00
PluginArchive.cs Added export and import of plugin archives (#885) 2026-08-06 10:42:20 +02:00
PluginBase.cs Added provider icons (#934) 2026-08-25 12:46:10 +02:00
PluginBase.Icon.cs Added provider icons (#934) 2026-08-25 12:46:10 +02:00
PluginCategory.cs Added plugin architecture (#322) 2025-03-22 21:12:14 +01:00
PluginCategoryExtensions.cs Added more text content to the I18N system (#446) 2025-05-04 14:59:30 +02:00
PluginCheckResult.cs Added plugin architecture (#322) 2025-03-22 21:12:14 +01:00
PluginConfiguration.cs Merge branch 'main' into chunk-data 2026-09-05 21:20:33 +02:00
PluginConfigurationObject.cs Merge branch 'main' into chunk-data 2026-09-05 21:20:33 +02:00
PluginConfigurationObjectType.cs Added missing document analysis assistant features (#644) 2026-02-01 14:50:19 +01:00
PluginFactory.AssistantActivation.cs Added enterprise-managed activation for assistant plugins (#939) 2026-08-29 14:12:14 +02:00
PluginFactory.cs Improved enterprise plugin rollouts and protected deployed plugins against changes (#938) 2026-08-28 14:06:24 +02:00
PluginFactory.Download.cs Added priorities for configuration plugins and fixed how they collide (#899) 2026-08-08 18:35:46 +02:00
PluginFactory.HotReload.cs Merge branch 'main' into chunk-data 2026-09-05 21:20:33 +02:00
PluginFactory.Internal.cs Enhanced enterprise config support (#666) 2026-02-19 20:43:47 +01:00
PluginFactory.Loading.cs Added tool calling support (#731) 2026-09-04 15:48:07 +02:00
PluginFactory.Remove.cs Reduced memory usage and fixed several memory leaks (#933) 2026-08-23 21:15:37 +02:00
PluginFactory.Starting.cs Added tool calling support (#731) 2026-09-04 15:48:07 +02:00
PluginLanguage.cs Fixed issues (#723) 2026-04-09 10:08:37 +02:00
PluginLoader.cs Added export and import of plugin archives (#885) 2026-08-06 10:42:20 +02:00
PluginMetadata.cs Added provider icons (#934) 2026-08-25 12:46:10 +02:00
PluginTargetGroup.cs Added plugin architecture (#322) 2025-03-22 21:12:14 +01:00
PluginTargetGroupExtensions.cs Added more text content to the I18N system (#446) 2025-05-04 14:59:30 +02:00
PluginType.cs Added plugin architecture (#322) 2025-03-22 21:12:14 +01:00
PluginTypeExtensions.cs Added more text content to the I18N system (#446) 2025-05-04 14:59:30 +02:00
PluginVersion.cs Added plugin architecture (#322) 2025-03-22 21:12:14 +01:00