I've been hitting an intermittent issue where the permission request prompt (and occasionally the question prompt) never appears in the output window. The session just sits there waiting without the message appearing. After testing, I was able to toggle off the max_messages and it seems like the permission request appeared.
I currently use the following max_messages:
ui = {
output = {
max_messages = 25,
},
},
I am guessing that the current logic around max_messages applies to permission/question prompts and intermittently interferes.
Environment:
- plugin at commit
cdf00c5 (2026-07-27)
- Neovim v0.12.4
- OS: Linux
I've been hitting an intermittent issue where the permission request prompt (and occasionally the question prompt) never appears in the output window. The session just sits there waiting without the message appearing. After testing, I was able to toggle off the max_messages and it seems like the permission request appeared.
I currently use the following
max_messages:I am guessing that the current logic around max_messages applies to permission/question prompts and intermittently interferes.
Environment:
cdf00c5(2026-07-27)