From 841c8ac9d48c783345079a30d4868e5646e9fc0e Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Mon, 6 Oct 2025 05:30:13 +0000
Subject: [PATCH 1/3] Update changelog.mdx
---
changelog.mdx | 30 ++++++++++++++++--------------
1 file changed, 16 insertions(+), 14 deletions(-)
diff --git a/changelog.mdx b/changelog.mdx
index 6aeab1185..7509cda54 100644
--- a/changelog.mdx
+++ b/changelog.mdx
@@ -74,26 +74,28 @@ noindex: true
-
+
-## GitLab integration enhancements
+## Dashboard and performance improvements
-- Enhanced GitLab connection UI in dashboard settings for easier repository management
-- Added webhook support for automatic documentation updates on GitLab commits
+- Improved dashboard loading performance with optimized deployment queries
+- Enhanced file caching with unique ID headers for better version tracking
-## Web editor and authentication improvements
+## Slack Writer bot enhancements
-- Continued app router migration for the web editor, removing blockers and improving performance
-- Enhanced login error handling with explicit email validation messages
-- Fixed whitespace handling in email address validation
+- Redesigned Slack bot UI with improved task tracking and progress visualization
+- Added structured task lists showing completion status with visual indicators
+- Enhanced final message formatting with action buttons for viewing changes and opening in editor
+- Improved branch name display and repository information in bot responses
-## Bug fixes and reliability
+## Authentication improvements
+
+- Added support for validated redirect parameters in login callback to reduce login friction
+- Improved login flow for SSO and impersonation with better redirect handling
+
+## Assistant configuration
-- Fixed app router socket update functionality for real-time features
-- Fixed SVG path rendering issues in documentation
-- Fixed keyboard navigation in search and chat functionality
-- Fixed history status endpoint reliability
-- Resolved middleware edge cases and onClick event handling issues
+- Added `enableAskAiButton` configuration option for assistant to control Ask AI button visibility
From 177133d9f6d6aa825e1c6bc5a9ae818e065e645b Mon Sep 17 00:00:00 2001
From: Hahnbee Lee <55263191+hahnbeelee@users.noreply.github.com>
Date: Sun, 5 Oct 2025 22:54:01 -0700
Subject: [PATCH 2/3] mash the 2 together
---
changelog.mdx | 24 ++++++++++--------------
1 file changed, 10 insertions(+), 14 deletions(-)
diff --git a/changelog.mdx b/changelog.mdx
index 7509cda54..6897f12ea 100644
--- a/changelog.mdx
+++ b/changelog.mdx
@@ -74,28 +74,24 @@ noindex: true
-
+
-## Dashboard and performance improvements
+## Web editor and authentication improvements
-- Improved dashboard loading performance with optimized deployment queries
-- Enhanced file caching with unique ID headers for better version tracking
-
-## Slack Writer bot enhancements
-
-- Redesigned Slack bot UI with improved task tracking and progress visualization
-- Added structured task lists showing completion status with visual indicators
-- Enhanced final message formatting with action buttons for viewing changes and opening in editor
-- Improved branch name display and repository information in bot responses
+- Continued app router migration for the web editor, removing blockers and improving performance
+- Enhanced login error handling with explicit email validation messages
+- Fixed whitespace handling in email address validation
## Authentication improvements
- Added support for validated redirect parameters in login callback to reduce login friction
- Improved login flow for SSO and impersonation with better redirect handling
-## Assistant configuration
-
-- Added `enableAskAiButton` configuration option for assistant to control Ask AI button visibility
+## Bug fixes and reliability
+- Fixed GitLab integration issues with larger repositories
+- Improved dashboard loading performance with optimized deployment queries
+- Fixed SVG path rendering issues in documentation
+- Fixed keyboard navigation in search and chat functionality
From 76e979ff2df54c465315d68fab975b15bd064a04 Mon Sep 17 00:00:00 2001
From: Hahnbee Lee <55263191+hahnbeelee@users.noreply.github.com>
Date: Sun, 5 Oct 2025 22:55:14 -0700
Subject: [PATCH 3/3] fix title
---
changelog.mdx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/changelog.mdx b/changelog.mdx
index 6897f12ea..eec768c7b 100644
--- a/changelog.mdx
+++ b/changelog.mdx
@@ -76,7 +76,7 @@ noindex: true
-## Web editor and authentication improvements
+## Web editor and dashboard login improvements
- Continued app router migration for the web editor, removing blockers and improving performance
- Enhanced login error handling with explicit email validation messages
@@ -85,7 +85,7 @@ noindex: true
## Authentication improvements
- Added support for validated redirect parameters in login callback to reduce login friction
-- Improved login flow for SSO and impersonation with better redirect handling
+- Improved login flow for SSO with better redirect handling
## Bug fixes and reliability
- Fixed GitLab integration issues with larger repositories