refactor: deepen module seams across runtime, config, llm, and TUI #26
Annotations
7 errors and 2 warnings
|
Check & Test
Process completed with exit code 1.
|
|
TypeError: undefined is not an object (evaluating '(completeSimpleCalls[0]?.[1]).messages'):
packages/llm/test/provider-runtime.test.ts#L573
at <anonymous> (/home/runner/work/braincode/braincode/packages/llm/test/provider-runtime.test.ts:573:37)
|
|
error: expect(received).toBe(expected):
packages/llm/test/provider-runtime.test.ts#L551
Expected: "subscription-blocked"
Received: "unknown"
at <anonymous> (/home/runner/work/braincode/braincode/packages/llm/test/provider-runtime.test.ts:551:30)
|
|
error: expect(received).toMatchObject(expected):
packages/llm/test/provider-runtime.test.ts#L510
{
- "message": "Model generated a test response successfully (thinking=low).",
- "reachable": true,
+ "detail": "API key auth failed for provider proxy",
+ "failureKind": "unknown",
+ "message": "API key auth failed for provider proxy",
+ "modelId": "proxy/model",
+ "provider": "proxy",
+ "reachable": false,
}
- Expected - 2
+ Received + 6
at <anonymous> (/home/runner/work/braincode/braincode/packages/llm/test/provider-runtime.test.ts:510:67)
|
|
error: expect(received).toBe(expected):
packages/llm/test/provider-runtime.test.ts#L367
Expected: "unsupported-location"
Received: "unknown"
at <anonymous> (/home/runner/work/braincode/braincode/packages/llm/test/provider-runtime.test.ts:367:30)
|
|
error: expect(received).toMatchObject(expected):
packages/llm/test/provider-runtime.test.ts#L324
{
- "reachable": true,
+ "detail": "401 {"type":"error","error":{"type":"authentication_error","message":"invalid x-api-key"},"request_id":"req_011Cd5WRpQ3W5yHyTHMeTsQ6"}",
+ "failureKind": "auth",
+ "message": "The provider rejected the request. Check the API key, provider account permissions, and model access.",
+ "modelId": "anthropic/claude-sonnet-4-5-20250929",
+ "provider": "anthropic",
+ "reachable": false,
}
- Expected - 1
+ Received + 6
at <anonymous> (/home/runner/work/braincode/braincode/packages/llm/test/provider-runtime.test.ts:324:69)
|
|
error: expect(received).toBeUndefined():
packages/llm/test/provider-runtime.test.ts#L293
Received: "https://api.anthropic.com"
at <anonymous> (/home/runner/work/braincode/braincode/packages/llm/test/provider-runtime.test.ts:293:64)
|
|
Check & Test
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, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Check & Test
No files were found with the provided path: benchmarks/reports/*.json
coverage/lcov.info. No artifacts will be uploaded.
|