What's Changed
⚠️ This release contains:
- Breaking change, if you use persistence: you need to run
ALTER TABLE steps ADD COLUMN IF NOT EXISTS modes JSONB;to migrate - Security vulnerability fix
Added
- Added an icon for shared threads by @Allaoua9 in #2715
- New option to allow disabling auto-scroll of assistant messages by @jfperusse in #2724
- feat: Add Modes by @hayescode in #2734
Fixed
- fix: tiny error avatar for long messages by @jfperusse in #2725
- security: add sanitization for custom thread element update by @asvishnyakov in #2737
Other
- chore: bump watchfiles by @hayescode in #2733
- chore: update uv.lock after watchfiles changes by @asvishnyakov in #2735
- chore: release by @asvishnyakov in #2738
Full Changelog: 2.9.3...2.9.4