-
Notifications
You must be signed in to change notification settings - Fork 10
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.25
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: kapillamba4/code-memory
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.27
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 12 files changed
- 2 contributors
Commits on Mar 2, 2026
-
Fix multiple indexer, search, and DB bugs
- Fix crash in _invalidate_index due to DELETE after DROP - Lazy load embedding model in get_db to improve performance - Fix nested symbol parent_idx mapping and duplicate child symbols in parser.py - Sanitize FTS5 MATCH queries to prevent SQL injection in queries.py - Support .gitignore rules when indexing documentation in doc_parser.py - Fix embedding offset alignment in parallel batch embedding processing - Defer SELECT COUNT checks during search until absolutely necessary - Fix line number token mapping in documentation chunks - Handle PyTorch optional dependency correctly in index stats - Fix NotRequired and TypedDict imports for Python 3.10 compatibility
Configuration menu - View commit details
-
Copy full SHA for 6bb08db - Browse repository at this point
Copy the full SHA 6bb08dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9b206b - Browse repository at this point
Copy the full SHA f9b206bView commit details -
Fix search quality issues: task_type, score normalization, FTS5 recal…
…l, search_docs - parser.py: Use code2code task_type when indexing code symbols (was nl2code, causing embedding subspace mismatch with nl2code query vectors) - doc_parser.py: Use code2code for docstrings, nl2code for markdown chunks - queries.py: Normalize RRF scores from ~0.01-0.03 range to 0-100 scale; remove arbitrary 0.7 cap on single-source confidence; fix default score 0.5 -> 0.0 in discover_topic to avoid ranking pollution - validation.py: Rewrite FTS5 sanitizer to strip special chars from tokens instead of wrapping query in quotes (which forced phrase-match and killed BM25 recall for multi-word natural language queries) - server.py: Fix completely broken search_docs tool - restore missing queries.search_documentation() call and response construction (was crashing with NameError on every invocation) - tests/test_validation.py: Update FTS sanitizer test to match new behavior NOTE: Existing index must be rebuilt (re-run index_codebase) for the embedding task_type fix to take effect on stored vectors.
Configuration menu - View commit details
-
Copy full SHA for a9c0b0b - Browse repository at this point
Copy the full SHA a9c0b0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b18b936 - Browse repository at this point
Copy the full SHA b18b936View commit details -
Make line numbers optional in DocSearchResult, remove git follow flag
- Change line_start/line_end to int | None for flexibility - Remove follow=True from get_file_history due to git rev-list compatibility issues Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 0f5c16b - Browse repository at this point
Copy the full SHA 0f5c16bView commit details -
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 6098bbe - Browse repository at this point
Copy the full SHA 6098bbeView commit details -
Fix lint errors and bump version to 1.0.27
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for cbca379 - Browse repository at this point
Copy the full SHA cbca379View commit details
Loading
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 v1.0.25...1.0.27