@@ -10,7 +10,9 @@
"memory_paths": ["~/.config/crush/rules", "~/.config/AGENTS.md"]
},
"providers": {
- "Anthropic [MAX]": {
+ "anthropic-max": {
+ "id": "anthropic-max",
+ "name": "Anthropic [MAX]",
"api_key": "Bearer $(bash ~/.config/crush/anthropic.sh)",
"extra_headers": {
"User-Agent": "claude-cli/2.0.31 (external, cli)",
@@ -59,7 +61,9 @@
}
]
},
- "Synthetic": {
+ "synthetic": {
+ "id": "synthetic",
+ "name": "Synthetic",
"type": "openai-compat",
"api_key": "$SYNTHETIC_API_KEY",
"base_url": "https://api.synthetic.new/openai/v1",