From fb3ceb0da4e2cd636013c2c36a9c0016c01aa47f Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Mon, 18 Aug 2025 16:29:45 -0600 Subject: Read and write files through Zed (#6169) Co-authored-by: Agus Zubiaga --- packages/cli/src/ui/hooks/atCommandProcessor.test.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/cli/src/ui/hooks') diff --git a/packages/cli/src/ui/hooks/atCommandProcessor.test.ts b/packages/cli/src/ui/hooks/atCommandProcessor.test.ts index 583c0b2e..5509d9ff 100644 --- a/packages/cli/src/ui/hooks/atCommandProcessor.test.ts +++ b/packages/cli/src/ui/hooks/atCommandProcessor.test.ts @@ -11,6 +11,7 @@ import { FileDiscoveryService, GlobTool, ReadManyFilesTool, + StandardFileSystemService, ToolRegistry, } from '@google/gemini-cli-core'; import * as os from 'os'; @@ -56,6 +57,7 @@ describe('handleAtCommand', () => { respectGitIgnore: true, respectGeminiIgnore: true, }), + getFileSystemService: () => new StandardFileSystemService(), getEnableRecursiveFileSearch: vi.fn(() => true), getWorkspaceContext: () => ({ isPathWithinWorkspace: () => true, -- cgit v1.2.3