Commit ee7a68b
authored
fix: flush stdout after queue_description to display tool information (#3156)
Fixes issue #3155 where tool descriptions (e.g., file paths) were not
displayed in permission prompts. The queue! macro buffers output, so
an explicit flush() is needed after queue_description to ensure the
buffered content is displayed before the permission prompt.1 parent 1999b5a commit ee7a68b
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3269 | 3269 | | |
3270 | 3270 | | |
3271 | 3271 | | |
| 3272 | + | |
| 3273 | + | |
3272 | 3274 | | |
3273 | 3275 | | |
3274 | 3276 | | |
| |||
0 commit comments