@@ -60,9 +60,12 @@ describe('Config Defaults for CLI Options', () => {
6060 pageFilter : 'none' ,
6161 provider : 'anthropic' ,
6262 model : 'claude-3-7-sonnet-20250219' ,
63- provider : 'anthropic' ,
64- model : 'claude-3-7-sonnet-20250219' ,
65- ollamaBaseUrl : 'http://localhost:11434/api' ,
63+ maxTokens : 0 ,
64+ temperature : 0 ,
65+ customPrompt : '' ,
66+ profile : false ,
67+ tokenCache : false ,
68+ ANTHROPIC_API_KEY : '' ,
6669 } ) ;
6770
6871 // Create minimal args (no headless, userSession, or pageFilter specified)
@@ -99,9 +102,6 @@ describe('Config Defaults for CLI Options', () => {
99102 pageFilter : 'none' , // Default is none
100103 provider : 'anthropic' ,
101104 model : 'claude-3-7-sonnet-20250219' ,
102- provider : 'anthropic' ,
103- model : 'claude-3-7-sonnet-20250219' ,
104- ollamaBaseUrl : 'http://localhost:11434/api' ,
105105 } ) ;
106106
107107 // Create args with explicit values (overriding defaults)
@@ -138,9 +138,6 @@ describe('Config Defaults for CLI Options', () => {
138138 pageFilter : 'none' ,
139139 provider : 'anthropic' ,
140140 model : 'claude-3-7-sonnet-20250219' ,
141- provider : 'anthropic' ,
142- model : 'claude-3-7-sonnet-20250219' ,
143- ollamaBaseUrl : 'http://localhost:11434/api' ,
144141 } ) ;
145142
146143 // Create minimal args (no headless, userSession, or pageFilter specified)
@@ -189,9 +186,6 @@ describe('Config Defaults for CLI Options', () => {
189186 pageFilter : 'none' , // Default is none
190187 provider : 'anthropic' ,
191188 model : 'claude-3-7-sonnet-20250219' ,
192- provider : 'anthropic' ,
193- model : 'claude-3-7-sonnet-20250219' ,
194- ollamaBaseUrl : 'http://localhost:11434/api' ,
195189 } ) ;
196190
197191 // Create args with explicit values (overriding defaults)
0 commit comments