From 03025c09fcedefd706ae8628fb386467a07940b3 Mon Sep 17 00:00:00 2001 From: Chloe Quijano Date: Mon, 30 Mar 2026 00:05:40 -0400 Subject: [PATCH 1/4] update changelog - need link to actions --- changelog.mdx | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/changelog.mdx b/changelog.mdx index 559f7972..16b59170 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -4,6 +4,43 @@ description: 'The latest updates and improvements to Botpress.' icon: newspaper --- + + + ## Studio + + ### Features & enhancements + + - New AI Models: Claude Opus 4.5, Qwen3 8B, Gemini 2.5 Pro/Flash-Lite, Gemini 3.1 Pro/Flash-Lite, Grok 4.1 Fast, Grok 4.20 + - Added support for bot secrets in SDK + + ### Integrations + + - **Dropbox**: You can sync files to Knowledge Bases + - **WhatsApp**: Added listTemplates Card + - **Telegram**: Added typing indicator toggle in integration settings + + ### Bug fixes + + - Fixed an issue with Conversations appearing empty when Insights were disabled + + --- + + ## ADK + + ### Control Panel + + - Added a Global Command Palette (`Cmd+K` / `Ctrl+K`) for quick navigation in the Control Panel + - New Models page listing all available models + - Updated UI for Settings and Trigger pages + - Added Agent Steps to Chat page + - Actions page accepts JSON5/JS object syntax for testing actions + + ### CLI + + - Added `adk models` command to see all available models + + + ## Studio From f04a301dc9e30f52581d3fb630942862ac368acc Mon Sep 17 00:00:00 2001 From: Chloe Quijano Date: Mon, 30 Mar 2026 09:39:42 -0400 Subject: [PATCH 2/4] update links for integrations --- changelog.mdx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/changelog.mdx b/changelog.mdx index 16b59170..cac0da66 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -16,7 +16,19 @@ icon: newspaper ### Integrations - **Dropbox**: You can sync files to Knowledge Bases - - **WhatsApp**: Added listTemplates Card + - **WhatsApp**: Added [List Message Templates](/integrations/integration-guides/whatsapp/introduction#list-message-templates) Card + - **Linear**: Added new Triggers + - Aggregate File Changes + - File Created + - File Deleted + - File Updated + - Folder Deleted Recursive + - **GitHub**: Added new Triggers + - [Aggregate File Changes](integrations/integration-guides/github#aggregate-file-changes) + - [File Created](integrations/integration-guides/github#file-created) + - [File Deleted](integrations/integration-guides/github#file-deleted) + - [File Updated](integrations/integration-guides/github#file-updated) + - [Folder Deleted Recursive](integrations/integration-guides/github#folder-deleted-recursive) - **Telegram**: Added typing indicator toggle in integration settings ### Bug fixes From c52e9ecab5bb27a8693535a15b39542124312222 Mon Sep 17 00:00:00 2001 From: Chloe Quijano Date: Mon, 30 Mar 2026 10:44:28 -0400 Subject: [PATCH 3/4] make edits and add details --- changelog.mdx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/changelog.mdx b/changelog.mdx index cac0da66..6b67ac03 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -15,15 +15,15 @@ icon: newspaper ### Integrations - - **Dropbox**: You can sync files to Knowledge Bases + - **Dropbox**: You can now sync files to Knowledge Bases - **WhatsApp**: Added [List Message Templates](/integrations/integration-guides/whatsapp/introduction#list-message-templates) Card - - **Linear**: Added new Triggers + - **Linear**: Added new Triggers: - Aggregate File Changes - File Created - File Deleted - File Updated - Folder Deleted Recursive - - **GitHub**: Added new Triggers + - **GitHub**: Added new Triggers: - [Aggregate File Changes](integrations/integration-guides/github#aggregate-file-changes) - [File Created](integrations/integration-guides/github#file-created) - [File Deleted](integrations/integration-guides/github#file-deleted) @@ -33,7 +33,7 @@ icon: newspaper ### Bug fixes - - Fixed an issue with Conversations appearing empty when Insights were disabled + - Fixed an issue with conversations appearing empty when [AI insights](/get-started/manage-your-agent/monitor#ai-insights) were disabled --- @@ -41,11 +41,11 @@ icon: newspaper ### Control Panel - - Added a Global Command Palette (`Cmd+K` / `Ctrl+K`) for quick navigation in the Control Panel - - New Models page listing all available models - - Updated UI for Settings and Trigger pages - - Added Agent Steps to Chat page - - Actions page accepts JSON5/JS object syntax for testing actions + - Added a global command palette (`Cmd+K` / `Ctrl+K`) for quick navigation in the Control Panel + - New **Models** page listing all available models + - Updated UI for **Settings** and **Trigger** pages + - Added Agent Steps to **Chat** page to see what your agent is doing while it runs + - **Actions page** accepts JSON5/JS object syntax for testing actions ### CLI From 771932caee1faf19e0de0d2299e979f4b001df1c Mon Sep 17 00:00:00 2001 From: Chloe Quijano Date: Mon, 30 Mar 2026 10:59:37 -0400 Subject: [PATCH 4/4] fix links for github and linear --- changelog.mdx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/changelog.mdx b/changelog.mdx index 6b67ac03..6d60dd9a 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -18,17 +18,17 @@ icon: newspaper - **Dropbox**: You can now sync files to Knowledge Bases - **WhatsApp**: Added [List Message Templates](/integrations/integration-guides/whatsapp/introduction#list-message-templates) Card - **Linear**: Added new Triggers: - - Aggregate File Changes - - File Created - - File Deleted - - File Updated - - Folder Deleted Recursive + - [Aggregate File Changes](/integrations/integration-guides/linear#aggregate-file-changes) + - [File Created](/integrations/integration-guides/linear#file-created) + - [File Deleted](/integrations/integration-guides/linear#file-deleted) + - [File Updated](/integrations/integration-guides/linear#file-updated) + - [Folder Deleted Recursive](/integrations/integration-guides/linear#folder-deleted-recursive) - **GitHub**: Added new Triggers: - - [Aggregate File Changes](integrations/integration-guides/github#aggregate-file-changes) - - [File Created](integrations/integration-guides/github#file-created) - - [File Deleted](integrations/integration-guides/github#file-deleted) - - [File Updated](integrations/integration-guides/github#file-updated) - - [Folder Deleted Recursive](integrations/integration-guides/github#folder-deleted-recursive) + - [Aggregate File Changes](/integrations/integration-guides/github#aggregate-file-changes) + - [File Created](/integrations/integration-guides/github#file-created) + - [File Deleted](/integrations/integration-guides/github#file-deleted) + - [File Updated](/integrations/integration-guides/github#file-updated) + - [Folder Deleted Recursive](/integrations/integration-guides/github#folder-deleted-recursive) - **Telegram**: Added typing indicator toggle in integration settings ### Bug fixes