mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-21 10:34:35 -07:00
fix(ui): add partial output to cancelled shell UI (#21178)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
@@ -137,6 +137,14 @@ describe('<ShellToolMessage />', () => {
|
||||
{ status: CoreToolCallStatus.Error, resultDisplay: 'Error output' },
|
||||
undefined,
|
||||
],
|
||||
[
|
||||
'renders in Cancelled state with partial output',
|
||||
{
|
||||
status: CoreToolCallStatus.Cancelled,
|
||||
resultDisplay: 'Partial output before cancellation',
|
||||
},
|
||||
undefined,
|
||||
],
|
||||
[
|
||||
'renders in Alternate Buffer mode while focused',
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user