Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,55 @@ description: 'The latest updates and improvements to Botpress.'
icon: newspaper
---

<Update label="March 27, 2026">

## 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 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](/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)
- **Telegram**: Added typing indicator toggle in integration settings

### Bug fixes

- Fixed an issue with conversations appearing empty when [AI insights](/get-started/manage-your-agent/monitor#ai-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 to see what your agent is doing while it runs
- **Actions page** accepts JSON5/JS object syntax for testing actions

### CLI

- Added `adk models` command to see all available models

</Update>

<Update label="March 20, 2026">

## Studio
Expand Down
Loading