What happened?
While investigating the issue #24675, a separate streaming-related rendering bug was discovered. During streaming, tables are re-rendered on every chunk instead of waiting for the complete table output.
This causes:
- The top border
┌──┬──┐ to appear on the same line as [Model:]
- The table growing row by row visually as chunks arrive
- Multiple partial re-renders of the same table before it completes
What did you expect to happen?
The table should be held in a buffer until the full table is received (i.e. a non-table line or EOF is encountered), then rendered once completely.
Client information
Client Information
Run gemini to enter the interactive CLI, then run the /about command.
> /about
# paste output here
Login information
No response
Anything else we need to know?
No response
What happened?
While investigating the issue #24675, a separate streaming-related rendering bug was discovered. During streaming, tables are re-rendered on every chunk instead of waiting for the complete table output.
This causes:
┌──┬──┐to appear on the same line as [Model:]What did you expect to happen?
The table should be held in a buffer until the full table is received (i.e. a non-table line or EOF is encountered), then rendered once completely.
Client information
Client Information
Run
geminito enter the interactive CLI, then run the/aboutcommand.Login information
No response
Anything else we need to know?
No response