mirror of
https://github.com/TabbyML/tabby
synced 2024-11-22 00:08:06 +00:00
bc3a32604d
* docs: update changelog for v0.15 * Update v0.15.0.md
587 B
587 B
v0.15.0 (2024-08-08)
Features
- The search bar in the Code Browser has been reworked and integrated with file navigation functionality.
- GraphQL syntax highlighting support in Code Browser.
Fixed and Improvements
- For linked GitHub repositories, issues and PRs are now only returned when the repository is selected.
- Fixed GitLab issues/MRs indexing - no longer panics if the description field is null.
- When connecting to localhost model servers, proxy settings are now skipped.
- Allow set code completion's
max_input_length
andmax_output_tokens
in config.toml