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

CodeWeaver 0.1.0-alpha.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Dec 00:36
· 240 commits to main since this release

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