Description
The chat view correctly displays user messages, assistant messages, and tool call names, but the output/result of tool calls is not shown. For example, when Claude runs a bash command (like curl), the chat shows that the tool was called but not what it returned.
This makes it hard to follow the conversation without switching back to the terminal, since the tool output is often essential context for understanding the assistant's response.
Expected behavior
Tool call results should be displayed (or at least expandable) in the chat view, similar to how they appear in the terminal.
Environment
- macOS 26.3.1
- Claude Code running in tmux
Description
The chat view correctly displays user messages, assistant messages, and tool call names, but the output/result of tool calls is not shown. For example, when Claude runs a
bashcommand (likecurl), the chat shows that the tool was called but not what it returned.This makes it hard to follow the conversation without switching back to the terminal, since the tool output is often essential context for understanding the assistant's response.
Expected behavior
Tool call results should be displayed (or at least expandable) in the chat view, similar to how they appear in the terminal.
Environment