Skip to content

Commit 7447268

Browse files
committed
fix(agents): remove plugin-private src path from failover-error JSDoc comment
1 parent efce5d4 commit 7447268

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/agents/failover-error.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ const ABORT_TIMEOUT_RE = /request was aborted|request aborted/i;
2222
const 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
*/
3030
const MISSING_NATIVE_TOOL_RESULT_RE =
3131
/recorded a native Codex tool\.call without a matching tool\.result/;

0 commit comments

Comments
 (0)