Skip to content

v1.5.3-rc.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Jun 08:15
· 19 commits to main since this release
v1.5.3-rc.0
6e50714

ContextWeaver v1.5.3-rc.0 prerelease

Prerelease Changelog: ContextWeaver v1.5.3-rc.0

Highlights

  • Homepage URL updated to contextweaver.work.
  • Added mcpName field 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 mcpName does not break existing MCP registration flows.
  • Confirm the homepage URL redirects correctly in all embedded contexts.

Local Tarball Testing Instructions

  1. Download the tarball from the release artifacts or build locally.
  2. 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
  3. Test core functionality:
    • Ensure MCP registration completes without errors.
    • Click the homepage link in the UI or CLI help to verify the new URL.
  4. Run the existing test suite:
    make test
  5. 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.tgz

This prerelease does not publish to npm.

Full Changelog: v1.5.3-beta.1...v1.5.3-rc.0