fix: reasoning default to medium, show workdir when supplied (#931)

This commit is contained in:
Fouad Matin
2025-05-14 08:38:41 -07:00
committed by GitHub
parent 77347d268d
commit 73259351ff
3 changed files with 9 additions and 2 deletions

View File

@@ -173,6 +173,11 @@ function TerminalChatResponseToolCall({
<Box flexDirection="column" gap={1}>
<Text color="magentaBright" bold>
command
{details?.workdir ? (
<Text dimColor>{` (${details?.workdir})`}</Text>
) : (
""
)}
</Text>
<Text>
<Text dimColor>$</Text> {details?.cmdReadableText}