From b003a43e73aaff825bf1a8a142c75e9c5482360f Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Tue, 9 Dec 2025 00:53:58 -0500 Subject: [PATCH] docs: update CHANGELOG.md for v7.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d2fc5c9..777ccd1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [7.0.1] - 2025-12-09 + +## Bug Fixes + +- **Hook Execution**: Ensure worker is running at the beginning of all hook files +- **Context Hook**: Replace waitForPort with ensureWorkerRunning for better error handling +- **Reliability**: Move ensureWorkerRunning to start of all hook functions to ensure worker is started before any logic executes + +## Technical Changes + +- context-hook.ts: Replace waitForPort logic with ensureWorkerRunning +- summary-hook.ts: Move ensureWorkerRunning before input validation +- new-hook.ts: Move ensureWorkerRunning before debug logging +- save-hook.ts: Move ensureWorkerRunning before SKIP_TOOLS check +- cleanup-hook.ts: Move ensureWorkerRunning before silentDebug calls + +This ensures more reliable worker startup and clearer error messages when the worker fails to start. + ## [7.0.0] - 2025-12-08 # Major Architectural Refactor