v6.5.0

Chainlit/chainlitv6.5.0Aug 21, 2025by mo8it

AI Summary

This release updates the Rust toolchain requirements and introduces several improvements to the development workflow. It upgrades to Rust Edition 2024 and raises the minimum supported Rust version to 1.88, while also adding Clippy checks and fixing various issues related to file watching and VS Code integration.

Key Highlights

  • Upgrade to Rust Edition 2024 and MSRV 1.88
  • Added Clippy installation check before initialization
  • Fixed file links in VS Code and error printing with progress bar
  • File watcher now ignores symlinks

New Features

  • Clippy installation check
  • File watcher symlink handling
  • VS Code file link fixes
  • Progress bar error printing fix
  • Dev workflow: .gitignore update

Full Release Notes

### Added

- Check that Clippy is installed before initialization

### Changed

- Upgrade to Rust edition 2024
- Raise the minimum supported Rust version to `1.88`
- Don't follow symlinks in the file watcher
- `dev new`: Don't add `.rustlings-state.txt` to `.gitignore`

### Fixed

- Fix file links in VS Code
- Fix error printing when the progress bar is shown
- `dev check`: Don't check formatting if there are no solution files