diff --git a/changelog-assets/2026-03-06/adk-action-dark.png b/changelog-assets/2026-03-06/adk-action-dark.png new file mode 100644 index 00000000..083e549a Binary files /dev/null and b/changelog-assets/2026-03-06/adk-action-dark.png differ diff --git a/changelog-assets/2026-03-06/adk-action.png b/changelog-assets/2026-03-06/adk-action.png new file mode 100644 index 00000000..52a6c76d Binary files /dev/null and b/changelog-assets/2026-03-06/adk-action.png differ diff --git a/changelog-assets/2026-03-06/adk-config-var-dark.png b/changelog-assets/2026-03-06/adk-config-var-dark.png new file mode 100644 index 00000000..914c1682 Binary files /dev/null and b/changelog-assets/2026-03-06/adk-config-var-dark.png differ diff --git a/changelog-assets/2026-03-06/adk-config-var.png b/changelog-assets/2026-03-06/adk-config-var.png new file mode 100644 index 00000000..9585faf0 Binary files /dev/null and b/changelog-assets/2026-03-06/adk-config-var.png differ diff --git a/changelog-assets/2026-03-06/adk-control-panel-dark.png b/changelog-assets/2026-03-06/adk-control-panel-dark.png new file mode 100644 index 00000000..123acf6c Binary files /dev/null and b/changelog-assets/2026-03-06/adk-control-panel-dark.png differ diff --git a/changelog-assets/2026-03-06/adk-control-panel.png b/changelog-assets/2026-03-06/adk-control-panel.png new file mode 100644 index 00000000..8d4fe060 Binary files /dev/null and b/changelog-assets/2026-03-06/adk-control-panel.png differ diff --git a/changelog-assets/2026-03-06/adk-evals-dark.png b/changelog-assets/2026-03-06/adk-evals-dark.png new file mode 100644 index 00000000..d77152a9 Binary files /dev/null and b/changelog-assets/2026-03-06/adk-evals-dark.png differ diff --git a/changelog-assets/2026-03-06/adk-evals.png b/changelog-assets/2026-03-06/adk-evals.png new file mode 100644 index 00000000..ef675da3 Binary files /dev/null and b/changelog-assets/2026-03-06/adk-evals.png differ diff --git a/changelog-assets/2026-03-06/adk-trigger-dark.png b/changelog-assets/2026-03-06/adk-trigger-dark.png new file mode 100644 index 00000000..046a627a Binary files /dev/null and b/changelog-assets/2026-03-06/adk-trigger-dark.png differ diff --git a/changelog-assets/2026-03-06/adk-trigger.png b/changelog-assets/2026-03-06/adk-trigger.png new file mode 100644 index 00000000..ea39d43e Binary files /dev/null and b/changelog-assets/2026-03-06/adk-trigger.png differ diff --git a/changelog.mdx b/changelog.mdx index 3bfb1496..b9237298 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -4,6 +4,117 @@ description: 'The latest updates and improvements to Botpress.' icon: newspaper --- + + + ## 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: + + + ADK Control Panel with sidebar and main view + ADK Control Panel with sidebar and main view + + + - 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: + + + Actions page with Integration and Bot Actions + Actions page with Integration and Bot Actions + + + - Added a **Triggers** page for managing triggers in your ADK agents: + + + Triggers page in Control Panel + Triggers page in Control Panel + + + - Added an **Evals** page for running declarative conversation tests on your ADK agents: + + + Evals page for declarative conversation tests + Evals page for declarative conversation tests + + + - Added Configuration Variable management in the **Settings** page: + + + Configuration Variable management in Settings + Configuration Variable management in Settings + + + - 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` + + + ## Features & enhancements