Skip to content

fix(exec): name the daemon failure seen while reattaching - #323

Merged
ScriptedAlchemy merged 4 commits into
masterfrom
fix/exec-reconnect-error
Sep 26, 2026
Merged

ScriptedAlchemy merged 4 commits into
masterfrom
fix/exec-reconnect-error

Conversation

@ScriptedAlchemy

Copy link
Copy Markdown
Owner

Why

A foreground exec that lost its daemon during a restart printed daemon startup failed: ConnectionClosed: with an empty message. The client was reattaching, not starting a daemon. Each typed reattach failure now prints its own message.

Scope

  • .changeset/exec-reconnect-error.md
  • src/internal/client/exec.ts
  • tests/integration/client-exec.test.ts

Blast Radius

Only the named message or document changes. Other paths are unchanged.

Verification

The failing test landed first and passes on the fix. Changed tests and pnpm typecheck pass locally.

Principles

  • Fix Root Causes.
  • Test Behavior, Not Implementation.

@changeset-bot

changeset-bot Bot commented Sep 26, 2026 •

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: ac381be

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
cargo-hauler Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 26, 2026 •

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review ✅ Completed 2026-09-26T00:40:19.694294Z 21456ba PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@ScriptedAlchemy
ScriptedAlchemy merged commit 5e7c131 into master Sep 26, 2026
3 checks passed
@ScriptedAlchemy
ScriptedAlchemy deleted the fix/exec-reconnect-error branch September 26, 2026 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant