You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: registry/coder-labs/modules/cursor-cli/scripts/start.sh
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -58,10 +58,7 @@ fi
58
58
59
59
if [ -n"$ARG_AI_PROMPT" ];then
60
60
printf"AI prompt provided\n"
61
-
# Note: As of now cursor-agent is not able to handle MCP calls properly, so we are skipping the tasks.
62
-
# ARGS+=("Execute the task end‑to‑end and also report progress to Coder. Do not only report; always produce the actual deliverable in chat. Task at hand: $ARG_AI_PROMPT")
63
-
64
-
ARGS+=("$ARG_AI_PROMPT")
61
+
ARGS+=("Complete the task at hand in one go. Every step of the way, report your progress using coder_report_task tool with proper summary and statuses. Your task at hand: $ARG_AI_PROMPT")
65
62
fi
66
63
67
64
# Log and run in background, redirecting all output to the log file
0 commit comments