amazon-clone / cursor_command.sh
hyungjoochae's picture
Upload folder using huggingface_hub
321a7a2 verified
raw
history blame contribute delete
327 Bytes
export CURSOR_API_KEY=key_51a621bfa48096ba20f6ea0869b54084bcb5f12c953bc9fa2f842c2516404094
# read prompt.yaml
prompt=$(cat prompt.yaml)
# Track progress in real-time
accumulated_text=""
tool_count=0
start_time=$(date +%s)
cursor-agent -p --force --output-format stream-json --stream-partial-output --model gpt-5.2 "$prompt"