Skip to main content

Settings Reference

All settings are prefixed with ollama-code-review.*.

SettingDescriptionDefault
modelAI model to use (Ollama, Claude, Gemini, etc.)custom
autoSelectModelAutomatically switch to the best model based on taskfalse
claudeApiKeyAnthropic API key""
geminiApiKeyGoogle AI Studio API key""
mistralApiKeyMistral AI API key""
hfApiKeyHugging Face API token""
openaiCompatible.endpointBase URL for OpenAI-compatible serverhttp://localhost:1234/v1
endpointLocal Ollama instance generate API endpointhttp://localhost:11434/api/generate
temperatureCreativity of the AI response (0.0 to 1.0)0
frameworksTarget frameworks (e.g., React, Node.js)["React"]
diffFilter.ignorePathsGlob patterns for paths to ignorenode_modules, ...
preCommitGuard.severityThresholdSeverity level to block commitshigh
contextGathering.enabledInclude related files as contexttrue
notifications.slack.webhookUrlSlack webhook URL""
knowledgeBase.enabledEnable Team Knowledge Basetrue
rag.enabledEnable RAG context injectionfalse
streaming.enabledEnable token-by-token outputtrue
mcp.enabledEnable built-in MCP serverfalse
mcp.portPort for the built-in MCP server19840
mcp.autoKillPortConflictsAutomatically kill processes using the MCP portfalse
mcp.allowedOriginsAllowed origins for browser MCP clients["chrome-extension://*"]
mcp.authTokenSecurity token for browser MCP clients""
mcp.externalServersConfiguration for connecting to external MCP servers{}
autoReview.enabledEnable background review on file savefalse
autoReview.minSeverityOnly notify for findings at or above this levelhigh
contentstack.enabledEnable Contentstack schema validationfalse
contentstack.schemaSourceSource for schemas (local or api)local
copyFunction.maxDepthBFS depth for call-graph expansion in Copy Function with Imports3
copyFunction.maxFunctionsMax functions to collect in Copy Function with Imports15
copyFunction.maxCharsPerFunctionMax characters per function body in Copy Function with Imports8000
copyFunction.characterBudgetTotal character budget for all collected functions64000
copyWithImports.noLimitsRemove all Smart Context limits (use carefully on large files)false

Exhaustive List

For the full list of over 50 configuration options, please refer to the VS Code Settings UI by searching for @ext:VinhNguyen-Vincent.ollama-code-review.