feat(config): add setting to make directory tree context configurable (#19053)

This commit is contained in:
Kevin Ramdass
2026-02-17 11:19:26 -08:00
committed by GitHub
parent c62601e90c
commit b56361559d
8 changed files with 54 additions and 1 deletions
+1
View File
@@ -244,6 +244,7 @@ describe('Gemini Client (client.ts)', () => {
getShowModelInfoInChat: vi.fn().mockReturnValue(false),
getContinueOnFailedApiCall: vi.fn(),
getProjectRoot: vi.fn().mockReturnValue('/test/project/root'),
getIncludeDirectoryTree: vi.fn().mockReturnValue(true),
storage: {
getProjectTempDir: vi.fn().mockReturnValue('/test/temp'),
},