Skip to content

Commit d2f328e

Browse files
feat(settings): improve modal UX and unify model formats
- Unify all model lists to use Anthropic format (proxy translates) - Rename "Model Provider" to "Model List Provider" for clarity - Add subtitle "All models use your Claude subscription" - Add "Test Models" button with /test-models endpoint - Move fallback toggle to per-tier switches next to each model 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent bc6aa09 commit d2f328e

4 files changed

Lines changed: 1620 additions & 55 deletions

File tree

.mcp.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"mcpServers": {
3+
"cloudflare": {
4+
"type": "stdio",
5+
"command": "npx",
6+
"args": ["-y", "@cloudflare/mcp-server-cloudflare"]
7+
},
8+
"chromadb": {
9+
"type": "stdio",
10+
"command": "uvx",
11+
"args": [
12+
"chroma-mcp",
13+
"--client-type", "http",
14+
"--host", "chroma.database.klarc.eu",
15+
"--port", "443",
16+
"--ssl", "true",
17+
"--custom-auth-credentials", "ba51fe607f0490af36ac12a7ea785133ca00b37301ec5992a8b2b372204db2c4"
18+
]
19+
}
20+
}
21+
}

0 commit comments

Comments
 (0)