rowboat/apps/x
Gagancreates 768d5dcc19 fix(code-mode): hide Codex's native console window on Windows
Codex's engine ships as a native console-subsystem binary (codex.exe). Launched
from our console-less Electron process tree, Windows allocated a fresh *visible*
console window for it; closing that window wedged the run in a pending state.
(Claude Code is a Node CLI, so it never triggers this.)

The window is created by @openai/codex's launcher (bin/codex.js), which spawns
codex.exe with no windowsHide. Patch it via pnpm to pass windowsHide: true
(CREATE_NO_WINDOW) so the console stays hidden — no window, nothing to close.
2026-06-04 02:06:31 +05:30
..
apps fix(code-mode): harden ACP engine — turn-scoped connections, chip-authoritative agent, reliable stop 2026-06-04 01:46:28 +05:30
packages fix(code-mode): harden ACP engine — turn-scoped connections, chip-authoritative agent, reliable stop 2026-06-04 01:46:28 +05:30
patches fix(code-mode): hide Codex's native console window on Windows 2026-06-04 02:06:31 +05:30
.gitignore chore: ignore test-fixtures dir 2026-05-08 17:04:25 +05:30
ANALYTICS.md Add app version to analytics events 2026-05-29 17:02:01 +05:30
eslint.config.mts ignore renderer eslint 2026-01-16 12:05:33 +05:30
LIVE_NOTE.md Refactor builtin file tools beyond workspace scope 2026-05-25 16:21:51 +05:30
package.json integrate electron forge 2026-01-17 10:28:44 +05:30
pnpm-lock.yaml fix(code-mode): hide Codex's native console window on Windows 2026-06-04 02:06:31 +05:30
pnpm-workspace.yaml fix(code-mode): hide Codex's native console window on Windows 2026-06-04 02:06:31 +05:30
tsconfig.base.json bootstrap new electron app 2026-01-16 12:05:33 +05:30