Chat & sidebar UX improvements (#929)

This commit is contained in:
Haile
2026-06-29 10:27:04 +03:00
committed by Simos Mikelatos
parent 97c9b67bfc
commit 053f244d14
13 changed files with 517 additions and 203 deletions

View File

@@ -218,8 +218,8 @@ const MessageComponent = memo(({ message, prevMessage, createDiff, onFileOpen, a
/>
)}
{/* Tool Result Section */}
{message.toolResult && !shouldHideToolResult(message.toolName || 'UnknownTool', message.toolResult) && (
{/* Tool Result Section — Bash renders its output inside the command row above. */}
{message.toolResult && message.toolName !== 'Bash' && !shouldHideToolResult(message.toolName || 'UnknownTool', message.toolResult) && (
message.toolResult.isError ? (
// Error results - red error box with content
<div