paperclip/packages/adapters/codex-local/src/server
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
..
codex-home.ts fix: manage codex home per company by default 2026-03-20 14:44:27 -05:00
execute.ts Trim resumed comment wake prompts 2026-04-04 18:14:19 -05:00
index.ts Merge public-gh/master into paperclip-company-import-export 2026-03-16 17:02:39 -05:00
parse.test.ts fix: recognize missing-rollout Codex resume error as stale session 2026-04-07 10:45:38 +09:00
parse.ts fix: recognize missing-rollout Codex resume error as stale session 2026-04-07 10:45:38 +09:00
quota-spawn-error.test.ts test(codex-local): isolate quota spawn test from host CODEX_HOME 2026-03-29 15:15:37 +03:00
quota.ts fix(codex-local): handle spawn error event in CodexRpcClient 2026-03-29 14:20:55 +03:00
skills.ts Clarify docs: skills go to the effective CODEX_HOME, not ~/.codex 2026-03-25 20:46:05 -07:00
test.ts fix(codex): use path.join for auth detail message path 2026-03-24 15:27:32 -07:00