Skip to content

Commit a4421b5

Browse files
use yevhenii/proxy-v4-debug
1 parent 3b03b9d commit a4421b5

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
@@ -102,7 +102,8 @@ function start_agentapi() {
102102

103103
git clone https://github.com/coder/boundary
104104
cd boundary
105-
git checkout yevhenii/proxy-v3
105+
# TODO: use yevhenii/proxy-v3
106+
git checkout yevhenii/proxy-v4-debug
106107
go install ./cmd/...
107108

108109
echo ${BOUNDARY_ARGS[@]} > "/tmp/yevhenii-debug.log"

0 commit comments

Comments
 (0)