-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: codehornets/code-context
base: master
head repository: zilliztech/claude-context
compare: master
- 15 commits
- 60 files changed
- 4 contributors
Commits on Aug 4, 2025
-
fix(mcp): sync operations not loading project-specific ignore patterns
Sync operations were only using the default ignore patterns instead of loading project-specific patterns from .*ignore files. This caused sync to process files that should have been ignored, leading to performance issues and incorrect indexing behavior. The fix ensures both initial indexing and sync operations consistently load project-specific ignore patterns before creating FileSynchronizer instances.
Configuration menu - View commit details
-
Copy full SHA for 8c59217 - Browse repository at this point
Copy the full SHA 8c59217View commit details -
fix(core): escape backslashes in Windows file paths for Milvus queries
Escape backslashes in relativePath before constructing Milvus query expressions to prevent parsing errors when Windows paths contain escape sequences like '\N'. Fixes sync failures on Windows when files are modified.
Configuration menu - View commit details
-
Copy full SHA for 3285574 - Browse repository at this point
Copy the full SHA 3285574View commit details -
Update README with Void client config
Added configuration instructions for the Void MCP client.
Configuration menu - View commit details
-
Copy full SHA for 1b9956a - Browse repository at this point
Copy the full SHA 1b9956aView commit details -
Updated Void MCP server setup instructions
Clarifies the menu option for adding an MCP server in the Void setup instructions by changing 'Add new global MCP server' to 'Add MCP Server'.
Configuration menu - View commit details
-
Copy full SHA for 8b59cc2 - Browse repository at this point
Copy the full SHA 8b59cc2View commit details -
Signed-off-by: ChengZi <chen.zhang@zilliz.com>
Configuration menu - View commit details
-
Copy full SHA for d277053 - Browse repository at this point
Copy the full SHA d277053View commit details -
merge claude_context to refactor project name
Signed-off-by: ChengZi <chen.zhang@zilliz.com>
Configuration menu - View commit details
-
Copy full SHA for 6c5ba39 - Browse repository at this point
Copy the full SHA 6c5ba39View commit details -
Signed-off-by: ChengZi <chen.zhang@zilliz.com>
Configuration menu - View commit details
-
Copy full SHA for e057a56 - Browse repository at this point
Copy the full SHA e057a56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5870a19 - Browse repository at this point
Copy the full SHA 5870a19View commit details -
Signed-off-by: ChengZi <chen.zhang@zilliz.com>
Configuration menu - View commit details
-
Copy full SHA for 54b777d - Browse repository at this point
Copy the full SHA 54b777dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e070aa - Browse repository at this point
Copy the full SHA 9e070aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1d4931 - Browse repository at this point
Copy the full SHA a1d4931View commit details -
keep version with the master branch
Signed-off-by: ChengZi <chen.zhang@zilliz.com>
Configuration menu - View commit details
-
Copy full SHA for 3c1eb55 - Browse repository at this point
Copy the full SHA 3c1eb55View commit details -
Signed-off-by: ChengZi <chen.zhang@zilliz.com>
Configuration menu - View commit details
-
Copy full SHA for a8099f6 - Browse repository at this point
Copy the full SHA a8099f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51822f5 - Browse repository at this point
Copy the full SHA 51822f5View commit details
Commits on Aug 5, 2025
-
[Refactor]: Change search method to BM25 & Dense vector Hybrid search (…
…zilliztech#119) * [Refactor]: Change search method to BM25 & Dense vector Hybrid search * [Restructure] 1.Refactor codebase to use Context class 2.Add hybrid mode environment variable Signed-off-by: ShawnZheng <shawn.zheng@zilliz.com> --------- Signed-off-by: ShawnZheng <shawn.zheng@zilliz.com>
Configuration menu - View commit details
-
Copy full SHA for 419d40e - Browse repository at this point
Copy the full SHA 419d40eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master