Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Releases: knitli/codeweaver

CodeWeaver 0.1.2

Choose a tag to compare

@github-actions github-actions released this 16 Apr 13:13

What's Changed

[0.1.2] - 2026-04-16

Installation

Install from PyPI:

pip install code-weaver

Or 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.1...v0.1.2

CodeWeaver refs/heads/main

Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Apr 03:52
4dc7aa1

What's Changed

[refs/heads/main] - 2026-05-16

Documentation

  • Docs: update docs
  • Docs(changelog): prepend v0.1.2 [skip ci]
  • Docs(api): Remove API pages that do not have useful API surface, rebuild remaining docs

Features

  • Feat(doc): docs launched!

Other Changes

  • 🛡️ Sentinel: [HIGH] Remove unused vulnerable import function (#340)

Installation

This is a pre-release version. Install with:

pip install --pre code-weaver
# Or specific version:
pip install code-weaver==refs/heads/main

Or 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.1...vrefs/heads/main

CodeWeaver 0.1.1

Choose a tag to compare

@github-actions github-actions released this 07 Apr 03:01

What's Changed

[0.1.0] - 2026-04-06

Bug Fixes- fix: remove null include key in _reusable-test.yml matrix strategy; add pkl to mise.toml (#298)

Other Changes- Prepare for v0.1.0 release with versioning updates (#296)

Installation

Install from PyPI:

pip install code-weaver

Or 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.5...v0.1.1

CodeWeaver 0.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Apr 17:21

What's Changed

[0.1.0] - 2026-04-06

CodeWeaver v0.1.0 — First stable release

Extensible MCP server for semantic code search, graduating from
5 alpha releases and 316 commits of hardening.

Highlights:

  • Single find_code tool interface for intelligent codebase context
  • 20+ embedding providers (Voyage, OpenAI, Cohere, Bedrock, local)
  • Qdrant vector store with in-memory and server modes
  • AST-based semantic chunking for 20+ languages, delimiter
    chunking for 150+
  • Background daemon with file watching for incremental indexing with intelligent backup
  • FastMCP v3 with stdio and HTTP transports
  • Claude Code plugin distribution
  • Guided first-run onboarding
  • full docs site (docs.knitli.com/codeweaver) (coming in next few days)

What changed since the alphas:

  • 29 features, 121 fixes, 19 performance optimizations, 33 test improvements
  • Complete rewrite to type-safe DI-native architecture
  • Complete rewrite of test fixtures to use DI
  • Doubled number of tests
  • Migrated from FastMCP v2 to v3
  • AST-based hashing for semantic file change detection
  • Validated normalization of all semantic nodes across 26 supported languages; 160+ coming soon
  • Custom delimiter loading with override support
  • Security fixes: removed eval() in DI, replaced pickle with JSON cache
  • Comprehensive CI across Python 3.12–3.14
  • 3.13T (free-threaded python) working for most users/environments; file issues if unstable
  • 3.14T not available due to upstream dependencies requiring updates

Pre-1.0: API may still change. Planned for upcoming releases:
context agent orchestration, pydantic-graph pipelines, and
expanded provider ecosystem.

https://pypi.org/project/code-weaver/0.1.0/

Installation

Install from PyPI:

pip install code-weaver

Or 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

What's Changed

Read more

CodeWeaver 0.1.0-alpha.5

Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Dec 02:54

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.5

Or 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

Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Dec 05:03

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.4

Or 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

Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Dec 00:36

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.3

Or 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

Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Dec 03:57
8482d65

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.2

Or 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

Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Nov 18:40

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.1

Or 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