Releases: gitmem-dev/gitmem
Releases · gitmem-dev/gitmem
v1.1.2 — Repository Migration + OpenClaw
Changes
Changed
- Repository migration: Moved from
nTEG-dev/gitmemtogitmem-dev/gitmem. All references updated.
Added
- OpenClaw distribution: SKILL.md and listing materials for OpenClaw skill directory.
Full changelog: CHANGELOG.md
Install: npx gitmem-mcp init
v1.1.1 — Dead Dependency Cleanup
Changes
Removed
- Dead dependency
@huggingface/transformers: Massive package (ONNX runtime + model files) was declared as a runtime dependency but never imported anywhere. Shipped unused since initial release, bloating everynpx gitmem-mcpinstall.
Added
- CI dependency audit:
depchecknow runs in CI pipeline. Unused runtime dependencies will fail the build.
Full changelog: CHANGELOG.md
v1.1.0 — Cursor IDE Support + 488 New Tests
Highlights
- Cursor IDE support:
npx gitmem-mcp initauto-detects Cursor projects and generates Cursor-specific config - 34 new E2E tests + 454 new unit tests
- Independent validation: Cursor AI agent scored gitmem 88% (18.5/21) across 7 test scenarios
Changes
Added
- Cursor IDE auto-detection and config generation (
.cursor/mcp.json,.cursorrules,.cursor/hooks.json) - Cursor uninstall support (preserves user hooks and other MCP servers)
- Cursor clean room Docker testing
- 34 E2E tests for cross-client integration
- 454 unit tests for confirm-scars and recall thresholds
Fixed
- Confirm-scars rejection rate reduced
- Recall relevance threshold tuned to reduce noise
Full changelog: CHANGELOG.md
Install: npx gitmem-mcp init
v1.0.0 — First Public Release
🎉 First Public Release
GitMem is an MCP server that gives your AI coding agent persistent memory across sessions.
Added
- Hooks plugin bundled:
gitmem install-hooks/uninstall-hooksCLI commands - CLI
checkcommand:gitmem checkfor health diagnostics - 16 fresh-install E2E tests
- README rewrite: External-developer-facing docs
- CONTRIBUTING.md: Dev setup, testing tiers, and PR guidelines
- First public npm release
Install: npx gitmem-mcp init
Full changelog: CHANGELOG.md