v1.0.205
OpenCodeSummary
This release introduces new configuration options for controlling visibility during copy and export operations, alongside the addition of bash shell completions for command line users. Several bugs were addressed, including fixes for the stats command, TUI model searching, and terminal copy/paste functionality.
New Features
- Added settings to control thinking and tool call visibility for /copy and /export commands.
- Introduced bash shell completions for easier command line usage.
Bug Fixes
- Fixed the stats command so it correctly calculates statistics for the current day when using the `--days 0` flag.
- Resolved issue where the TUI /models command only searched the top 5 recent models; it now searches all recent models.
- Fixed an issue preventing copy and paste operations within the terminal interface.
- Fixed drag-and-drop functionality so that dragging a file over the entire body now correctly attaches it.
- Fixed the GitHub action to properly handle response parts that are not text.
Improvements
- Enabled support for specifying line numbers and ranges when using autocomplete functionality.
- Added support for Themes.
Related Documentation
- https://github.com/rust-lang/rust-analyzer/pull/6269
- https://github.com/rust-lang/rust-analyzer/pull/6259
- https://github.com/rust-lang/rust-analyzer/pull/6254
- https://github.com/rust-lang/rust-analyzer/pull/6239
- https://github.com/rust-lang/rust-analyzer/pull/6243
- https://github.com/rust-lang/rust-analyzer/pull/6173