Skip to content

Releases: gitmem-dev/gitmem

v1.1.2 — Repository Migration + OpenClaw

18 Feb 19:41

Choose a tag to compare

Changes

Changed

  • Repository migration: Moved from nTEG-dev/gitmem to gitmem-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

18 Feb 19:42

Choose a tag to compare

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 every npx gitmem-mcp install.

Added

  • CI dependency audit: depcheck now runs in CI pipeline. Unused runtime dependencies will fail the build.

Full changelog: CHANGELOG.md

v1.1.0 — Cursor IDE Support + 488 New Tests

18 Feb 19:42

Choose a tag to compare

Highlights

  • Cursor IDE support: npx gitmem-mcp init auto-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

18 Feb 19:42

Choose a tag to compare

🎉 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-hooks CLI commands
  • CLI check command: gitmem check for 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