Sometimes when an agent finally responds after a long session, my Emacs freezes for several seconds while the text of the response populates the buffer. I suspect this is because the streaming updates rebuild the whole block every chunk, which is O(n^2) in the length of the chunk.
Sometimes when an agent finally responds after a long session, my Emacs freezes for several seconds while the text of the response populates the buffer. I suspect this is because the streaming updates rebuild the whole block every chunk, which is O(n^2) in the length of the chunk.