diff --git a/app/MindWork AI Studio/Components/Workspaces.razor b/app/MindWork AI Studio/Components/Workspaces.razor
index f49864fc..940d448d 100644
--- a/app/MindWork AI Studio/Components/Workspaces.razor
+++ b/app/MindWork AI Studio/Components/Workspaces.razor
@@ -72,6 +72,10 @@ else
@treeItem.Text
+
+
+
+
diff --git a/app/MindWork AI Studio/wwwroot/changelog/v26.6.1.md b/app/MindWork AI Studio/wwwroot/changelog/v26.6.1.md
index 8106084b..4826a7f8 100644
--- a/app/MindWork AI Studio/wwwroot/changelog/v26.6.1.md
+++ b/app/MindWork AI Studio/wwwroot/changelog/v26.6.1.md
@@ -3,5 +3,6 @@
- Added support for managed custom root certificate bundles and host allowlists for external HTTPS requests, helping Flatpak deployments connect to organization-internal services with private root CAs while keeping built-in cloud provider endpoints on system trust.
- Added support for reading enterprise policy files from a Flatpak provisioning extension.
- Added startup path and Linux package type details to the information page to make support easier.
+- Improved workspaces by adding a shortcut to start a new chat directly from each workspace row.
- Improved the enterprise configuration details on the information page by showing where each configuration comes from and which configuration slot was used.
- Upgraded dependencies.
\ No newline at end of file