Skip to content
Merged
Show file tree
Hide file tree
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added changelog-assets/2026-03-06/adk-action.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added changelog-assets/2026-03-06/adk-config-var.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added changelog-assets/2026-03-06/adk-evals.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added changelog-assets/2026-03-06/adk-trigger.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
111 changes: 111 additions & 0 deletions changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,117 @@ description: 'The latest updates and improvements to Botpress.'
icon: newspaper
---

<Update label="March 6, 2026">

## Studio

### Features & enhancements

- Improved breakdown UI for **AI Spend by Source** dashboard
- Improved logging for Integrations in **Audits** page

### Integrations

- **Dropbox**: Added OAuth configuration
- **HubSpot**: Added new cards
- [Get Company](/integrations/integration-guides/hubspot#get-company)
- [Update Company](/integrations/integration-guides/hubspot#update-company)

---

## ADK

### Control Panel

- The dev console has been replaced by the **Control Panel**
- Dark (default) and light themes with toggle in the top bar
- New **Overview** page with panels for Agent summary, Component inventory, and Runtime and Integrations:

<Frame>
<img
alt="ADK Control Panel with sidebar and main view"
className="block dark:hidden"
src="./changelog-assets/2026-03-06/adk-control-panel.png"
/>
<img
alt="ADK Control Panel with sidebar and main view"
className="hidden dark:block"
src="./changelog-assets/2026-03-06/adk-control-panel-dark.png"
/>
</Frame>

- Restructured sidebar into **Connect**, **Build**, **Data**, and **Observe** sections
- Improved UI across **Workflow**, **Logs** and **Traces** pages
- Added ability to test Integration and Bot Actions in one place on the **Actions** page:

<Frame>
<img
alt="Actions page with Integration and Bot Actions"
className="block dark:hidden"
src="./changelog-assets/2026-03-06/adk-action.png"
/>
<img
alt="Actions page with Integration and Bot Actions"
className="hidden dark:block"
src="./changelog-assets/2026-03-06/adk-action-dark.png"
/>
</Frame>

- Added a **Triggers** page for managing triggers in your ADK agents:

<Frame>
<img
alt="Triggers page in Control Panel"
className="block dark:hidden"
src="./changelog-assets/2026-03-06/adk-trigger.png"
/>
<img
alt="Triggers page in Control Panel"
className="hidden dark:block"
src="./changelog-assets/2026-03-06/adk-trigger-dark.png"
/>
</Frame>

- Added an **Evals** page for running declarative conversation tests on your ADK agents:

<Frame>
<img
alt="Evals page for declarative conversation tests"
className="block dark:hidden"
src="./changelog-assets/2026-03-06/adk-evals.png"
/>
<img
alt="Evals page for declarative conversation tests"
className="hidden dark:block"
src="./changelog-assets/2026-03-06/adk-evals-dark.png"
/>
</Frame>

- Added Configuration Variable management in the **Settings** page:

<Frame>
<img
alt="Configuration Variable management in Settings"
className="block dark:hidden"
src="./changelog-assets/2026-03-06/adk-config-var.png"
/>
<img
alt="Configuration Variable management in Settings"
className="hidden dark:block"
src="./changelog-assets/2026-03-06/adk-config-var-dark.png"
/>
</Frame>

- Testing page removed

### CLI

- Added support to create a new agent without prompts by use `adk init --yes` or `adk init --defaults`
- Use `adk init --skip-link` to skip the interactive bot-linking step
- You can set the Control Panel theme (dark or light) using `adk theme`

</Update>

<Update label="February 27th, 2026">

## Features & enhancements
Expand Down