Skip to content

Commit e950669

Browse files
authored
Use AgentAPI for additional Claude status reporting (#150)
Is it OK to add the flag like this or do we need to check the cli version to determine whether the new flag is available? Or I could just throw in an `||` to run the command again without the flag if it fails. Blocked on adding AgentAPI to Claude. Will need to do the same for Goose.
1 parent 3d78f5e commit e950669

File tree

1 file changed

+1
-1
lines changed
  • registry/coder/modules/claude-code

1 file changed

+1
-1
lines changed

registry/coder/modules/claude-code/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ resource "coder_script" "claude_code" {
138138
139139
if [ "${var.experiment_report_tasks}" = "true" ]; then
140140
echo "Configuring Claude Code to report tasks via Coder MCP..."
141-
coder exp mcp configure claude-code ${var.folder}
141+
coder exp mcp configure claude-code ${var.folder} --ai-agentapi-url http://localhost:3284
142142
fi
143143
144144
# Run post-install script if provided

0 commit comments

Comments
 (0)