Providers and settings
Supported providers
Section titled “Supported providers”| Provider | Type | Default model | Default URL |
|---|---|---|---|
| OpenAI | external | gpt-4.1-mini | https://api.openai.com/v1 |
| Anthropic | external | claude-3-5-haiku-latest | https://api.anthropic.com/v1 |
| OpenRouter | external | openai/gpt-4.1-mini | https://openrouter.ai/api/v1 |
| Azure OpenAI | external | gpt-4.1-mini | no fixed default endpoint |
| Ollama | local | llama3.1:8b | http://127.0.0.1:11434 |
| LM Studio | local | local-model | http://127.0.0.1:1234/v1 |
Minimum configuration
Section titled “Minimum configuration”- OpenAI, OpenRouter:
apiKey,baseUrl,model - Anthropic:
apiKey,baseUrl,model - Azure OpenAI:
apiKey,endpoint,deployment,apiVersion - Ollama, LM Studio:
baseUrl,model
If configuration is incomplete, the extension falls back to a heuristic provider that prefers review outcomes over risky automatic moves.
Important settings
Section titled “Important settings”automationEnabled
Section titled “automationEnabled”Turns automatic processing of newly created bookmarks on or off.
defaultActionMode
Section titled “defaultActionMode”auto_movereview
analysisDepth
Section titled “analysisDepth”metadata_onlymetadata_excerptfull_content
externalContentOptIn
Section titled “externalContentOptIn”Allows rich content to be sent to external providers. Local providers such as Ollama and LM Studio can already use full content locally.
folderCreationMode
Section titled “folderCreationMode”auto_createsuggest_onlyexisting_only
subfolderDepthMode
Section titled “subfolderDepthMode”one_leveltwo_levelsthree_levelsunlimited
excludedFolders
Section titled “excludedFolders”Excluded folders can be matched by path or ID and are removed from both source and destination handling.