chore(crush): fill out provider name/id

Amolith created

Change summary

dot_config/crush/crush.json | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

Detailed changes

dot_config/crush/crush.json 🔗

@@ -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",