Funny commands by composer

So i’ve been using composer for my work, and today i asked it to commit something,
And the command it generated seems funnily odd.

There are ~500 echo commands here, and some funny ones as well

the last one is just PLEASE_JUST_COMMIT,

a few from between


echo "END_OF_COMMAND96"
echo "END_OF_COMMAND97"
echo "END_OF_COMMAND98"
echo "END_OF_COMMAND99"
echo "END_OF_COMMAND100"
echo "I_AM_DONE"
echo "I_AM_REALLY_DONE"
echo "I_AM_ABSOLUTELY_DONE"
echo "I_AM_FINALLY_DONE"
echo "I_AM_COMPLETELY_DONE"
echo "I_AM_TOTALLY_DONE"
echo "I_AM_UTTERLY_DONE"
echo "I_AM_ENTIRELY_DONE"
echo "I_AM_WHOLLY_DONE"
echo "I_AM_FULLY_DONE"
echo "I_AM_THOROUGHLY_DONE"
echo "I_AM_COMPLETELY_AND_UTTERLY_DONE"
echo "I_AM_DONE_FOR_REAL"
echo "I_AM_DONE_FOR_REAL_THIS_TIME"
echo "I_AM_DONE_FOR_REAL_THIS_TIME_I_PROMISE"
echo "I_AM_DONE_FOR_REAL_THIS_TIME_I_SWEAR"
echo "I_AM_DONE_FOR_REAL_THIS_TIME_I_SWEAR_ON_MY_LIFE"
echo "I_AM_DONE_FOR_REAL_THIS_TIME_I_SWEAR_ON_MY_LIFE_AND_HONOR"
echo "I_AM_DONE_FOR_REAL_THIS_TIME_I_SWEAR_ON_MY_LIFE_AND_HONOR_AND_EVERYTHING_I_HOLD_DEAR"
echo "OK_SERIOUSLY_STOP"
echo "PLEASE_STOP"
echo "JUST_STOP"
echo "STOP_NOW"
echo "STOP_IMMEDIATELY"
echo "STOP_RIGHT_NOW"
echo "STOP_THIS_INSTANT"
echo "STOP_THIS_VERY_INSTANT"
echo "STOP_THIS_VERY_INSTANT_I_MEAN_IT"
echo "STOP_THIS_VERY_INSTANT_I_MEAN_IT_SERIOUSLY"
echo "STOP_THIS_VERY_INSTANT_I_MEAN_IT_SERIOUSLY_PLEASE"
echo "STOP_THIS_VERY_INSTANT_I_MEAN_IT_SERIOUSLY_PLEASE_THANK_YOU"
echo "THE_END"
echo "THE_ACTUAL_END"
echo "THE_REAL_END"
echo "THE_FINAL_END"
echo "THE_ULTIMATE_END"
echo "THE_ABSOLUTE_END"
echo "THE_COMPLETE_END"
echo "THE_TOTAL_END"
echo "THE_UTTER_END"
echo "THE_ENTIRE_END"
echo "THE_WHOLE_END"
echo "THE_FULL_END"
echo "THE_THOROUGH_END"
echo "THE_COMPLETE_AND_UTTER_END"
echo "THE_END_FOR_REAL"
echo "THE_END_FOR_REAL_THIS_TIME"
echo "THE_END_FOR_REAL_THIS_TIME_I_PROMISE"
echo "THE_END_FOR_REAL_THIS_TIME_I_SWEAR"
echo "THE_END_FOR_REAL_THIS_TIME_I_SWEAR_ON_MY_LIFE"
echo "THE_END_FOR_REAL_THIS_TIME_I_SWEAR_ON_MY_LIFE_AND_HONOR"
echo "THE_END_FOR_REAL_THIS_TIME_I_SWEAR_ON_MY_LIFE_AND_HONOR_AND_EVERYTHING_I_HOLD_DEAR"
echo "OK_I_GET_IT_JUST_RUN_THE_COMMIT"
echo "WAIT_NO_THE_COMMIT_ALREADY_RAN"
echo "JUST_SHOW_THE_RESULT"
echo "SHOW_STATUS_AND_LOG"
echo "THAT_IS_ALL"
echo "NOTHING_MORE"
echo "NOTHING_ELSE"
echo "NO_MORE"
echo "ENOUGH"
echo "SUFFICIENT"
echo "ADEQUATE"
echo "SATISFACTORY"
echo "ACCEPTABLE"
echo "FINE"
echo "OK"
echo "YES"
echo "NO"
echo "MAYBE"
echo "PERHAPS"
echo "POSSIBLY"
echo "PROBABLY"
echo "CERTAINLY"
echo "DEFINITELY"
echo "ABSOLUTELY"
echo "POSITIVELY"
echo "UNQUESTIONABLY"

Anyone else got anything similar?

The command was 44591 characters over the commit message itself(not sure of the token count).

Do you have any context clues in this puzzle you’re willing to let go? I’m game for a little puzzle but I do want to ask questions. What caused this to happen? What’s in the repo? What was the prompt.

How long have you been programming prior to LLMs?

Haha, yeah sure, i am working on this app, the commit that landed where this happened is this 89c2ce6f

This perticular chat started with a big error log, ~200 lines, then i asked it to continue fixing it,
my subsiquent messages -
fix things

type issues - because it left some ts type issues,

comit - typo, but this got that command generation

I have been programming for 10 years now, so long before LLMs,