Aider module support agentAPI #1845
ci.yaml
on: pull_request
Check for typos and unformatted code
34s
Validate Terraform output
8m 22s
Validate README files
Annotations
4 errors
Check for typos and unformatted code
Process completed with exit code 1.
|
Validate Terraform output
Process completed with exit code 1.
|
error: expect(received).toContain(expected):
registry/coder/modules/aider/main.test.ts#L171
Expected to contain: "Aider task prompt provided : this is a task prompt for Aider"
Received: "--------------------------------\nProvider: google\nModule: gemini\n--------------------------------\nAPI key provided !\nStarting mcpm-aider bridge in background...\n[2025-10-11T04:09:14.668Z] [ERROR] Claude config not found\nmcpm-aider tool listmcpm-aider started (pid 270). Logs: /home/coder/logs/mcpm-aider.20251011-040914.log\nStarting agentAPI in directory: /home/coder\nstarting server on port 3284\n"
at <anonymous> (/home/runner/work/registry/registry/registry/coder/modules/aider/main.test.ts:171:18)
|
error: expect(received).toBe(expected):
test/test.ts#L334
Expected: 0
Received: 1
at <anonymous> (/home/runner/work/registry/registry/test/test.ts:334:25)
at async <anonymous> (/home/runner/work/registry/registry/registry/coder/modules/aider/main.test.ts:148:24)
|