fix(crush): use correct model id

Amolith created

Change summary

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

Detailed changes

dot_config/crush/crush.json 🔗

@@ -22,7 +22,7 @@
 			"api_key": "$(op read 'op://Private/tgnktfktlvqikye426a7mhbvo4/crush')",
 			"models": [
 				{
-					"id": "claude-opus-4.5",
+					"id": "claude-opus-4-5",
 					"name": "Claude Opus 4.5",
 					"context_window": 200000,
 					"default_max_tokens": 50000,
@@ -30,7 +30,7 @@
 					"supports_attachments": true
 				},
 				{
-					"id": "claude-sonnet-4.5",
+					"id": "claude-sonnet-4-5",
 					"name": "Claude Sonnet 4.5",
 					"context_window": 200000,
 					"default_max_tokens": 50000,