v1.5.3-rc.0
Pre-release
Pre-release
·
19 commits
to main
since this release
ContextWeaver v1.5.3-rc.0 prerelease
Prerelease Changelog: ContextWeaver v1.5.3-rc.0
Highlights
- Homepage URL updated to contextweaver.work.
- Added
mcpNamefield for improved MCP registry verification.
No user-facing feature changes are included in this release candidate.
Risk Notes
- Low risk: this release candidate only contains internal metadata updates (version bump, homepage change, and registry field addition).
- Verify that the new
mcpNamedoes not break existing MCP registration flows. - Confirm the homepage URL redirects correctly in all embedded contexts.
Local Tarball Testing Instructions
- Download the tarball from the release artifacts or build locally.
- Extract and install:
tar -xzf contextweaver-1.5.3-rc.0.tar.gz cd contextweaver-1.5.3-rc.0 # Follow installation instructions in README
- Test core functionality:
- Ensure MCP registration completes without errors.
- Click the homepage link in the UI or CLI help to verify the new URL.
- Run the existing test suite:
make test - Report any issues in the repository’s issue tracker.
Local npm package
Download the attached tarball or workflow artifact, then install it locally:
npm install -g ./chiway-contextweaver-1.5.3-rc.0.tgzThis prerelease does not publish to npm.
Full Changelog: v1.5.3-beta.1...v1.5.3-rc.0