Feature request: Option like --no-stream
to only return complete results as one message
#237
Labels
enhancement
New feature or request
I use folke/noice.nvim which will display messages as pop-ups as they come in, and only opt for a split based on rules about the size of the message received (e.g. If a message is longer than 20 lines, open in a split buffer etc). I think this presents problems with the way bang commands to mods return messages, as they stream back in chunks it looks like to me? Would love to have a
--no-stream
boolean flag or something along those lines to wait and only return the message as a single chunk, optionally, when all the tokens have been collected.The text was updated successfully, but these errors were encountered: