- Full settings page replacing placeholder with embedding provider selector - Provider presets: OpenAI, Ollama, Azure OpenAI - Test Connection button via POST /api/v1/settings/embedding/test - Warning banner for FTS5-only mode when provider=none - Local model availability probe (@xenova/transformers) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
26 lines
738 B
JSON
26 lines
738 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"WebFetch(domain:raw.githubusercontent.com)",
|
|
"WebFetch(domain:api.github.com)",
|
|
"WebFetch(domain:github.com)",
|
|
"Bash(git init:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git checkout:*)",
|
|
"Bash(DATABASE_URL=./local.db npx drizzle-kit generate 2>&1)",
|
|
"Bash(DATABASE_URL=./local.db npx drizzle-kit generate)",
|
|
"Bash(npm run:*)",
|
|
"Bash(npm test:*)",
|
|
"Skill(update-config)",
|
|
"Bash(git -C /home/moze/Sources/trueref checkout -b feat/TRUEREF-0002-through-0018)",
|
|
"Bash(git:*)"
|
|
],
|
|
"defaultMode": "bypassPermissions"
|
|
},
|
|
"enableAllProjectMcpServers": true,
|
|
"enabledMcpjsonServers": [
|
|
"svelte"
|
|
]
|
|
}
|