Skip to content

Fix managed Codex launch on Windows - #338

Merged
OldKrab merged 1 commit into
mainfrom
shushakov/fix-windows-managed-codex-launch
Aug 28, 2026
Merged

Fix managed Codex launch on Windows#338
OldKrab merged 1 commit into
mainfrom
shushakov/fix-windows-managed-codex-launch

Conversation

@OldKrab

@OldKrab OldKrab commented Aug 28, 2026

Copy link
Copy Markdown
Owner

Summary

  • launch the pinned managed Codex ACP package through npm's generated Windows batch shim
  • validate the platform launcher before publishing or reusing a managed runtime
  • preserve the direct Node launch on non-Windows platforms

Root cause

The managed runtime changed Windows from the previously working batch-mediated process launch to direct node.exe stdio. The packaged ACP smoke then lost the agent during initialize even though Codex itself started successfully. This restores cmd.exe mediation without returning to npx or network-at-launch behavior.

Verification

  • cargo test -p openaide-app-server codex_acp_provisioner
  • cargo clippy -p openaide-app-server --all-targets -- -D warnings
  • npm run check

@OldKrab
OldKrab merged commit 8efe4b3 into main Aug 28, 2026
5 checks passed
@OldKrab
OldKrab deleted the shushakov/fix-windows-managed-codex-launch branch August 28, 2026 13:15
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