diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 44ca63c5..ec6da6ac 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -8,7 +8,7 @@ "name": "memesh", "source": "./", "description": "MeMesh — agentic memory for coding agents. Captured from the agent's real work via hooks, recalled when it acts. One SQLite file, zero cloud required.", - "version": "4.6.2", + "version": "4.7.0", "author": { "name": "PCIRCLE AI" }, diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index f6a5588a..a22b5273 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -4,7 +4,7 @@ "author": { "name": "PCIRCLE AI" }, - "version": "4.6.2", + "version": "4.7.0", "homepage": "https://github.com/PCIRCLE-AI/memesh", "repository": "https://github.com/PCIRCLE-AI/memesh", "license": "MIT", diff --git a/CHANGELOG.md b/CHANGELOG.md index facafb5b..f993ca34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to MeMesh are documented here. -## [Unreleased] +## [4.7.0] — 2026-08-24 ### Removed diff --git a/dist/skills-manifest.json b/dist/skills-manifest.json index 9dcaa984..61b8af1f 100644 --- a/dist/skills-manifest.json +++ b/dist/skills-manifest.json @@ -3,7 +3,7 @@ "entries": [ { "path": ".claude-plugin/plugin.json", - "sha256": "c3476257c0f29f71e65215f06adb86f64cc5e7832e3b6c58859b4bd03bec1cd3", + "sha256": "415d337a4df08d3a8ce9e3a28f0d342fca195fe1fd44b7b7db0fd8909164f0aa", "bytes": 524 }, { diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md index 347c4fdf..098f3b0f 100644 --- a/docs/ARCHITECTURE.md +++ b/docs/ARCHITECTURE.md @@ -1,6 +1,6 @@ # MeMesh Plugin Architecture -**Version**: 4.6.2 +**Version**: 4.7.0 > Looking for "which file do I change for X?" — see [CODEMAP.md](../CODEMAP.md). diff --git a/docs/api/API_REFERENCE.md b/docs/api/API_REFERENCE.md index 689821ad..a1abee7a 100644 --- a/docs/api/API_REFERENCE.md +++ b/docs/api/API_REFERENCE.md @@ -1,7 +1,7 @@ # MeMesh Plugin -- API Reference **Protocol**: Model Context Protocol (MCP) over stdio -**Version**: 4.6.2 +**Version**: 4.7.0 **Compatibility**: Works with Claude Code plugins, Claude Managed Agents (via MCP connector), and any MCP-compatible client. **Native Integrations**: Beyond MCP, MeMesh integrates as a native memory provider for Hermes Agent (Python `MemoryProvider` plugin) and OpenClaw (TypeScript memory-capability plugin) — same tier as their built-in backends, not HTTP bridges. See [docs/platforms/](../platforms/) for platform-specific guides. diff --git a/package-lock.json b/package-lock.json index e5034035..8a1f1eeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pcircle/memesh", - "version": "4.6.2", + "version": "4.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pcircle/memesh", - "version": "4.6.2", + "version": "4.7.0", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", diff --git a/package.json b/package.json index 26345bd7..47c220f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pcircle/memesh", - "version": "4.6.2", + "version": "4.7.0", "description": "MeMesh \u2014 agentic memory for coding agents. Captured from the agent's real work via hooks, recalled when it acts. One SQLite file, zero cloud required.", "main": "dist/index.js", "type": "module",