From 6a1ba8b79aed3ba39deefb14a7122efd2c166bde Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Peer=20Sch=C3=BCtt?=
<20603780+peerschuett@users.noreply.github.com>
Date: Thu, 2 Jul 2026 21:42:46 +0200
Subject: [PATCH] Added changelog
---
.../Components/AssistantPluginSecurityCard.razor | 2 +-
app/MindWork AI Studio/wwwroot/changelog/v26.6.3.md | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/app/MindWork AI Studio/Components/AssistantPluginSecurityCard.razor b/app/MindWork AI Studio/Components/AssistantPluginSecurityCard.razor
index a43c0c34..e3a77871 100644
--- a/app/MindWork AI Studio/Components/AssistantPluginSecurityCard.razor
+++ b/app/MindWork AI Studio/Components/AssistantPluginSecurityCard.razor
@@ -144,7 +144,7 @@
{
|
- @T("Approval name")
+ @T("Approved name")
|
@state.EnterpriseApproval.DisplayName |
diff --git a/app/MindWork AI Studio/wwwroot/changelog/v26.6.3.md b/app/MindWork AI Studio/wwwroot/changelog/v26.6.3.md
index 435b1554..0d11b3a9 100644
--- a/app/MindWork AI Studio/wwwroot/changelog/v26.6.3.md
+++ b/app/MindWork AI Studio/wwwroot/changelog/v26.6.3.md
@@ -1,2 +1,4 @@
# v26.6.3, build 243 (2026-06-xx xx:xx UTC)
-- Improved the chat experience by automatically focusing the message composer again when it becomes available. Thanks, Dominic Neuburg (`donework`), for the contribution.
\ No newline at end of file
+- Added support for organization-approved assistant plugins, so trusted assistant plugins can be enabled without requiring each user to run a separate security audit.
+- Added support for assistant plugin tiles that can open a chat directly in a chosen workspace.
+- Improved the chat experience by automatically focusing the message composer again when it becomes available. Thanks, Dominic Neuburg (`donework`), for the contribution.