File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ const ABORT_TIMEOUT_RE = /request was aborted|request aborted/i;
2222const MAX_FAILOVER_CAUSE_DEPTH = 25 ;
2323
2424/**
25- * Pattern matching the Codex MISSING_TOOL_RESULT_ERROR constant in
26- * extensions/codex/src/app-server/event-projector.ts. Local native tool
27- * execution failures (hung/reaped bash calls) must not trigger cross-provider
28- * model fallback — no other model can fix a local command. See #95474.
25+ * Pattern matching the Codex harness MISSING_TOOL_RESULT_ERROR constant
26+ * (synthesized missing tool results for hung native tool calls). Local native
27+ * tool execution failures must not trigger cross-provider model fallback —
28+ * no other model can fix a local command. See #95474.
2929 */
3030const MISSING_NATIVE_TOOL_RESULT_RE =
3131 / r e c o r d e d a n a t i v e C o d e x t o o l \. c a l l w i t h o u t a m a t c h i n g t o o l \. r e s u l t / ;
You can’t perform that action at this time.
0 commit comments