Skip to content

Commit 6949bd3

Browse files
claude with no extra perms
1 parent 07c13ad commit 6949bd3

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ function start_agentapi() {
113113

114114
agentapi server --type claude --term-width 67 --term-height 1190 -- \
115115
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[@]}"
116+
claude
117+
#"${ARGS[@]}"
117118
else
118119
agentapi server --type claude --term-width 67 --term-height 1190 -- claude "${ARGS[@]}"
119120
fi

0 commit comments

Comments
 (0)