mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-04 03:26:29 +00:00
fix(cli): add enableShellOutputEfficiency to settings schema (#15560)
This commit is contained in:
@@ -682,6 +682,8 @@ export async function loadCliConfig(
|
||||
enableInteractiveShell:
|
||||
settings.tools?.shell?.enableInteractiveShell ?? true,
|
||||
shellToolInactivityTimeout: settings.tools?.shell?.inactivityTimeout,
|
||||
enableShellOutputEfficiency:
|
||||
settings.tools?.shell?.enableShellOutputEfficiency ?? true,
|
||||
skipNextSpeakerCheck: settings.model?.skipNextSpeakerCheck,
|
||||
enablePromptCompletion: settings.general?.enablePromptCompletion ?? false,
|
||||
truncateToolOutputThreshold: settings.tools?.truncateToolOutputThreshold,
|
||||
|
||||
Reference in New Issue
Block a user