mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 13:22:35 -07:00
fix(context): implement loose boundary policy for gc backstop. (#26594)
This commit is contained in:
@@ -94,6 +94,10 @@ export async function initializeContextManager(
|
||||
tracer,
|
||||
4,
|
||||
eventBus,
|
||||
{
|
||||
calibrateTokenCalculation:
|
||||
!!process.env['GEMINI_CONTEXT_CALIBRATE_TOKEN_CALCULATIONS'],
|
||||
},
|
||||
);
|
||||
|
||||
const orchestrator = new PipelineOrchestrator(
|
||||
|
||||
Reference in New Issue
Block a user