mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-09-27 09:53:37 +00:00
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.
77 lines
1.6 KiB
JSON
77 lines
1.6 KiB
JSON
{
|
|
"productName": "MindWork AI Studio",
|
|
"mainBinaryName": "MindWork AI Studio",
|
|
"version": "26.8.2",
|
|
"identifier": "com.github.mindwork-ai.ai-studio",
|
|
|
|
"build": {
|
|
"frontendDist": "ui/"
|
|
},
|
|
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": [
|
|
"appimage",
|
|
"app",
|
|
"dmg",
|
|
"nsis"
|
|
],
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"externalBin": [
|
|
"../app/MindWork AI Studio/bin/dist/mindworkAIStudioServer"
|
|
],
|
|
"resources": [
|
|
"resources/libraries/*",
|
|
"resources/notices/*",
|
|
"resources/tokenizers/*"
|
|
],
|
|
"macOS": {
|
|
"exceptionDomain": "localhost"
|
|
},
|
|
"linux": {
|
|
"appimage": {
|
|
"bundleMediaFramework": true
|
|
}
|
|
},
|
|
"createUpdaterArtifacts": "v1Compatible"
|
|
},
|
|
|
|
"plugins": {
|
|
"updater": {
|
|
"windows": {
|
|
"installMode": "passive"
|
|
},
|
|
"endpoints": [
|
|
"https://github.com/MindWorkAI/AI-Studio/releases/latest/download/latest.json"
|
|
],
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDM3MzE4MTM4RTNDMkM0NEQKUldSTnhNTGpPSUV4TjFkczFxRFJOZWgydzFQN1dmaFlKbXhJS1YyR1RKS1RnR09jYUpMaGsrWXYK"
|
|
}
|
|
},
|
|
|
|
"app": {
|
|
"withGlobalTauri": false,
|
|
|
|
"windows": [
|
|
{
|
|
"fullscreen": false,
|
|
"resizable": true,
|
|
"title": "MindWork AI Studio",
|
|
"width": 1920,
|
|
"height": 1080,
|
|
"dragDropEnabled": true,
|
|
"useHttpsScheme": true
|
|
}
|
|
],
|
|
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
}
|
|
}
|