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
@@ -9,7 +9,7 @@ import { renderHook } from '../../test-utils/render.js';
import { useTurnActivityMonitor } from './useTurnActivityMonitor.js';
import { StreamingState } from '../types.js';
import { hasRedirection } from '@google/gemini-cli-core';
import { type TrackedToolCall } from './useReactToolScheduler.js';
import { type TrackedToolCall } from './useToolScheduler.js';
vi.mock('@google/gemini-cli-core', async (importOriginal) => {
const actual = await importOriginal<Record<string, unknown>>();