Skip to content

Commit 33a3c04

Browse files
use HTTP proxy port
1 parent 2f05198 commit 33a3c04

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ function start_agentapi() {
111111
echo ${BOUNDARY_ARGS[@]} > "/tmp/yevhenii-debug.log"
112112
echo ${ARGS[@]} >> "/tmp/yevhenii-debug.log"
113113

114+
BOUNDARY_ARGS+=(--proxy-port=8087)
115+
114116
agentapi server --allowed-hosts="*" --type claude --term-width 67 --term-height 1190 -- \
115117
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[@]}" -- \
116118
claude

0 commit comments

Comments
 (0)