Skip to content

Commit 7375c11

Browse files
thedotmackclaude
andcommitted
docs: update CHANGELOG.md for v7.2.3
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 47cb403 commit 7375c11

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [7.2.3] - 2025-12-15
8+
9+
## Bug Fixes
10+
11+
- **Fix MCP server failures on plugin updates**: Add 2-second pre-restart delay in `ensureWorkerVersionMatches()` to give files time to sync before killing the old worker. This prevents the race condition where the worker restart happened too quickly after plugin file updates, causing "Worker service connection failed" errors.
12+
13+
## Changes
14+
15+
- Add `PRE_RESTART_SETTLE_DELAY` constant (2000ms) to `hook-constants.ts`
16+
- Add delay before `ProcessManager.restart()` call in `worker-utils.ts`
17+
- Fix pre-existing bug where `port` variable was undefined in error logging
18+
719
## [7.2.2] - 2025-12-15
820

921
## Changes

0 commit comments

Comments
 (0)