From 7853de0eab735f264425a467d97288915f49534a Mon Sep 17 00:00:00 2001
From: Han Wang <44352119+handotdev@users.noreply.github.com>
Date: Wed, 10 Dec 2025 17:35:51 -0800
Subject: [PATCH] Update changelog.mdx
Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
---
changelog.mdx | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/changelog.mdx b/changelog.mdx
index 58302064d..ec4c48c36 100644
--- a/changelog.mdx
+++ b/changelog.mdx
@@ -5,6 +5,24 @@ rss: true
noindex: true
---
+
+ ## Agent improvements
+
+ - Added empty state illustrations to agent suggestions list for better user experience when no suggestions are available.
+ - Fixed "Add to chat" flow to properly start a new chat session when applying agent suggestions.
+ - Added analytics tracking for agent suggestion actions (apply/dismiss) with PostHog integration.
+ - Improved agent settings with GitHub repository monitoring UI including search, enable/disable all, and per-repository toggles.
+ - Added analytics tracking when repositories are configured for agent monitoring.
+ - Enhanced suggestions list styling with improved spacing and visual hierarchy.
+
+ ## UI improvements
+
+ - Simplified GitHub PR label anchor styling for cleaner appearance.
+ - Adjusted agent panel header spacing and button variants for better visual consistency.
+ - Updated context badge remove button from button element to span for improved form behavior.
+
+
+
## Preview widget