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: kapillamba4/code-memory
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.29
Choose a base ref
...
head repository: kapillamba4/code-memory
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.30
Choose a head ref
  • 1 commit
  • 6 files changed
  • 2 contributors

Commits on May 10, 2026

  1. Add find_dead_code MCP tool (#7)

    * Add find_dead_code MCP tool
    
    Flags functions, methods, and classes with no references outside their own
    body. Each candidate is scored with a confidence in [0.0, 0.99] and a list of
    human-readable reasons covering privacy, name-share count, language-specific
    caveats, re-export filenames, and decorators. Excludes Python dunders,
    'main', anonymous symbols, and test files (opt in via include_tests=True).
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
    
    * Bump version to 1.0.30
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
    
    ---------
    
    Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
    kapillamba4 and claude authored May 10, 2026
    Configuration menu
    Copy the full SHA
    a34cf88 View commit details
    Browse the repository at this point in the history
Loading