refactor(ide): Improve IDE diff communication protocol (#8338)

This commit is contained in:
Shreya Keshive
2025-09-12 11:44:24 -04:00
committed by GitHub
parent cf20697450
commit 8810ef2f40
6 changed files with 210 additions and 114 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
import type { FunctionDeclaration, PartListUnion } from '@google/genai';
import { ToolErrorType } from './tool-error.js';
import type { DiffUpdateResult } from '../ide/ideContext.js';
import type { DiffUpdateResult } from '../ide/ide-client.js';
import type { ShellExecutionConfig } from '../services/shellExecutionService.js';
import { SchemaValidator } from '../utils/schemaValidator.js';
import type { AnsiOutput } from '../utils/terminalSerializer.js';