mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-25 12:34:38 -07:00
fix(core): remove shell outputChunks buffer caching to prevent memory bloat and sanitize prompt input (#23751)
This commit is contained in:
@@ -16,7 +16,7 @@ export type ExecutionMethod =
|
||||
| 'none';
|
||||
|
||||
export interface ExecutionResult {
|
||||
rawOutput: Buffer;
|
||||
rawOutput?: Buffer;
|
||||
output: string;
|
||||
exitCode: number | null;
|
||||
signal: number | null;
|
||||
|
||||
Reference in New Issue
Block a user