Skip to content

Commit 6fb4a97

Browse files
npm install claude-code
1 parent 8c6d258 commit 6fb4a97

File tree

1 file changed

+2
-0
lines changed
  • registry/coder/modules/claude-code/scripts

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ function start_agentapi() {
8484
printf "Running claude code with args: %s\n" "$(printf '%q ' "${ARGS[@]}")"
8585

8686
if [ "${ARG_ENABLE_BOUNDARY:-false}" = "true" ]; then
87+
npm install -g @anthropic-ai/claude-code
88+
8789
mkdir -p "$ARG_BOUNDARY_LOG_DIR"
8890
printf "Starting with coder boundary enabled\n"
8991

0 commit comments

Comments
 (0)