chore: bump version to 10.7.2

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Alex Newman
2026-04-04 19:22:50 -07:00
parent 29ef3f5603
commit b385570884
8 changed files with 235 additions and 296 deletions

View File

@@ -10,7 +10,7 @@
"plugins": [
{
"name": "claude-mem",
"version": "10.7.1",
"version": "10.7.2",
"source": "./plugin",
"description": "Persistent memory system for Claude Code - context compression across sessions"
}

View File

@@ -1,68 +1,5 @@
# Memory Context from Past Sessions
The following context is from claude-mem, a persistent memory system that tracks your coding sessions.
*No context yet. Complete your first session and context will appear here.*
# $CMEM claude-mem 2026-04-03 6:48pm PDT
Legend: 🎯session 🔴bugfix 🟣feature 🔄refactor ✅change 🔵discovery ⚖decision
Format: ID TIME TYPE TITLE
Fetch details: get_observations([IDs]) | Search: mem-search skill
Stats: 50 obs (18,868t read) | 401,168t work | 95% savings
### Apr 3, 2026
62994 1:47p 🔴 Merge Commit Finalized on thedotmack/npx-gemini-cli Branch
62995 1:48p 🔵 Worker Running but Health Endpoint Doesn't Accept POST
62996 " 🔵 Worker Health Endpoint Returns Detailed Status via GET
62997 1:49p 🔵 Worker Service Timeout and Shutdown Behavior in worker-service.ts
62998 " 🔵 claude-mem Hook Architecture Defined in plugin/hooks/hooks.json
62999 " 🔵 Session Idle Timeout Architecture: Two-Tier System in claude-mem
63000 " 🔵 Orphan Reaper Runs Every 30 Seconds; Sessions Orphaned After 6 Hours
63001 1:51p 🔵 POST /api/sessions/complete Removes Sessions from Active Map to Unblock Orphan Reaper
63002 1:52p 🔵 Stop Hook Summarize Flow: Extracts Last Assistant Message from Transcript
63004 " 🔵 POST /api/sessions/summarize: Privacy Check Before Queuing SDK Agent
63005 " 🔵 SessionManager.deleteSession Verifies Subprocess Exit to Prevent Zombies
63007 " 🔵 deleteSession: 4-Step Teardown with Generator and Subprocess Timeouts
63008 1:53p 🔵 Queue Depth Always Read from Database; Generator Restarts Capped at 3
63009 " 🔴 Fixed Lost Summaries: session-complete Now Waits for Pending Work Before Deleting Session
63010 1:54p 🔴 SessionEnd Hook Timeout Increased to 180s
63014 2:00p 🔵 claude-mem Hook Architecture and Exit Code System
63015 2:01p 🔵 SessionEnd Hook Has a 1.5s Default Timeout Controlled by Environment Variable
63016 2:02p 🔴 Stop Hook Now Owns Full Session Lifecycle: Summarize → Poll → Complete
63017 " 🔵 Missing /api/sessions/status Route — Only DB-ID Variant Exists
63018 2:03p 🔴 Added /api/sessions/status Route Registration to SessionRoutes
63020 " 🟣 Added handleStatusByClaudeId Handler for GET /api/sessions/status
63022 " 🔄 Removed Pending-Work Polling from /api/sessions/complete — Moved to Stop Hook
63024 " 🔄 SessionEnd Hook Reverted to Fast Fire-and-Forget (2s Timeout)
63026 2:04p 🔵 claude-mem hooks.json Full Hook Lifecycle Configuration
63027 2:05p ✅ Push to Pull Request
63028 " 🔵 Pre-Push State: claude-mem Repository Changes
63029 " 🔴 Fix Lost Summaries: Move Summary Wait into Stop Hook
63035 2:11p ✅ Testing Plan Created for tmux-cli npx Installation Flows
63036 2:12p 🔵 claude-mem Supports 13 npx Installation Flows Across IDE Integrations
63037 " 🔵 Detailed Integration Strategies for All 13 claude-mem npx Installation Flows
63038 2:13p ✅ NPX Install Flow Test Plan Document Created
63039 " ✅ 12 TODO Tasks Created for npx Install Flow Testing
63040 2:19p 🟣 Comprehensive Test Suite Requested for Claude-Mem CLI
63041 2:20p 🔵 NPX Install Flow Test Plan Exists for 12 IDE Integrations
63042 " 🟣 Phase 2 E2E Runtime Testing Added to NPX Install Test Plan
63043 " ✅ Test Tasks Updated with Phase 2 E2E Runtime Steps for 5 IDE Flows
63044 " ✅ All Remaining Test Tasks (612) Updated with Phase 2 E2E Runtime Steps
63079 6:31p ⚖️ Test Execution via Subagents Using /do Command
63080 6:32p 🔵 IDE Auto-Detection Module in claude-mem
63081 " 🔵 Install Command Architecture with Multi-IDE Dispatch
63082 " 🔵 MCP Integrations Module for 6 IDEs
63083 " 🔵 Cursor, Windsurf, and Gemini CLI Hook-Based Integrations
63084 " 🔵 OpenCode, OpenClaw, and Codex CLI Installers
63085 6:33p 🔵 tmux-cli Available for Automated Testing
63086 " 🔵 NPX Install Flow Test Plan — 12 IDE Flows
63087 6:34p 🟣 Detailed Test Execution Plan Created for NPX Install Flows
63103 6:47p 🔵 NPX Install Fails for Windsurf IDE with Missing rxjs Dependency
63104 " 🔵 Windsurf Install Failure Was a Dependency Ordering Race
63105 " 🟣 claude-mem Gemini CLI Integration: 8 Hooks Registered
63106 " 🟣 claude-mem OpenCode Integration: Plugin File + AGENTS.md Context
Access 401k tokens of past work via get_observations([IDs]) or mem-search skill.
---
*Auto-updated by claude-mem after each session. Use MCP search tools for detailed queries.*
Use claude-mem's MCP search tools for manual memory queries.

View File

@@ -1,6 +1,6 @@
{
"name": "claude-mem",
"version": "10.7.1",
"version": "10.7.2",
"description": "Memory compression system for Claude Code - persist context across sessions",
"keywords": [
"claude",

View File

@@ -1,6 +1,6 @@
{
"name": "claude-mem",
"version": "10.7.1",
"version": "10.7.2",
"description": "Persistent memory system for Claude Code - seamlessly preserve context across sessions",
"author": {
"name": "Alex Newman"

View File

@@ -1,6 +1,6 @@
{
"name": "claude-mem-plugin",
"version": "10.7.1",
"version": "10.7.2",
"private": true,
"description": "Runtime dependencies for claude-mem bundled hooks",
"type": "module",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long