mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-21 10:34:35 -07:00
feat(shell): Standardize pager to 'cat' for shell execution by model (#13878)
This commit is contained in:
@@ -222,7 +222,7 @@ describe('ShellTool', () => {
|
||||
expect.any(Function),
|
||||
expect.any(AbortSignal),
|
||||
false,
|
||||
{},
|
||||
{ pager: 'cat' },
|
||||
);
|
||||
expect(result.llmContent).toContain('Background PIDs: 54322');
|
||||
// The file should be deleted by the tool
|
||||
@@ -247,7 +247,7 @@ describe('ShellTool', () => {
|
||||
expect.any(Function),
|
||||
expect.any(AbortSignal),
|
||||
false,
|
||||
{},
|
||||
{ pager: 'cat' },
|
||||
);
|
||||
});
|
||||
|
||||
@@ -268,7 +268,7 @@ describe('ShellTool', () => {
|
||||
expect.any(Function),
|
||||
expect.any(AbortSignal),
|
||||
false,
|
||||
{},
|
||||
{ pager: 'cat' },
|
||||
);
|
||||
});
|
||||
|
||||
@@ -295,7 +295,7 @@ describe('ShellTool', () => {
|
||||
expect.any(Function),
|
||||
expect.any(AbortSignal),
|
||||
false,
|
||||
{},
|
||||
{ pager: 'cat' },
|
||||
);
|
||||
},
|
||||
20000,
|
||||
|
||||
Reference in New Issue
Block a user