We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056f4b5 commit 16892d8Copy full SHA for 16892d8
registry/coder/modules/claude-code/main.tf
@@ -132,7 +132,7 @@ resource "coder_script" "claude_code" {
132
fi
133
134
# Hardcoded for now: install AgentAPI
135
- wget https://github.com/coder/agentapi/releases/download/preview/agentapi-linux-amd64More actions
+ wget https://github.com/coder/agentapi/releases/download/preview/agentapi-linux-amd64
136
chmod +x agentapi-linux-amd64
137
sudo mv agentapi-linux-amd64 /usr/local/bin/agentapi
138
0 commit comments