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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 30 additions & 1 deletion changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,35 @@ description: 'The latest updates and improvements to Botpress.'
icon: newspaper
---

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

## Features & enhancements

- Added a new onboarding experience when creating a bot in Studio:

<Frame>
<img
alt="Choose an option - Guided Setup or Start from Scratch"
className="block dark:hidden"
src="./changelog-assets/2026-02-27/onboarding-flow.png"
/>
<img
alt="Choose an option - Guided Setup or Start from Scratch"
className="hidden dark:block"
src="./changelog-assets/2026-02-27/onboarding-flow-dark.png"
/>
</Frame>

- Improved formatting for lists and headings in [Comment Cards](/studio/concepts/cards/utilities#comment)

## Bug fixes

- Fixed an issue where the **Unsaved changes** button appeared even after saving
- Fixed an issue where inserting Cards into a Node caused them to appear in previously selected Nodes
- Fixed an issue where variables were unintentionally removed from an Autonomous Node while editing instructions
- Fixed an issue where non-nullable table fields were incorrectly defaulting to null
</Update>

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

## Features & enhancements
Expand All @@ -13,7 +42,7 @@ icon: newspaper

## Bug fixes

- “Select All” in Knowledge Base now accurately selects visible (filtered) documents and data sources.
- “Select All” in Knowledge Base now accurately selects visible (filtered) documents and data sources
</Update>

<Update label="February 13th, 2026">
Expand Down