trim daemon-fix changelog entry under the 60-word cap
test / unit + widget + golden + a11y (push) Failing after 27s
test / integration_test (xvfb) (push) Has been skipped
test / bundle smoke (xvfb 5s) (push) Has been skipped
test / daemon subprocess + web WASM smoke (push) Has been skipped
test / dart doc (lib API) (push) Failing after 23s

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-05-22 15:42:05 +02:00
co-authored by Claude
parent d7c935977e
commit cec36ff173
+4 -7
View File
@@ -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