Skip to content

Tags: coditect-ai/codanna

Tags

v0.9.10

Toggle v0.9.10's commit message

Verified

This tag was signed with the committer’s verified signature.
bartolli Angel Bartolli
Release v0.9.10

v0.9.0

Toggle v0.9.0's commit message

Verified

This tag was signed with the committer’s verified signature.
bartolli Angel Bartolli
Release v0.9.0

Parallel Indexing Pipeline

- 5-stage parallel pipeline architecture
- EmbeddingPool for parallel embedding generation
- Progress bars with dual bar support
- Pipeline metrics and bottleneck detection
- GPU execution provider feature flags
- Incremental change detection with mtime fast path
- Install scripts for curl-based installation
- IndexFacade unified interface

- Replaced SimpleIndexer with IndexFacade
- Consolidated thread settings into single parallelism value
- Release workflow: 8 builds to 4 builds (removed slim variants)

- SimpleIndexer (6000+ lines)
- SymbolCache
- Slim build variants

- Multi-directory symbol ID collisions
- Pipeline metrics logging race

v0.8.9

Toggle v0.8.9's commit message

Verified

This tag was signed with the committer’s verified signature.
bartolli Angel Bartolli
Release v0.8.9

v0.8.8

Toggle v0.8.8's commit message

Verified

This tag was signed with the committer’s verified signature.
bartolli Angel Bartolli
Release v0.8.8

v0.8.7

Toggle v0.8.7's commit message

Verified

This tag was signed with the committer’s verified signature.
bartolli Angel Bartolli
Release v0.8.7

Custom MCP Protocol Extensions:
- Custom requests: index-stats, force-reindex
- Custom notifications: file-reindexed, file-deleted, index-reloaded
- HotReloadWatcher for external index changes
- Cleaner watcher architecture

v0.8.6

Toggle v0.8.6's commit message

Verified

This tag was signed with the committer’s verified signature.
bartolli Angel Bartolli
Release v0.8.6

v0.8.5

Toggle v0.8.5's commit message

Verified

This tag was signed with the committer’s verified signature.
bartolli Angel Bartolli
Release v0.8.5

v0.8.4

Toggle v0.8.4's commit message

Verified

This tag was signed with the committer’s verified signature.
bartolli Angel Bartolli
Release v0.8.4

v0.8.3

Toggle v0.8.3's commit message

Verified

This tag was signed with the committer’s verified signature.
bartolli Angel Bartolli
Release v0.8.3

v0.8.2

Toggle v0.8.2's commit message

Verified

This tag was signed with the committer’s verified signature.
bartolli Angel Bartolli
Release v0.8.2

JavaScript language support with jsconfig.json resolution.

Added:
- JavaScript parser with class, function, method extraction
- jsconfig.json path alias resolution
- Inheritance resolution for extends/extended_by relationships
- Example projects (React, Next.js, vanilla)
- Project resolution documentation

Fixed:
- Module path normalization for .js extensions