feat: add google cli integration and fix tests

This commit is contained in:
Ralph Khreish
2025-08-28 18:42:32 +02:00
parent 9f8cb08515
commit c34d1417ca
17 changed files with 37 additions and 26 deletions

View File

@@ -52,7 +52,8 @@ jest.unstable_mockModule('../../scripts/modules/config-manager.js', () => ({
VALID_PROVIDERS: ['anthropic', 'perplexity'],
validateProvider: jest.fn(() => true),
validateProviderModelCombination: jest.fn(() => true),
isApiKeySet: jest.fn(() => true)
isApiKeySet: jest.fn(() => true),
hasCodebaseAnalysis: jest.fn(() => false)
}));
// Mock utils comprehensively to prevent CLI behavior