@@ -58,6 +58,8 @@ describe('Config Defaults for CLI Options', () => {
5858 headless : true ,
5959 userSession : false ,
6060 pageFilter : 'none' ,
61+ provider : 'anthropic' ,
62+ model : 'claude-3-7-sonnet-20250219' ,
6163 modelProvider : 'anthropic' ,
6264 modelName : 'claude-3-7-sonnet-20250219' ,
6365 ollamaBaseUrl : 'http://localhost:11434/api' ,
@@ -95,6 +97,8 @@ describe('Config Defaults for CLI Options', () => {
9597 headless : true , // Default is true
9698 userSession : false , // Default is false
9799 pageFilter : 'none' , // Default is none
100+ provider : 'anthropic' ,
101+ model : 'claude-3-7-sonnet-20250219' ,
98102 modelProvider : 'anthropic' ,
99103 modelName : 'claude-3-7-sonnet-20250219' ,
100104 ollamaBaseUrl : 'http://localhost:11434/api' ,
@@ -132,6 +136,8 @@ describe('Config Defaults for CLI Options', () => {
132136 headless : true ,
133137 userSession : false ,
134138 pageFilter : 'none' ,
139+ provider : 'anthropic' ,
140+ model : 'claude-3-7-sonnet-20250219' ,
135141 modelProvider : 'anthropic' ,
136142 modelName : 'claude-3-7-sonnet-20250219' ,
137143 ollamaBaseUrl : 'http://localhost:11434/api' ,
@@ -181,6 +187,8 @@ describe('Config Defaults for CLI Options', () => {
181187 headless : true , // Default is true
182188 userSession : false , // Default is false
183189 pageFilter : 'none' , // Default is none
190+ provider : 'anthropic' ,
191+ model : 'claude-3-7-sonnet-20250219' ,
184192 modelProvider : 'anthropic' ,
185193 modelName : 'claude-3-7-sonnet-20250219' ,
186194 ollamaBaseUrl : 'http://localhost:11434/api' ,
0 commit comments