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 bc39c2e commit 8404e1eCopy full SHA for 8404e1e
registry/coder/modules/claude-code/scripts/start.sh
@@ -174,7 +174,7 @@ function start_agentapi() {
174
175
agentapi server --allowed-hosts="*" --type claude --term-width 67 --term-height 1190 -- \
176
sudo -E env PATH=$PATH setpriv --inh-caps=+net_admin --ambient-caps=+net_admin --bounding-set=+net_admin boundary "${BOUNDARY_ARGS[@]}" -- \
177
- claude "${CLAUDE_ARGS[@]}"
+ claude "${ARGS[@]}"
178
else
179
agentapi server --type claude --term-width 67 --term-height 1190 -- claude "${ARGS[@]}"
180
fi
0 commit comments