You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
### Added
11
+
-**Knowledge base support**: Added `add_knowledge_base`, `list_knowledge_bases`, and `remove_knowledge_base` tools to manage external document folders indexed alongside the project
12
+
-**Reranking with SiliconFlow**: Added `BAAI/bge-reranker-v2-m3` reranking support via SiliconFlow API for improved search result quality
13
+
-**TXT/HTML file support**: Added `*.txt`, `*.html`, `*.htm` to default include patterns for document indexing
14
+
-**Config merging**: Global and project configs are now merged, allowing shared provider settings at global level and knowledge base paths at project level
15
+
-**Hidden file exclusion**: Files and folders starting with `.` are now excluded from indexing and file watching
16
+
-**Build folder exclusion**: Folders containing "build" in their name (e.g., `build`, `mingwBuildDebug`) are now excluded from indexing and file watching
17
+
-**additionalInclude config**: Added new config option to extend default file patterns without replacing them
18
+
19
+
### Changed
20
+
-**Default verbose=false**: Changed `/index` command default to `verbose=false` to reduce token consumption
0 commit comments