Wire it all together — a CLI agent in 12 steps — step 5 of 12
Cursor wrote a loop body but the stop-condition check is missing the string it should compare against. Fill in the value — the stop reason that means "the LLM is done; show the answer."
Stop reason value (string, no quotes — just the word):
⌘↵ runs the editor.read, then continue.
Wire it all together — a CLI agent in 12 steps — step 5 of 12
Cursor wrote a loop body but the stop-condition check is missing the string it should compare against. Fill in the value — the stop reason that means "the LLM is done; show the answer."
Stop reason value (string, no quotes — just the word):
⌘↵ runs the editor.read, then continue.