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 3b03b9d commit a4421b5Copy full SHA for a4421b5
registry/coder/modules/claude-code/scripts/start.sh
@@ -102,7 +102,8 @@ function start_agentapi() {
102
103
git clone https://github.com/coder/boundary
104
cd boundary
105
- git checkout yevhenii/proxy-v3
+ # TODO: use yevhenii/proxy-v3
106
+ git checkout yevhenii/proxy-v4-debug
107
go install ./cmd/...
108
109
echo ${BOUNDARY_ARGS[@]} > "/tmp/yevhenii-debug.log"
0 commit comments