paperclip/packages/adapters/codex-local
Brandon Woo 15bd2ef349 fix: recognize missing-rollout Codex resume error as stale session
The Codex CLI can return "no rollout found for thread id ..." when
resuming a heartbeat thread whose rollout has been garbage-collected.
Extend isCodexUnknownSessionError() to match this wording so the
existing single-retry path in execute.ts activates correctly.

Add parse.test.ts covering the new pattern, existing stale-session
wordings, parseCodexJsonl, and a negative case.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-07 10:45:38 +09:00
..
src fix: recognize missing-rollout Codex resume error as stale session 2026-04-07 10:45:38 +09:00
CHANGELOG.md
package.json
tsconfig.json
vitest.config.ts test(codex-local): regression for CodexRpcClient spawn ENOENT 2026-03-29 14:43:51 +03:00