Releases: AkashKobal/contextmemory
Releases · AkashKobal/contextmemory
ContextMemory v0.5.0 — Initial Public Release
🚀 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/contextmemoryVerify installation:
contextmemory --help⚡ Core Commands
Initialize project:
contextmemory initSave context:
contextmemory saveQuick save:
contextmemory save "Implemented feature"Resume context:
contextmemory resumeView history:
contextmemory logShow 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 packUpload generated:
akashkobal-contextmemory-0.5.0.tgz
to GitHub release assets.
👨💻 Author
Akash Kobal
GitHub: https://github.com/AkashKobal