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.
1 parent 4d66752 commit b21caa0Copy full SHA for b21caa0
lib/configServiceTypes.d.ts
@@ -49,7 +49,7 @@ type ProviderConfig = {
49
50
// Main configuration type combining all sub-types
51
export type Config = {
52
- readonly $schema: string;
+ readonly $schema: "https://raw.githubusercontent.com/AhmedOsman101/commit-sage-cli/refs/heads/main/config.schema.json";
53
general: GeneralConfig;
54
gemini: GeminiConfig;
55
ollama: OllamaConfig;
0 commit comments