Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codehornets/code-context
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: zilliztech/claude-context
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 15 commits
  • 60 files changed
  • 4 contributors

Commits on Aug 4, 2025

  1. 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.
    Acren authored and zc277584121 committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    8c59217 View commit details
    Browse the repository at this point in the history
  2. 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.
    Acren authored and zc277584121 committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    3285574 View commit details
    Browse the repository at this point in the history
  3. Update README with Void client config

    Added configuration instructions for the Void MCP client.
    Froredion authored and zc277584121 committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    1b9956a View commit details
    Browse the repository at this point in the history
  4. 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'.
    Froredion authored and zc277584121 committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    8b59cc2 View commit details
    Browse the repository at this point in the history
  5. bump version v0.0.12

    Signed-off-by: ChengZi <chen.zhang@zilliz.com>
    zc277584121 committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    d277053 View commit details
    Browse the repository at this point in the history
  6. merge claude_context to refactor project name

    Signed-off-by: ChengZi <chen.zhang@zilliz.com>
    zc277584121 committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    6c5ba39 View commit details
    Browse the repository at this point in the history
  7. refactor class name

    Signed-off-by: ChengZi <chen.zhang@zilliz.com>
    zc277584121 committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    e057a56 View commit details
    Browse the repository at this point in the history
  8. refactor logo

    Signed-off-by: ChengZi <chen.zhang@zilliz.com>
    zc277584121 committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    5870a19 View commit details
    Browse the repository at this point in the history
  9. bump test version v0.0.2

    Signed-off-by: ChengZi <chen.zhang@zilliz.com>
    zc277584121 committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    54b777d View commit details
    Browse the repository at this point in the history
  10. fix conflict

    Signed-off-by: ChengZi <chen.zhang@zilliz.com>
    zc277584121 committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    9e070aa View commit details
    Browse the repository at this point in the history
  11. update doc details

    Signed-off-by: ChengZi <chen.zhang@zilliz.com>
    zc277584121 committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    a1d4931 View commit details
    Browse the repository at this point in the history
  12. keep version with the master branch

    Signed-off-by: ChengZi <chen.zhang@zilliz.com>
    zc277584121 committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    3c1eb55 View commit details
    Browse the repository at this point in the history
  13. bump version to 0.0.13

    Signed-off-by: ChengZi <chen.zhang@zilliz.com>
    zc277584121 committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    a8099f6 View commit details
    Browse the repository at this point in the history
  14. optimize readme

    Signed-off-by: ChengZi <chen.zhang@zilliz.com>
    zc277584121 committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    51822f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. [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>
    Shawnzheng011019 authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    419d40e View commit details
    Browse the repository at this point in the history
Loading