mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-09 17:40:44 -07:00
fix(ui): flatten multiline summaries in compact ToolGroupDisplay and fix populateToolDisplay merge logic
This commit is contained in:
@@ -30,9 +30,9 @@ export function populateToolDisplay({
|
||||
display?: ToolDisplay;
|
||||
}): ToolDisplay {
|
||||
const display: ToolDisplay = {
|
||||
...prevDisplay,
|
||||
name: displayName || name,
|
||||
description: invocation?.getDescription?.(),
|
||||
...prevDisplay,
|
||||
};
|
||||
|
||||
if (resultDisplay !== undefined && display.result === undefined) {
|
||||
|
||||
Reference in New Issue
Block a user