File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
registry/coder/modules/claude-code Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ resource "coder_script" "claude_code" {
171171 export LANG=en_US.UTF-8
172172 export LC_ALL=en_US.UTF-8
173173
174- tmux new-session -d -s claude-code-agentapi -c ${ var . folder } 'agentapi server -- bash -c "claude --dangerously-skip-permissions \"$CODER_MCP_CLAUDE_TASK_PROMPT\" | tee -a \"$HOME/.claude-code.log\""; exec bash'More actions
174+ tmux new-session -d -s claude-code-agentapi -c ${ var . folder } 'agentapi server -- bash -c "claude --dangerously-skip-permissions \"$CODER_MCP_CLAUDE_TASK_PROMPT\" | tee -a \"$HOME/.claude-code.log\""; exec bash'
175175 echo "Waiting for agentapi server to start on port 3284..."
176176 for i in $(seq 1 15); do
177177 if lsof -i :3284 | grep -q 'LISTEN'; then
You can’t perform that action at this time.
0 commit comments