We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e96869 + d6e9779 commit 4792296Copy full SHA for 4792296
packages/cli/tests/settings/config.test.ts
@@ -44,6 +44,7 @@ describe('Config', () => {
44
modelProvider: 'anthropic',
45
modelName: 'claude-3-7-sonnet-20250219',
46
ollamaBaseUrl: 'http://localhost:11434/api',
47
+ customPrompt: '',
48
});
49
expect(fs.existsSync).toHaveBeenCalledWith(mockConfigFile);
50
@@ -76,6 +77,7 @@ describe('Config', () => {
76
77
78
79
80
81
82
83
0 commit comments