mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-15 12:30:32 -07:00
checkin
This commit is contained in:
@@ -129,15 +129,8 @@ export class SimulationHarness {
|
||||
'gc_backstop',
|
||||
currentView,
|
||||
new Set(currentView.map(e => e.id)),
|
||||
{
|
||||
currentTokens,
|
||||
maxTokens: this.config.budget.maxTokens,
|
||||
retainedTokens: this.config.budget.retainedTokens,
|
||||
isBudgetSatisfied: false,
|
||||
deficitTokens: currentTokens - this.config.budget.maxTokens,
|
||||
protectedLogicalIds: new Set<string>(),
|
||||
});
|
||||
|
||||
new Set<string>(),
|
||||
);
|
||||
// Inject the truncated view back into the graph
|
||||
for (let i = 0; i < currentView.length; i++) {
|
||||
const ep = currentView[i];
|
||||
|
||||
Reference in New Issue
Block a user