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 8c6d258 commit 6fb4a97Copy full SHA for 6fb4a97
registry/coder/modules/claude-code/scripts/start.sh
@@ -84,6 +84,8 @@ function start_agentapi() {
84
printf "Running claude code with args: %s\n" "$(printf '%q ' "${ARGS[@]}")"
85
86
if [ "${ARG_ENABLE_BOUNDARY:-false}" = "true" ]; then
87
+ npm install -g @anthropic-ai/claude-code
88
+
89
mkdir -p "$ARG_BOUNDARY_LOG_DIR"
90
printf "Starting with coder boundary enabled\n"
91
0 commit comments