Skip to content

Commit 7db6161

Browse files
committed
feat: add agent type
1 parent 6748088 commit 7db6161

File tree

1 file changed

+1
-1
lines changed
  • registry/coder-labs/modules/cursor-cli/scripts

1 file changed

+1
-1
lines changed

registry/coder-labs/modules/cursor-cli/scripts/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ fi
6464
# Log and run in background, redirecting all output to the log file
6565
printf "Running: %q %s\n" "$CURSOR_CMD" "$(printf '%q ' "${ARGS[@]}")"
6666

67-
agentapi server --term-width 67 --term-height 1190 -- "$CURSOR_CMD" "${ARGS[@]}"
67+
agentapi server --type cursor --term-width 67 --term-height 1190 -- "$CURSOR_CMD" "${ARGS[@]}"

0 commit comments

Comments
 (0)