forked from TabbyML/tabby
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
23 additions
and
9 deletions.
There are no files selected for viewing
3 changes: 0 additions & 3 deletions
3
.changes/unreleased/Fixed and Improvements-20240704-125508.yaml
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
.changes/unreleased/Fixed and Improvements-20240710-185920.yaml
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
.changes/unreleased/Fixed and Improvements-20240712-085702.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
## v0.14.0 (2024-07-23) | ||
|
||
### Features | ||
* Code search functionality is now available in the `Code Browser` tab. Users can search for code using regex patterns and filter by language, repository, and branch. | ||
* Initial experimental support for natural language to codebase conversation in `Answer Engine`. | ||
|
||
### Fixed and Improvements | ||
|
||
* Incremental issues / PRs indexing by checking `updated_at`. | ||
* Canonicalize `git_url` before performing a relevant code search. Previously, for git_urls with credentials, the canonicalized git_url was used in the index, but the query still used the raw git_url. | ||
* bump llama.cpp to b3370 - which fixes Qwen2 model series inference |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters