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 6748088 commit 7db6161Copy full SHA for 7db6161
registry/coder-labs/modules/cursor-cli/scripts/start.sh
@@ -64,4 +64,4 @@ fi
64
# Log and run in background, redirecting all output to the log file
65
printf "Running: %q %s\n" "$CURSOR_CMD" "$(printf '%q ' "${ARGS[@]}")"
66
67
-agentapi server --term-width 67 --term-height 1190 -- "$CURSOR_CMD" "${ARGS[@]}"
+agentapi server --type cursor --term-width 67 --term-height 1190 -- "$CURSOR_CMD" "${ARGS[@]}"
0 commit comments