mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-22 15:51:18 -07:00
feat(cli): refine tool display aesthetics for legacy UI parity
This commit is contained in:
@@ -934,13 +934,14 @@ export class ShellToolInvocation extends BaseToolInvocation<
|
||||
return {
|
||||
llmContent,
|
||||
display: {
|
||||
name: this.getDisplayTitle(),
|
||||
name: this._toolDisplayName,
|
||||
description: this.getDescription(),
|
||||
resultSummary: displayResultSummary,
|
||||
result:
|
||||
typeof returnDisplay === 'string'
|
||||
? { type: 'text', text: returnDisplay }
|
||||
: undefined,
|
||||
: // TODO: Add support for terminal display type (AnsiOutput)
|
||||
undefined,
|
||||
},
|
||||
returnDisplay,
|
||||
data,
|
||||
|
||||
Reference in New Issue
Block a user