Merge branch 'main' into feat/cleanup-logs

This commit is contained in:
Elian Doran
2025-08-13 13:26:52 +03:00
committed by GitHub
192 changed files with 13814 additions and 11092 deletions

View File

@@ -146,7 +146,7 @@ export interface OptionDefinitions extends KeyboardShortcutsOptions<KeyboardActi
ollamaDefaultModel: string;
codeOpenAiModel: string;
aiSelectedProvider: string;
seenCallToActions: string;
}
export type OptionNames = keyof OptionDefinitions;