Okay good I found out that this wasn't a recent commit problem, basically if you want a prompt to return:
thing_with_a_long_name1,thing_with_a_long_name2,thing_with_a_long_name3,thing_with_a_long_name4,thing_with_a_long_name4,thing_with_a_long_name5
^-- this breaks the full cell reflow.
thing_with_a_long_name1
thing_with_a_long_name2,
thing_with_a_long_name3,
thing_with_a_long_name4,
thing_with_a_long_name5,
^--- This does not.
But the first one is important because a SPACE. breaks things, so I want to make sure the model knows there is no space, hence why I don't do the return.
https://cln.sh/6Sry8qFh