From 2a3e76d31c49d76d2f5acbca65ea724d41d3415a Mon Sep 17 00:00:00 2001 From: Benjamin Date: Mon, 6 Oct 2025 15:06:53 -0500 Subject: [PATCH] it's behind exp omfg --- registry/coder/modules/claude-code/scripts/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/coder/modules/claude-code/scripts/start.sh b/registry/coder/modules/claude-code/scripts/start.sh index 5dd959d4..9f1fd0a2 100644 --- a/registry/coder/modules/claude-code/scripts/start.sh +++ b/registry/coder/modules/claude-code/scripts/start.sh @@ -104,7 +104,7 @@ function start_agentapi() { fi agentapi server --type claude --term-width 67 --term-height 1190 -- \ - coder boundary "${BOUNDARY_ARGS[@]}" -- \ + coder exp boundary "${BOUNDARY_ARGS[@]}" -- \ claude "${ARGS[@]}" else agentapi server --type claude --term-width 67 --term-height 1190 -- claude "${ARGS[@]}"