feat: experimental streaming retry — call/stream drivers + model-layer transform #314
Annotations
13 warnings and 1 notice
|
Lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint(no-unused-vars):
src/retryables/request-timeout.test-d.ts#L87
Variable 'retryableModel' is declared but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
src/retryables/request-timeout.test-d.ts#L75
Variable 'retryableModel' is declared but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
src/retryables/request-timeout.test-d.ts#L63
Variable 'retryableModel' is declared but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
src/retryables/request-timeout.test-d.ts#L52
Variable 'retryableModel' is declared but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
src/retryables/request-timeout.test-d.ts#L40
Variable 'retryableModel' is declared but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
src/retryables/request-timeout.test-d.ts#L28
Variable 'retryableModel' is declared but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
src/retryables/request-timeout.test-d.ts#L16
Variable 'retryableModel' is declared but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
src/retryables/content-filter-triggered.test.ts#L5
Identifier 'NoObjectGeneratedError' is imported but never used.
|
|
eslint(no-unused-vars):
examples/creativity-checker.ts#L77
Variable 'result' is declared but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
examples/creativity-checker.ts#L1
Identifier 'anthropic' is imported but never used.
|
|
Preview
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Preview
{
"workflowData": {
"owner": "zirkelc",
"repo": "ai-retry",
"sha": "de29563e2887e4031576fa6e2f1102677d84a690",
"ref": "55",
"headBranch": "feat/retryable-stream-text"
},
"key": "j1JJPOBEkp",
"runId": 30084947293,
"webhookDebug": {
"action": "requested",
"head_branch": "feat/retryable-stream-text",
"head_repository_full_name": "zirkelc/ai-retry",
"full_name": "zirkelc/ai-retry",
"isPullRequest": true,
"prNumber": 55,
"prNumberType": "number",
"isNewPullRequest": true,
"isOldPullRequest": false,
"prKey": "zirkelc/ai-retry:feat/retryable-stream-text",
"oldPrDataHash": "vAvNaKchza",
"lookupKey": "zirkelc/ai-retry:feat/retryable-stream-text",
"data": {
"owner": "zirkelc",
"repo": "ai-retry",
"sha": "de29563e2887e4031576fa6e2f1102677d84a690",
"ref": "55",
"headBranch": "feat/retryable-stream-text"
}
},
"currentCursor": {
"sha": "e1abdafba3dd7c4a3003ccd1a82465c3536c2b0c",
"timestamp": 30074523309
}
}
|