feat: refactor claude code to use agentapi module #1436
ci.yaml
on: pull_request
Check for typos and unformatted code
31s
Validate Terraform output
6m 22s
Validate README files
15s
Annotations
2 errors
Validate Terraform output
Process completed with exit code 1.
|
error: expect(received).toContain(expected):
registry/coder/modules/claude-code/main.test.ts#L164
Expected to contain: "This is a task prompt for Claude."
Received: "--------------------------------\nARG_MODEL: \nARG_RESUME: \nARG_CONTINUE: false\nARG_DANGEROUSLY_SKIP_PERMISSIONS: false\nARG_PERMISSION_MODE: \nARG_AI_PROMPT: \nARG_WORKDIR: /home/coder/project\n--------------------------------\nworkingDir /home/coder\n.claude.json path /home/coder/.claude.json\nNo .claude.json file found\nClaude Code is installed\nRunning claude code with args: --dangerously-skip-permissions \nstarting server on port 3284\n"
at <anonymous> (/home/runner/work/registry/registry/registry/coder/modules/claude-code/main.test.ts:164:25)
|