From 46b61857ab23e91419d6291362d84272f211916d Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Wed, 11 Feb 2026 15:26:31 -0500 Subject: [PATCH] docs: update CHANGELOG.md for v10.0.2 Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b3b5b03..1983e039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ All notable changes to claude-mem. +## [v10.0.2] - 2026-02-11 + +## Bug Fixes + +- **Prevent daemon silent death from SIGHUP + unhandled errors** — Worker process could silently die when receiving SIGHUP signals or encountering unhandled errors, leaving hooks without a backend. Now properly handles these signals and prevents silent crashes. +- **Hook resilience and worker lifecycle improvements** — Comprehensive fixes for hook command error classification, addressing issues #957, #923, #984, #987, and #1042. Hooks now correctly distinguish between worker unavailability errors and other failures. +- **Clarify TypeError order dependency in error classifier** — Fixed error classification logic to properly handle TypeError ordering edge cases. + +## New Features + +- **Project-scoped statusline counter utility** — Added `statusline-counts.js` for tracking observation counts per project in the Claude Code status line. + +## Internal + +- Added test coverage for hook command error classification and process manager +- Worker service and MCP server lifecycle improvements +- Process manager enhancements for better cross-platform stability + +### Contributors +- @rodboev — Hook resilience and worker lifecycle fixes (PR #1056) + ## [v10.0.1] - 2026-02-11 ## What's Changed @@ -1494,15 +1515,3 @@ Set in ~/.claude-mem/settings.json: } ``` -## [v8.0.1] - 2025-12-23 - -## 🎨 UI Improvements - -- **Header Redesign**: Moved documentation and X (Twitter) links from settings modal to main header for better accessibility -- **Removed Product Hunt Badge**: Cleaned up header layout by removing the Product Hunt badge -- **Icon Reorganization**: Reordered header icons for improved UX flow (Docs → X → Discord → GitHub) - ---- - -🤖 Generated with [Claude Code](https://claude.com/claude-code) -