Releases: senoldogann/LLM-Context-Manager
Releases · senoldogann/LLM-Context-Manager
Release list
v0.1.21
ci: drop macos x86_64 release build
v0.1.20
v0.1.19
v0.1.18
v0.1.17
v0.1.16
v0.1.10
v0.1.9
v0.1.8
v0.1.7 - Fix Context Path Normalization
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_ROOTin 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.shandnpxwrapper to support raw binary release assets (ccm-cli-aarch64-apple-darwin) instead of tarballs, fixing installation failures.
📦 Upgrading
- Run
npx @senoldogann/context-manager installto update your configuration. - Or download the latest binaries from the Releases page.