mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-12 19:10:55 -07:00
ci: update verified tests list and fix all remaining bad tests
This commit is contained in:
@@ -140,7 +140,7 @@ export const ToolMessage: React.FC<ToolMessageProps> = ({
|
||||
? SUBAGENT_MAX_LINES
|
||||
: undefined
|
||||
}
|
||||
overflowDirection={kind === Kind.Agent ? 'bottom' : 'top'}
|
||||
overflowDirection={kind === Kind.Agent ? 'top' : 'bottom'}
|
||||
/>
|
||||
{isThisShellFocused && config && (
|
||||
<Box paddingLeft={STATUS_INDICATOR_WIDTH} marginTop={1}>
|
||||
|
||||
Reference in New Issue
Block a user