Skip to content

Releases: fxjs/cbm-tool

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 22 Jul 02:09

Unofficial community tool. cbm-tool is an independent community wrapper for codebase-memory-mcp. It is not maintained, endorsed, or supported by DeusData / the upstream codebase-memory-mcp project.

What's in this release

  • cbm — Linux / macOS Bash entrypoint
  • cbm.ps1 — Windows PowerShell entrypoint (UTF-8 BOM; prefers npm .cmd shim)
  • install/install.sh — Linux / macOS installer (supports curl ... | bash one-liner)
  • install/install.ps1 — Windows PowerShell installer (supports irm ... | iex)
  • install/install.cmd — Windows CMD installer (supports CMD one-liner)
  • share/cbm/rules/codebase-memory.md — default rule template
  • SHA256SUMS — SHA-256 checksum manifest for all assets
  • cbm.sha256, cbm.ps1.sha256 — per-asset checksums

One-liners

Linux / macOS:

curl -fsSL https://github.com/fxjs/cbm-tool/releases/latest/download/install.sh | bash

Windows PowerShell:

irm https://github.com/fxjs/cbm-tool/releases/latest/download/install.ps1 | iex

Windows CMD:

curl -fsSL -o %TEMP%\cbm-install.cmd https://github.com/fxjs/cbm-tool/releases/latest/download/install.cmd && %TEMP%\cbm-install.cmd

Updater notes

  • cbm update self downloads the latest cbm-tool release asset and verifies its SHA-256 checksum before replacing the installed script.
  • cbm update codebase-memory-mcp runs the official upstream updater and is separate from cbm-tool's own update mechanism.

Verify downloads

sha256sum -c SHA256SUMS

On Windows:

Get-FileHash -Path cbm.ps1 -Algorithm SHA256

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 21 Jul 10:26

Unofficial community tool. cbm-tool is an independent community wrapper for codebase-memory-mcp. It is not maintained, endorsed, or supported by DeusData / the upstream codebase-memory-mcp project.

What's in this release

  • cbm — Linux / macOS Bash entrypoint
  • cbm.ps1 — Windows PowerShell entrypoint
  • install/install.sh — Linux / macOS installer (supports curl ... | bash one-liner)
  • install/install.ps1 — Windows installer (supports irm ... | iex one-liner)
  • share/cbm/rules/codebase-memory.md — default rule template
  • SHA256SUMS — SHA-256 checksum manifest for all assets
  • cbm.sha256, cbm.ps1.sha256 — per-asset checksums

One-liners

Linux / macOS:

curl -fsSL https://github.com/fxjs/cbm-tool/releases/latest/download/install.sh | bash

Windows:

irm https://github.com/fxjs/cbm-tool/releases/latest/download/install.ps1 | iex

Updater notes

  • cbm update self downloads the latest cbm-tool release asset and verifies its SHA-256 checksum before replacing the installed script.
  • cbm update codebase-memory-mcp runs the official upstream updater and is separate from cbm-tool's own update mechanism.

Verify downloads

sha256sum -c SHA256SUMS

On Windows:

Get-FileHash -Path cbm.ps1 -Algorithm SHA256

v1.0.1

Choose a tag to compare

@fxjs fxjs released this 20 Jul 01:50

Unofficial community tool. cbm-tool is an independent community wrapper for codebase-memory-mcp. It is not maintained, endorsed, or supported by DeusData / the upstream codebase-memory-mcp project.

What's in this release

  • cbm — Linux / macOS Bash entrypoint
  • cbm.ps1 — Windows PowerShell entrypoint
  • install/install.sh — Linux / macOS installer
  • install/install.ps1 — Windows installer
  • share/cbm/rules/codebase-memory.md — default rule template
  • SHA256SUMS — SHA-256 checksum manifest for all assets
  • cbm.sha256, cbm.ps1.sha256 — per-asset checksums

Updater notes

  • cbm update self downloads the latest cbm-tool release asset and verifies its SHA-256 checksum before replacing the installed script.
  • cbm update codebase-memory-mcp runs the official upstream updater and is separate from cbm-tool's own update mechanism.

Verify downloads

sha256sum -c SHA256SUMS

On Windows:

Get-FileHash -Path cbm.ps1 -Algorithm SHA256

v1.0.0

Choose a tag to compare

@fxjs fxjs released this 18 Jul 05:43