fix(chore): resolve typescript errors resulting from cherry-picks

This commit is contained in:
Tommaso Sciortino
2026-03-31 09:11:46 -07:00
parent c63350cfd6
commit 425d64a96f
3 changed files with 5 additions and 33 deletions
+1 -8
View File
@@ -4,14 +4,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
import {
useMemo,
useState,
useCallback,
useEffect,
useRef,
useLayoutEffect,
} from 'react';
import { useMemo, useState, useCallback, useEffect, useRef } from 'react';
import {
type DOMElement,
ResizeObserver,
@@ -48,6 +48,7 @@ import { debugLogger } from '../utils/debugLogger.js';
import { LocalAgentExecutor, type ActivityCallback } from './local-executor.js';
import { makeFakeConfig } from '../test-utils/config.js';
import { ToolRegistry } from '../tools/tool-registry.js';
import type { MessageBus } from '../confirmation-bus/message-bus.js';
import { PromptRegistry } from '../prompts/prompt-registry.js';
import { ResourceRegistry } from '../resources/resource-registry.js';
import { DiscoveredMCPTool } from '../tools/mcp-tool.js';
File diff suppressed because one or more lines are too long