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 7ba975a commit c1a7897Copy full SHA for c1a7897
registry/coder/modules/claude-code/scripts/start.sh
@@ -103,8 +103,13 @@ function start_agentapi() {
103
done
104
fi
105
106
+ git clone https://github.com/coder/boundary
107
+ cd boundary
108
+ git checkout yevhenii/proxy-v2
109
+ go install ./cmd/...
110
+
111
agentapi server --type claude --term-width 67 --term-height 1190 -- \
- coder exp boundary "${BOUNDARY_ARGS[@]}" -- \
112
+ boundary "${BOUNDARY_ARGS[@]}" -- \
113
claude "${ARGS[@]}"
114
else
115
agentapi server --type claude --term-width 67 --term-height 1190 -- claude "${ARGS[@]}"
0 commit comments