Hello,
I discovered a bug where the ai response output repeats the same text block dozens of times in a single turn. This happens when the model finishes generating a response but the streaming connection is not properly terminated.
Steps to reproduce:
- Start a conversation with cptr
- Ask a question that triggers a multi-step response (e.g. running commands, creating files)
- After the model finishes generating, the last response block repeats infinitely
- The chat becomes unusable until manually stopped
I suspect the issue is that the harness does not correctly detect or signal stream termination.
Thank you again for your work and I wish you all a great day,
Joshua Krimmer
Hello,
I discovered a bug where the ai response output repeats the same text block dozens of times in a single turn. This happens when the model finishes generating a response but the streaming connection is not properly terminated.
Steps to reproduce:
I suspect the issue is that the harness does not correctly detect or signal stream termination.
Thank you again for your work and I wish you all a great day,
Joshua Krimmer