Skip to content

Commit 0355d86

Browse files
authored
chore: release (#2764)
<!-- This is an auto-generated description by cubic. --> ## Summary by cubic Release 2.9.6 with UI improvements and chat behavior updates, plus a fix for starter mode selection. Updates the changelog and bumps the version. - **New Features** - Allow skipping new chat creation - Add data picker input widget - Toggle chat settings in the sidebar - **Bug Fixes** - Starters now use the selected/default mode correctly <sup>Written for commit de2316f. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. -->
1 parent fcb35f8 commit 0355d86

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to Chainlit will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [2.9.6] - 2026-01-20
8+
9+
### Added
10+
- Allow skip new chat creation
11+
- Add data picker input widget
12+
- Toggle chat settings in sidebar instead of composer
13+
14+
### Fixed
15+
- Fix: Starters now correctly use the selected/default mode if configured
16+
717
## [2.9.5] - 2026-01-08
818

919
### Added

backend/chainlit/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.9.5"
1+
__version__ = "2.9.6"

libs/react-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chainlit/react-client",
33
"description": "Websocket client to connect to your chainlit app.",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"scripts": {
66
"build": "tsup src/index.ts --tsconfig tsconfig.build.json --clean --format esm,cjs --dts --external react --external recoil --minify --sourcemap --treeshake",
77
"dev": "tsup src/index.ts --clean --format esm,cjs --dts --external react --external recoil --minify --sourcemap --treeshake",

0 commit comments

Comments
 (0)