openclaw/extensions/codex
Chunyue Wang 0b3d876e74
fix(codex): prevent gateway crash when app-server subprocess terminates abruptly (#67947)
Fixes openclaw#67886. Handles stdin EPIPE in CodexAppServerClient by attaching an error handler, guarding writeMessage against writes after close, and aligning closeWithError cleanup with close.
2026-04-17 23:28:37 +08:00
..
src fix(codex): prevent gateway crash when app-server subprocess terminates abruptly (#67947) 2026-04-17 23:28:37 +08:00
harness.ts refactor: narrow codex harness selection 2026-04-11 00:13:08 +01:00
index.test.ts refactor: narrow codex harness selection 2026-04-11 00:13:08 +01:00
index.ts feat: add Codex app-server controls 2026-04-10 22:19:00 +01:00
openclaw.plugin.json fix(codex): activate harness plugin for forced runtime 2026-04-16 09:06:45 -07:00
package.json chore: bump version to 2026.4.16 2026-04-17 00:45:04 +01:00
provider.test.ts fix: tighten codex app-server lifecycle 2026-04-12 16:15:01 +01:00
provider.ts fix: include apiKey in codex provider catalog to unblock models.json loading (#66180) 2026-04-13 19:22:09 -07:00
tsconfig.json fix(codex): keep app-server inside extension src 2026-04-10 21:22:16 +01:00