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 07c13ad commit 6949bd3Copy full SHA for 6949bd3
registry/coder/modules/claude-code/scripts/start.sh
@@ -113,7 +113,8 @@ function start_agentapi() {
113
114
agentapi server --type claude --term-width 67 --term-height 1190 -- \
115
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[@]}" -- \
116
- claude "${ARGS[@]}"
+ claude
117
+ #"${ARGS[@]}"
118
else
119
agentapi server --type claude --term-width 67 --term-height 1190 -- claude "${ARGS[@]}"
120
fi
0 commit comments