[Feature]: terminal UI does not show output of the toolcall
Terminal UI shows that it is running a tool but does not display or give any hints about the output of the tool-call.
The agent uses the tool call output to get the next response from LLM. Most of the time it is not a problem because LLM's output in the next turn will be using the output from the previous tool-call, but in some instances we have seen that LLM assumes that user is also aware of the previous tool-call output and decides the omit the output/summary in the final response.
Now displaying tool-call output always will can get noisy and repetitive (because final response may also include it), so we need a better way to present the tool-call output.
/assign @ShubyM
xref: https://github.com/GoogleCloudPlatform/kubectl-ai/issues/445