From cec36ff1737fca3ae162b22afc4273c0a570dd41 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Fri, 22 May 2026 15:42:05 +0200 Subject: [PATCH] trim daemon-fix changelog entry under the 60-word cap Co-Authored-By: Claude --- CHANGELOG.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e2573f3..93667378 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -92,13 +92,10 @@ heading, and (b) bumping `pubspec.yaml` `version:` in the same commit. ### Fixed -- Daemon not connected on startup — the socket-loopback `DaemonClient` - raced the UI: panels queried before the socket finished connecting - and cached a "daemon not connected" error, and the Claude pane's - spawn gate tripped. Requests now wait briefly for the in-flight - connection instead of failing instantly, the server is no longer - needlessly restarted when the opened project matches the launch - workspace, and the client connects once instead of twice. +- Daemon-not-connected on startup — panels and the Claude pane raced + the socket loopback. Requests now wait briefly for an in-flight + connection, the server isn't restarted for the same workspace, and + the client connects once instead of twice. ### Security