aiProjectMemory.ai.provider |
string |
"openai" |
AI provider to use. Choices: openai, anthropic, ollama, openrouter, nvidia, or disabled. |
aiProjectMemory.ai.apiKey |
string |
"" |
Cleartext API Key fallback. (It is highly recommended to use the Set API Key Securely command instead). |
aiProjectMemory.ai.model |
string |
"gpt-4o-mini" |
Model name for summaries (e.g., gpt-4o-mini, claude-3-5-sonnet-20240620). |
aiProjectMemory.ai.maxTokens |
number |
2048 |
Maximum tokens for AI response generation. |
aiProjectMemory.git.enabled |
boolean |
true |
Include Git history and recent commits in memory snapshots. |
aiProjectMemory.git.commitLimit |
number |
20 |
Number of recent Git commits to analyze. |
aiProjectMemory.scanner.excludePatterns |
array |
(Common patterns) |
Glob patterns to ignore when scanning directories. |
aiProjectMemory.scanner.maxFileSizeKB |
number |
512 |
Maximum file size in KB to parse. |
aiProjectMemory.storage.snapshotRetentionDays |
number |
30 |
Retention window for cleanup of older snapshots. |
aiProjectMemory.ui.showOnStartup |
boolean |
false |
Automatically show the memory view when opening a workspace. |
aiProjectMemory.ui.notificationLevel |
string |
"info" |
VS Code notification verbosity level: silent, info, warning, error. |
aiProjectMemory.logging.level |
string |
"info" |
Logging level written to Output channel: debug, info, warn, error, silent. |