Skip to content

Releases: AkashKobal/contextmemory

ContextMemory v0.5.0 — Initial Public Release

20 Feb 14:46
bc6d857

Choose a tag to compare

🚀 Release: ContextMemory v0.5.0

Tag: v0.5.0
Title: ContextMemory v0.5.0 — Initial Public Release


🧠 ContextMemory v0.5.0

Initial public release of ContextMemory — a CLI tool that persists and restores AI coding context across sessions, editors, and teams.

Git tracks your code history. ContextMemory tracks your intent history.


✨ Features

  • Save AI coding context locally
  • Restore context instantly
  • Works with ChatGPT, Cursor, Claude, and Copilot
  • CLI-based workflow
  • MCP server support
  • Git-aware context tracking
  • Context history management
  • Team handoff support

📦 Installation

Install globally from npm:

npm install -g @akashkobal/contextmemory

Verify installation:

contextmemory --help

⚡ Core Commands

Initialize project:

contextmemory init

Save context:

contextmemory save

Quick save:

contextmemory save "Implemented feature"

Resume context:

contextmemory resume

View history:

contextmemory log

Show git diff summary:

contextmemory diff

🔌 MCP Integration

Add to MCP configuration:

{
  "mcpServers": {
    "contextmemory": {
      "command": "npx",
      "args": ["-y", "@akashkobal/contextmemory", "mcp"]
    }
  }
}

🏗 Supported Environments

  • Spring Boot
  • Node.js
  • React
  • TypeScript
  • Python
  • Microservices
  • Monorepos

AI Tools:

  • ChatGPT
  • Cursor
  • Claude
  • Copilot
  • Windsurf

📁 Package

npm:
https://www.npmjs.com/package/@akashkobal/contextmemory


🏷 Versioning Strategy

Semantic Versioning:

  • v0.5.1 → Bug fixes
  • v0.6.0 → New features
  • v1.0.0 → Stable production release

📦 Optional: Attach Build Artifact

Generate tarball:

npm pack

Upload generated:

akashkobal-contextmemory-0.5.0.tgz

to GitHub release assets.


👨‍💻 Author

Akash Kobal
GitHub: https://github.com/AkashKobal