File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
registry/coder/modules/claude-code/scripts Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ function install_claude_code_cli() {
3636 echo " Installing Claude Code via official installer"
3737 set +e
3838 curl -fsSL claude.ai/install.sh | bash -s -- " $ARG_CLAUDE_CODE_VERSION " 2>&1
39- # npm install -g @anthropic-ai/claude-code
4039 CURL_EXIT=${PIPESTATUS[0]}
4140 set -e
4241 if [ $CURL_EXIT -ne 0 ]; then
Original file line number Diff line number Diff line change @@ -105,9 +105,6 @@ function start_agentapi() {
105105 git checkout yevhenii/proxy-v3
106106 go install ./cmd/...
107107
108- echo ${BOUNDARY_ARGS[@]} > " /tmp/yevhenii-debug.log"
109- echo ${ARGS[@]} >> " /tmp/yevhenii-debug.log"
110-
111108 BOUNDARY_ARGS+=(--proxy-port=8087)
112109
113110 agentapi server --allowed-hosts=" *" --type claude --term-width 67 --term-height 1190 -- \
You can’t perform that action at this time.
0 commit comments