You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- C# language parser with symbol extraction and relationship tracking
- File extensions: .cs, .csx, .cshtml auto-configured in codanna init
- Fuzzy search now handles missing character typos in full symbol names
- Dual fuzzy strategy: ngram tokens + whole word matching
- BREAKING: Tantivy schema name field changed from TEXT to STRING (requires reindex)
- Automatic reverse relationship creation for bidirectional navigation
- Fixed file ID counter race condition during batch operations
- Fixed Windows file locking with retry logic and error logging
- C# node_discovery.txt generation added to exploration tests
All tests passing (447 total)
BREAKING CHANGE: Requires full reindex with 'codanna index --force'
0 commit comments