From 5d11f7dbd7ec7b80a7b80295ea2f248eab718ac4 Mon Sep 17 00:00:00 2001 From: Nils Kruthoff Date: Tue, 23 Jun 2026 16:12:54 +0200 Subject: [PATCH] named the meta assistant and excluded it from allowed send-to targets --- app/MindWork AI Studio/Tools/ComponentsExtensions.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/MindWork AI Studio/Tools/ComponentsExtensions.cs b/app/MindWork AI Studio/Tools/ComponentsExtensions.cs index b95ab1cb..f5d18d54 100644 --- a/app/MindWork AI Studio/Tools/ComponentsExtensions.cs +++ b/app/MindWork AI Studio/Tools/ComponentsExtensions.cs @@ -25,6 +25,7 @@ public static class ComponentsExtensions Components.AGENT_DATA_SOURCE_SELECTION => false, Components.AGENT_RETRIEVAL_CONTEXT_VALIDATION => false, Components.AGENT_ASSISTANT_PLUGIN_AUDIT => false, + Components.META_ASSISTANT => false, _ => true, }; @@ -48,6 +49,7 @@ public static class ComponentsExtensions Components.I18N_ASSISTANT => TB("Localization Assistant"), Components.DOCUMENT_ANALYSIS_ASSISTANT => TB("Document Analysis Assistant"), Components.SLIDE_BUILDER_ASSISTANT => TB("Slide Planner Assistant"), + Components.META_ASSISTANT => TB("Assistant Builder"), Components.CHAT => TB("New Chat"),