feat: multi-agent engine on the Claude Agent SDK #1
ci.yaml
on: pull_request
Typecheck and test
29s
Duplication check
24s
Annotations
10 errors and 2 warnings
|
Typecheck and test
Process completed with exit code 1.
|
|
packages/server/test/session.test.ts > Session (integration with demo provider) > reports an error event for an out-of-workspace path instead of throwing:
packages/server/src/session.ts#L139
TypeError: this.projects.list is not a function
❯ Session.sendProjects packages/server/src/session.ts:139:65
❯ Session.init packages/server/src/session.ts:53:16
❯ packages/server/test/session.test.ts:55:21
|
|
packages/server/test/session.test.ts > Session (integration with demo provider) > handles file open/save commands:
packages/server/src/session.ts#L139
TypeError: this.projects.list is not a function
❯ Session.sendProjects packages/server/src/session.ts:139:65
❯ Session.init packages/server/src/session.ts:53:16
❯ packages/server/test/session.test.ts:40:21
|
|
packages/server/test/session.test.ts > Session (integration with demo provider) > runs a full turn: agent writes a file, usage + memory are recorded:
packages/server/src/session.ts#L139
TypeError: this.projects.list is not a function
❯ Session.sendProjects packages/server/src/session.ts:139:65
❯ Session.init packages/server/src/session.ts:53:16
❯ packages/server/test/session.test.ts:13:21
|
|
packages/server/test/orchestrator.test.ts > runMultiAgent (orchestrator delegates to coder) > orchestrator → coder writes a file → tokens summed across the team:
packages/server/test/orchestrator.test.ts#L53
Error: ENOENT: no such file or directory, open '/home/runner/work/open-repl/open-repl/.test-tmp/64654eb3-bdaa-4d20-8307-ead5f6ee2c70/a.js'
❯ packages/server/test/orchestrator.test.ts:53:12
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/home/runner/work/open-repl/open-repl/.test-tmp/64654eb3-bdaa-4d20-8307-ead5f6ee2c70/a.js' }
|
|
packages/server/test/openai-compatible.test.ts > runOpenAICompatible (mocked endpoint) > throws ProviderError on non-OK status (for fallback handling):
packages/server/test/openai-compatible.test.ts#L82
TypeError: runOpenAICompatible is not a function
❯ packages/server/test/openai-compatible.test.ts:82:18
|
|
packages/server/test/openai-compatible.test.ts > runOpenAICompatible (mocked endpoint) > executes a tool call, loops, and aggregates tokens + cost:
packages/server/test/openai-compatible.test.ts#L56
TypeError: runOpenAICompatible is not a function
❯ packages/server/test/openai-compatible.test.ts:56:26
|
|
packages/server/test/models.test.ts > listModels > returns static lists for codex and demo:
packages/server/test/models.test.ts#L37
AssertionError: expected [ …(4) ] to deeply equal [ { id: 'demo', …(1) } ]
- Expected
+ Received
Array [
Object {
- "id": "demo",
- "name": "Demo (offline)",
+ "id": "gpt-5.1",
+ "name": "GPT-5.1",
+ },
+ Object {
+ "id": "gpt-5.1-codex",
+ "name": "GPT-5.1 Codex",
+ },
+ Object {
+ "id": "gpt-5-mini",
+ "name": "GPT-5 mini",
+ },
+ Object {
+ "id": "o4-mini",
+ "name": "o4-mini",
},
]
❯ packages/server/test/models.test.ts:37:38
|
|
packages/server/test/demo-provider.test.ts > DemoProvider > gives guidance when no file intent is present:
packages/server/test/demo-provider.test.ts#L46
TypeError: DemoProvider is not a constructor
❯ packages/server/test/demo-provider.test.ts:46:26
|
|
packages/server/test/demo-provider.test.ts > DemoProvider > creates a file when asked, emitting tool events the UI can render:
packages/server/test/demo-provider.test.ts#L24
TypeError: DemoProvider is not a constructor
❯ packages/server/test/demo-provider.test.ts:24:26
|
|
Duplication check
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/setup-node@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Typecheck and 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/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
jscpd-report
|
431 Bytes |
sha256:b12e12dc73422c176116767ceb0543b3d47631ba792c2430cbbe68ba25cac8f3
|
|