Skip to content

Commit 4dd2665

Browse files
minor fixes
1 parent 857f4f0 commit 4dd2665

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

registry/coder/modules/claude-code/scripts/install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

registry/coder/modules/claude-code/scripts/start.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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 -- \

0 commit comments

Comments
 (0)