Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 14:49

Bear.CTXPM v0.1.0

This is the first stable release of Bear.CTXPM, including the open protocol documentation and the reference ctxpm CLI.

Highlights

  • Introduces the Bear.CTXPM dependency / package model for managing AI resources in a project.
  • Ships the reference ctxpm CLI with init, add, install, list, validate, check-updates, update, and remove commands.
  • Adds cross-platform installer and release artifacts for macOS, Linux, and Windows.
  • Publishes stable releases with semantic version tags and keeps latest aligned with the newest stable release.

Installation

Install the latest stable CLI:

curl -fsSL https://raw.githubusercontent.com/gBearBest/Bear.CTXPM/main/cli/install.sh | sh -s -- --scope global --version latest

Pin this exact release:

curl -fsSL https://raw.githubusercontent.com/gBearBest/Bear.CTXPM/main/cli/install.sh | sh -s -- --scope global --version v0.1.0

Release assets

This release includes:

  • ctxpm archives for macOS (darwin/arm64, darwin/amd64)
  • ctxpm archives for Linux (linux/arm64, linux/amd64)
  • ctxpm.exe archive for Windows (windows/amd64)
  • checksums.txt for artifact verification

Full Changelog: https://github.com/gBearBest/Bear.CTXPM/commits/v0.1.0

Full Changelog: https://github.com/gBearBest/Bear.CTXPM/commits/v0.1.0

Full Changelog: https://github.com/gBearBest/Bear.CTXPM/commits/v0.1.0