Skip to content

Commit c1a7897

Browse files
manually install boundary
1 parent 7ba975a commit c1a7897

File tree

1 file changed

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

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,13 @@ function start_agentapi() {
103103
done
104104
fi
105105

106+
git clone https://github.com/coder/boundary
107+
cd boundary
108+
git checkout yevhenii/proxy-v2
109+
go install ./cmd/...
110+
106111
agentapi server --type claude --term-width 67 --term-height 1190 -- \
107-
coder exp boundary "${BOUNDARY_ARGS[@]}" -- \
112+
boundary "${BOUNDARY_ARGS[@]}" -- \
108113
claude "${ARGS[@]}"
109114
else
110115
agentapi server --type claude --term-width 67 --term-height 1190 -- claude "${ARGS[@]}"

0 commit comments

Comments
 (0)