Skip to content

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 10 Jul 09:41

Bear.CTXPM v0.1.4

This release adds first-class memory resource management to ctxpm and aligns the stable installation guidance around the rolling latest channel.

Highlights

  • Added memory as a supported ctxpm resource type across init, detect, install, migrate, and validation flows.
  • Introduced CLI engine support for memory-oriented workflows, including search, suggest, capture, and prune operations.
  • Updated the bundled ctxpm skill, templates, and multilingual docs so memory resources and managed entrypoints are documented consistently.
  • Pointed installation examples at latest to keep stable-install guidance consistent while still supporting explicit version pinning.

Compatibility Notes

  • Repositories can now declare and manage memory resources in ctxpm.yaml alongside existing resource types.
  • Projects that adopt memory resources may see managed entrypoints and manifest content refreshed during init, install, update, or migrate flows.
  • Stable installs still support explicit pinning with --version v0.1.4 when you want a fixed release.

Installation

Install the latest stable release:

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

Pin this release explicitly:

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

Release Assets

  • macOS: darwin/arm64, darwin/amd64
  • Linux: linux/arm64, linux/amd64
  • Windows: windows/amd64
  • checksums.txt for asset verification

Full Changelog: v0.1.3...v0.1.4