fix: merge duplicate imports in packages/core (3/4) (#20928)

This commit is contained in:
nityam
2026-03-04 05:42:59 +05:30
committed by GitHub
parent d25088956d
commit 28af4e127f
143 changed files with 909 additions and 712 deletions
+2 -1
View File
@@ -10,7 +10,6 @@ import {
getToolSuggestion,
shouldHideToolCall,
} from './tool-utils.js';
import type { AnyToolInvocation, Config } from '../index.js';
import {
ReadFileTool,
ApprovalMode,
@@ -19,6 +18,8 @@ import {
WRITE_FILE_DISPLAY_NAME,
EDIT_DISPLAY_NAME,
READ_FILE_DISPLAY_NAME,
type AnyToolInvocation,
type Config,
} from '../index.js';
import { createMockMessageBus } from '../test-utils/mock-message-bus.js';