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.
This commit is contained in:
parent
3d78f5e262
commit
e950669f93
@ -138,7 +138,7 @@ resource "coder_script" "claude_code" {
|
||||
|
||||
if [ "${var.experiment_report_tasks}" = "true" ]; then
|
||||
echo "Configuring Claude Code to report tasks via Coder MCP..."
|
||||
coder exp mcp configure claude-code ${var.folder}
|
||||
coder exp mcp configure claude-code ${var.folder} --ai-agentapi-url http://localhost:3284
|
||||
fi
|
||||
|
||||
# Run post-install script if provided
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user