{"record":{"id":"77a9b4fea87c11d7","repo":"diegosouzapw/OmniRoute","slug":"issue-agent-triage-timed-out-after-timeoutms-ms","errorCode":null,"errorMessage":"Issue Agent triage timed out after ${timeoutMs}ms","messagePattern":"Issue Agent triage timed out after (.+?)ms","errorType":"exception","errorClass":"RecordedTriageTimeoutError","httpStatus":null,"severity":"error","filePath":"src/lib/issueAgent/execution.ts","lineNumber":108,"sourceCode":"        signal: controller.signal,\n        headers: {\n          \"Content-Type\": \"application/json\",\n          ...(routingPolicy ? { \"X-OmniRoute-Mode\": routingPolicy } : {}),\n        },\n        body: JSON.stringify({\n          model: resolveModel(input),\n          messages: buildMessages(input.run),\n          max_tokens: 1200,\n          temperature: 0,\n          stream: false,\n        }),\n      })\n    );\n\n    return { status: response.status, body: await response.json() };\n  } catch (error) {\n    if (error instanceof Error && error.name === \"AbortError\") {\n      throw new RecordedTriageTimeoutError(timeoutMs);\n    }\n    throw error;\n  } finally {\n    clearTimeout(timeout);\n  }\n}\n","sourceCodeStart":90,"sourceCodeEnd":115,"githubUrl":"https://github.com/diegosouzapw/OmniRoute/blob/a179ffed5bb2e0b883b9ae7214ce8717b2a94c4d/src/lib/issueAgent/execution.ts#L90-L115","documentation":"Error \"Issue Agent triage timed out after ${timeoutMs}ms\" thrown in diegosouzapw/OmniRoute.","triggerScenarios":"Thrown at src/lib/issueAgent/execution.ts:108 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"a179ffed5bb2e0b883b9ae7214ce8717b2a94c4d","analyzedAt":"2026-08-25T18:35:09.898Z","schemaVersion":2},"datasetVersion":"2026-08-25T21:54:21.419Z"}