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: johnhuang316/code-index-mcp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.2
Choose a base ref
...
head repository: johnhuang316/code-index-mcp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 14 commits
  • 36 files changed
  • 1 contributor

Commits on Sep 19, 2025

  1. Configuration menu
    Copy the full SHA
    e92dcec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    810ee65 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2025

  1. refactor: clean up whitespace and improve code readability in indexin…

    …g modules
    
    - Removed unnecessary blank lines and adjusted spacing for consistency across JSONIndexBuilder, JSONIndexManager, TypeScriptParsingStrategy, and ProjectManagementService classes.
    - Enhanced overall code clarity without altering functionality.
    johnhuang316 committed Sep 24, 2025
    Configuration menu
    Copy the full SHA
    9eec893 View commit details
    Browse the repository at this point in the history
  2. refactor: update import statement for FileFilter in JSONIndexManager

    - Changed the import of FileFilter to a more specific path to avoid potential circular import issues.
    - This refactor maintains existing functionality while improving code organization.
    johnhuang316 committed Sep 24, 2025
    Configuration menu
    Copy the full SHA
    8c87080 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

  1. feat/shallow index (#40)

    * feat(index): add shallow index support (INDEX_FILE_SHALLOW); builder method for file list; manager load/build shallow with find_files fallback
    
    * feat(index): default to shallow index; add ShallowIndexManager; deep rebuild tool; remove build_shallow_index tool; watcher+refresh use shallow; fix server context type
    
    * feat(find_files): enforce true glob semantics (* no dir, ** recursive) and unify to shallow index; watcher verified for add/delete
    
    * feat(file_summary): return needs_deep_index hint when deep index not available
    johnhuang316 authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    0c20349 View commit details
    Browse the repository at this point in the history
  2. refactor(server): remove unused structure://project resource and MCP …

    …prompts
    
    - delete resource registration in src/code_index_mcp/server.py
    - remove ProjectManagementService.get_project_structure; drop unused json import
    - remove analyze_code, code_search, set_project prompts; drop unused mcp.types import
    johnhuang316 committed Sep 30, 2025
    Configuration menu
    Copy the full SHA
    24285ed View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. Configuration menu
    Copy the full SHA
    5da5c4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fc0d2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d96073 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05fdc8c View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2025

  1. Configuration menu
    Copy the full SHA
    98075ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efba963 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72bc96e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3699110 View commit details
    Browse the repository at this point in the history
Loading