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 b00f535 commit 4f35b01Copy full SHA for 4f35b01
registry/coder/modules/claude-code/scripts/start.sh
@@ -132,7 +132,7 @@ function start_agentapi() {
132
done
133
134
agentapi server --allowed-hosts="*" --type claude --term-width 67 --term-height 1190 -- \
135
- sudo -E env PATH=$PATH setpriv --inh-caps=+net_admin --ambient-caps=+net_admin --bounding-set=+net_admin /home/coder/go/bin/boundary "${BOUNDARY_ARGS[@]}" -- \
+ sudo -E env PATH=$PATH setpriv --inh-caps=+net_admin --ambient-caps=+net_admin --bounding-set=+net_admin boundary "${BOUNDARY_ARGS[@]}" -- \
136
claude "${CLAUDE_ARGS[@]}"
137
else
138
agentapi server --type claude --term-width 67 --term-height 1190 -- claude "${ARGS[@]}"
0 commit comments