mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-22 19:14:33 -07:00
feat(shell): Standardize pager to 'cat' for shell execution by model (#13878)
This commit is contained in:
@@ -241,7 +241,7 @@ export class ShellToolInvocation extends BaseToolInvocation<
|
||||
},
|
||||
combinedController.signal,
|
||||
this.config.getEnableInteractiveShell(),
|
||||
shellExecutionConfig ?? {},
|
||||
{ ...shellExecutionConfig, pager: 'cat' },
|
||||
);
|
||||
|
||||
if (pid && setPidCallback) {
|
||||
|
||||
Reference in New Issue
Block a user