feat(agent-core-v2): add turn resilience mechanisms #526
ci.yml
on: pull_request
Matrix: test
build
3m 22s
test-pi-tui
37s
test-windows
0s
lint
1m 6s
typecheck
53s
test
3s
Annotations
9 errors and 19 warnings
|
typecheck
Process completed with exit code 2.
|
|
typecheck:
packages/agent-core-v2/test/agent/turnRecovery/outputTokenRecovery.test.ts#L30
Property 'agentId' is missing in type '{ turnId: number; origin: { kind: "user"; }; }' but required in type 'TurnStartedPayload'.
|
|
typecheck:
packages/agent-core-v2/test/agent/turnRecovery/modelFallback.test.ts#L78
Property 'agentId' is missing in type '{ turnId: number; origin: { kind: "user"; }; }' but required in type 'TurnStartedPayload'.
|
|
typecheck:
packages/agent-core-v2/test/agent/turnBudget/turnBudget.test.ts#L48
Property 'agentId' is missing in type '{ turnId: number; origin: { kind: "user"; }; }' but required in type 'TurnStartedPayload'.
|
|
test (4)
Process completed with exit code 1.
|
|
[agent-core-v2] test/agent/turnBudget/turnBudget.test.ts > turnBudget plugin > resets accumulation between turns:
packages/agent-core-v2/test/agent/turnBudget/turnBudget.test.ts#L181
AssertionError: expected 4 to be 6 // Object.is equality
- Expected
+ Received
- 6
+ 4
❯ test/agent/turnBudget/turnBudget.test.ts:181:19
|
|
test (1)
Process completed with exit code 1.
|
|
test (3)
Process completed with exit code 1.
|
|
test
Process completed with exit code 1.
|
|
test-pi-tui
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
typecheck
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint-plugin-import(no-named-as-default-member):
packages/agent-core-v2/src/app/skillCatalog/parser.ts#L53
"path" also has a named export "basename"
|
|
eslint-plugin-unicorn(catch-error-name):
packages/agent-core-v2/src/_base/errors/unexpectedError.ts#L28
The catch parameter "err" should be named "error"
|
|
eslint-plugin-unicorn(catch-error-name):
packages/agent-core-v2/src/_base/errors/unexpectedError.ts#L20
The catch parameter "handlerErr" should be named "error"
|
|
eslint(no-console):
packages/agent-core-v2/src/_base/errors/unexpectedError.ts#L21
Unexpected console statement.
|
|
eslint(no-console):
packages/agent-core-v2/src/_base/errors/unexpectedError.ts#L4
Unexpected console statement.
|
|
eslint-plugin-unicorn(no-array-sort):
packages/agent-core-v2/src/_base/di/cascadeEngine.ts#L562
Use `Array#toSorted()` instead of `Array#sort()`.
|
|
eslint(no-console):
packages/agent-core-v2/src/_base/di/lifecycle.ts#L640
Unexpected console statement.
|
|
eslint(no-console):
packages/agent-core-v2/src/_base/di/lifecycle.ts#L558
Unexpected console statement.
|
|
eslint(no-loop-func):
packages/agent-core-v2/src/_base/event.ts#L188
Function declared in a loop contains unsafe references to variable(s)
|
|
eslint(no-loop-func):
packages/agent-core-v2/src/_base/event.ts#L183
Function declared in a loop contains unsafe references to variable(s)
|
|
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (4)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (1)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (5)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (3)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (2)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|