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.1.1
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: v2.1.2
Choose a head ref
  • 2 commits
  • 13 files changed
  • 1 contributor

Commits on Aug 18, 2025

  1. Configuration menu
    Copy the full SHA
    18eea24 View commit details
    Browse the repository at this point in the history
  2. Enhance SCIPSymbolAnalyzer with external symbol import extraction

    - Updated _organize_results to include scip_index for external symbol extraction.
    - Added _extract_imports_from_external_symbols method to handle imports from SCIP index.
    - Implemented framework name extraction from symbol strings.
    - Classified external symbols into standard_library and third_party categories.
    - Removed obsolete inspect_doc_symbols.py script.
    - Updated version of code-index-mcp to 2.1.2 and added libclang dependency.
    - Removed tree-sitter-c dependency from the project.
    johnhuang316 committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    596fdf8 View commit details
    Browse the repository at this point in the history
Loading