Skip to content

Releases: senoldogann/LLM-Context-Manager

v0.1.21

Choose a tag to compare

@github-actions github-actions released this 04 Feb 10:26
ci: drop macos x86_64 release build

v0.1.20

Choose a tag to compare

@github-actions github-actions released this 28 Jan 19:15

Full Changelog: v0.1.19...v0.1.20

v0.1.19

Choose a tag to compare

@github-actions github-actions released this 24 Jan 18:57

Full Changelog: v0.1.18...v0.1.19

v0.1.18

Choose a tag to compare

@github-actions github-actions released this 24 Jan 18:30

Full Changelog: v0.1.17...v0.1.18

v0.1.17

Choose a tag to compare

@github-actions github-actions released this 24 Jan 17:54

Full Changelog: v0.1.16...v0.1.17

v0.1.16

Choose a tag to compare

@github-actions github-actions released this 24 Jan 17:38

Full Changelog: v0.1.10...v0.1.16

v0.1.10

Choose a tag to compare

@github-actions github-actions released this 10 Jan 21:03

Full Changelog: v0.1.9...v0.1.10

v0.1.9

Choose a tag to compare

@github-actions github-actions released this 10 Jan 18:31

Full Changelog: v0.1.8...v0.1.9

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 10 Jan 01:25

Full Changelog: v0.1.7...v0.1.8

v0.1.7 - Fix Context Path Normalization

Choose a tag to compare

@senoldogann senoldogann released this 09 Jan 23:30

v0.1.7 - Zero-Config & Release Asset Fixes (2026-01-10)

This critical patch release improves ease of use and fixes installation issues.

🚀 Zero-Config Setup

  • Auto-Detect Project Root: The MCP server now automatically detects the project root from the current working directory. You no longer need to explicitly set CCM_PROJECT_ROOT in simple setups.

🛠️ Fixes

  • Path Normalization: Fixed "No context found" errors by normalizing absolute paths from the IDE to the relative format expected by the graph.
  • Install Command: Updated install.sh and npx wrapper to support raw binary release assets (ccm-cli-aarch64-apple-darwin) instead of tarballs, fixing installation failures.

📦 Upgrading

  • Run npx @senoldogann/context-manager install to update your configuration.
  • Or download the latest binaries from the Releases page.