fix: reasoning default to medium, show workdir when supplied (#931)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user