mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 13:22:35 -07:00
fix: merge duplicate imports in packages/core (3/4) (#20928)
This commit is contained in:
@@ -5,19 +5,21 @@
|
||||
*/
|
||||
|
||||
import { spawn, execSync } from 'node:child_process';
|
||||
import type {
|
||||
HookConfig,
|
||||
CommandHookConfig,
|
||||
RuntimeHookConfig,
|
||||
HookInput,
|
||||
HookOutput,
|
||||
HookExecutionResult,
|
||||
BeforeAgentInput,
|
||||
BeforeModelInput,
|
||||
BeforeModelOutput,
|
||||
BeforeToolInput,
|
||||
import {
|
||||
HookEventName,
|
||||
ConfigSource,
|
||||
HookType,
|
||||
type HookConfig,
|
||||
type CommandHookConfig,
|
||||
type RuntimeHookConfig,
|
||||
type HookInput,
|
||||
type HookOutput,
|
||||
type HookExecutionResult,
|
||||
type BeforeAgentInput,
|
||||
type BeforeModelInput,
|
||||
type BeforeModelOutput,
|
||||
type BeforeToolInput,
|
||||
} from './types.js';
|
||||
import { HookEventName, ConfigSource, HookType } from './types.js';
|
||||
import type { Config } from '../config/config.js';
|
||||
import type { LLMRequest } from './hookTranslator.js';
|
||||
import { debugLogger } from '../utils/debugLogger.js';
|
||||
|
||||
Reference in New Issue
Block a user