Releases: knitli/codeweaver
CodeWeaver 0.1.0-alpha.5
What's Changed
[0.1.0-alpha.5] - 2025-12-04
Bug Fixes- fix: copilot-oom errors and qdrant healthcheck failures in ci (#192)- feat: implement automatic embedding reconciliation in indexer, add related tests, fix issue preventing sparse embedding storage (#188)
Other Changes- Feat: Initial docs implementation with Starlight -- Proof of Concept (#193)- Fix test failures: HealthService parameter name and test assertion corrections (#190)- fix: health endpoint uptime, sparse provider detection, exception handling, vector normalization (#189)- feat: Add verbose and debug flags to CLI commands (#187)
Installation
This is a pre-release version. Install with:
pip install --pre code-weaver
# Or specific version:
pip install code-weaver==0.1.0-alpha.5Or download the wheel/source distribution from the assets below.
Verification
All release artifacts are built from source and include:
- 📦 Wheel distribution (.whl)
- 📦 Source distribution (.tar.gz)
Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5
CodeWeaver 0.1.0-alpha.4
What's Changed
[0.1.0-alpha.4] - 2025-12-03
Installation
This is a pre-release version. Install with:
pip install --pre code-weaver
# Or specific version:
pip install code-weaver==0.1.0-alpha.4Or download the wheel/source distribution from the assets below.
Verification
All release artifacts are built from source and include:
- 📦 Wheel distribution (.whl)
- 📦 Source distribution (.tar.gz)
Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4
CodeWeaver 0.1.0-alpha.3
What's Changed
[0.1.0-alpha.3] - 2025-12-02
Bug Fixes- fix: resolve critical relative path issues in packaged build
Approved. There are two failing tests from other work; will be resolved in other commits. (#185)
Other Changes- feat: default stdio transport; add background daemon and daemon persistence, improve test coverage
PR Approved. server.json issue will be addressed in another PR; CLA failure is a known issue getting addressed in that repo (knitli/.github) (#184)
Installation
This is a pre-release version. Install with:
pip install --pre code-weaver
# Or specific version:
pip install code-weaver==0.1.0-alpha.3Or download the wheel/source distribution from the assets below.
Verification
All release artifacts are built from source and include:
- 📦 Wheel distribution (.whl)
- 📦 Source distribution (.tar.gz)
Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3
CodeWeaver 0.1.0-alpha.2
What's Changed
[0.1.0-alpha.2] - 2025-12-02
Bug Fixes- fix: replace unsupported 'find' filter in git-cliff template (#183)- Verify sparse-only vector search fix (ISSUE-001) (#176)- Fix Docker Compose CI test failures - correct Qdrant health endpoint (#178)- chore: Add plans for server separation of services refactor to enable… (#179)- Add REUSE.toml for third-party licensing, fix mislabeled vendored files (#171)- Fix IndexingStats computed_field usage and CodeWeaverState fixture initialization (#170)
Features- Refactor server architecture to separate concerns and enable stdio transport (#172)
Other Changes- feat: add automated changelog generation with git-cliff (#180)
Refactoring- Fix MCP server refactor: add ServerSetup, app_bindings, fix broken imports (#169)
Installation
This is a pre-release version. Install with:
pip install --pre code-weaver
# Or specific version:
pip install code-weaver==0.1.0-alpha.2Or download the wheel/source distribution from the assets below.
Verification
All release artifacts are built from source and include:
- 📦 Wheel distribution (.whl)
- 📦 Source distribution (.tar.gz)
Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2
CodeWeaver 0.1.0-alpha.1
What's Changed
- Initial alpha release
Installation
This is a pre-release version. Install with:
pip install --pre codeweaver
# Or specific version:
pip install code-weaver==0.1.0-alpha.1Or download the wheel/source distribution from the assets below.
Verification
All release artifacts are built from source and include:
- 📦 Wheel distribution (.whl)
- 📦 Source distribution (.tar.gz)
Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.1