Human in the loop CLI issue

Hi,
I’m implementing a very barebones human-in-the-loop crew, and I have the crew run in the console. And it seems to work fine. Except that when it comes time for the human to give feedback, the
“Status: Executing Task…”
is in place of where the human types. So it’s constantly deleting the text I type. I can see each character for a second, but I can’t see what I typed. The text is there… if I press enter, the program takes my input correctly, but I don’t think this is the intended behavior.

You can see it here:

https://youtu.be/FqZz8AjesQg?si=3J71O9mdfLziQhD4&t=39

I am facing the same issue. Were you able to resolve this??

Not completely but turning verbose off did help. The verbose output was fighting with the user input.

You can ask it to PROMPT the user, it’ll work.