feat: Prevent self-imports and fix build loop (#12309)

This commit is contained in:
matt korwel
2025-10-30 13:15:49 -07:00
committed by GitHub
parent 135d981e3c
commit b382ae6803
7 changed files with 36 additions and 8 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ import * as metrics from './metrics.js';
import { FileOperation } from './metrics.js';
import * as sdk from './sdk.js';
import { vi, describe, beforeEach, it, expect, afterEach } from 'vitest';
import { type GeminiCLIExtension } from '@google/gemini-cli-core';
import { type GeminiCLIExtension } from '../config/config.js';
import {
FinishReason,
type CallableTool,