mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-20 11:00:40 -07:00
refactor: simplify tool output truncation to single config (#18446)
This commit is contained in:
@@ -1396,7 +1396,6 @@ describe('SettingsDialog', () => {
|
||||
},
|
||||
tools: {
|
||||
truncateToolOutputThreshold: 50000,
|
||||
truncateToolOutputLines: 1000,
|
||||
},
|
||||
context: {
|
||||
discoveryMaxDirs: 500,
|
||||
@@ -1465,7 +1464,6 @@ describe('SettingsDialog', () => {
|
||||
enableInteractiveShell: true,
|
||||
useRipgrep: true,
|
||||
truncateToolOutputThreshold: 25000,
|
||||
truncateToolOutputLines: 500,
|
||||
},
|
||||
security: {
|
||||
folderTrust: {
|
||||
|
||||
Reference in New Issue
Block a user