refactor(cli): consolidate useToolScheduler and delete legacy implementation (#18567)

This commit is contained in:
Abhi
2026-02-11 20:49:30 -05:00
committed by GitHub
parent a1148ea1f1
commit fad9f46273
14 changed files with 721 additions and 2302 deletions
@@ -7,7 +7,7 @@
import { useState, useEffect, useRef, useMemo } from 'react';
import { StreamingState } from '../types.js';
import { hasRedirection } from '@google/gemini-cli-core';
import { type TrackedToolCall } from './useReactToolScheduler.js';
import { type TrackedToolCall } from './useToolScheduler.js';
export interface TurnActivityStatus {
operationStartTime: number;