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
+1 -1
View File
@@ -20,7 +20,7 @@ import { cleanup } from 'ink-testing-library';
import { act, useContext, type ReactElement } from 'react';
import { AppContainer } from './AppContainer.js';
import { SettingsContext } from './contexts/SettingsContext.js';
import { type TrackedToolCall } from './hooks/useReactToolScheduler.js';
import { type TrackedToolCall } from './hooks/useToolScheduler.js';
import {
type Config,
makeFakeConfig,