From cf1c966409ca1a68faba46fc448c676e4706f265 Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Sun, 16 Nov 2025 22:39:06 -0500 Subject: [PATCH] chore: Bump version to 6.0.5 Automatic cleanup of orphaned MCP server processes on worker startup Removed manual cleanup notice from session context Self-healing maintenance on every worker restart Generated with Claude Code --- .claude-plugin/marketplace.json | 2 +- CLAUDE.md | 2 +- package.json | 2 +- plugin/.claude-plugin/plugin.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index a54d6211..2de9ecd6 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -10,7 +10,7 @@ "plugins": [ { "name": "claude-mem", - "version": "6.0.4", + "version": "6.0.5", "source": "./plugin", "description": "Persistent memory system for Claude Code - context compression across sessions" } diff --git a/CLAUDE.md b/CLAUDE.md index a7c49d95..ea6f57f8 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -6,7 +6,7 @@ Claude-mem is a Claude Code plugin providing persistent memory across sessions. **Your Role**: You are working on the plugin itself. When users interact with Claude Code with this plugin installed, your observations get captured and become their persistent memory. -**Current Version**: 6.0.4 +**Current Version**: 6.0.5 ## IMPORTANT: Skills Are Auto-Invoked diff --git a/package.json b/package.json index 9e39545d..0f3de46d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claude-mem", - "version": "6.0.4", + "version": "6.0.5", "description": "Memory compression system for Claude Code - persist context across sessions", "keywords": [ "claude", diff --git a/plugin/.claude-plugin/plugin.json b/plugin/.claude-plugin/plugin.json index 7d132280..f0b3ba09 100644 --- a/plugin/.claude-plugin/plugin.json +++ b/plugin/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "claude-mem", - "version": "6.0.4", + "version": "6.0.5", "description": "Persistent memory system for Claude Code - seamlessly preserve context across sessions", "author": { "name": "Alex Newman"