{
	"$schema": "https://charm.land/crush.json",
	"mcp": {
		"kagi": {
			"type": "stdio",
			"command": "kagi-ken-mcp"
		}
	},
	"options": {
		"attribution": {
			"trailer_style": "assisted-by",
			"generated_with": false
		},
		"memory_paths": ["~/.config/crush/rules", "~/.config/AGENTS.md"],
		"disable_provider_auto_update": true,
		"disable_metrics": true
	},
	"providers": {
		"anthropic": {
			"api_key": "Bearer $(bash ~/.config/crush/anthropic.sh)",
			"extra_headers": {
				"User-Agent": "claude-cli/2.0.31 (external, cli)",
				"x-app": "cli",
				"anthropic-version": "2023-06-01",
				"anthropic-beta": "oauth-2025-04-20,interleaved-thinking-2025-05-14,fine-grained-tool-streaming-2025-05-14"
			},
			"system_prompt_prefix": "You are Claude Code, Anthropic's official CLI for Claude.",
			"models": [
				{
					"id": "claude-sonnet-4-5-20250929",
					"name": "Claude Sonnet 4.5",
					"cost_per_1m_in": 3,
					"cost_per_1m_out": 15,
					"cost_per_1m_in_cached": 3.75,
					"cost_per_1m_out_cached": 0.3,
					"context_window": 200000,
					"default_max_tokens": 50000,
					"can_reason": true,
					"has_reasoning_efforts": false,
					"supports_attachments": true
				},
				{
					"id": "claude-haiku-4-5-20251001",
					"name": "Claude 4.5 Haiku",
					"cost_per_1m_in": 1,
					"cost_per_1m_out": 5,
					"cost_per_1m_in_cached": 1.25,
					"cost_per_1m_out_cached": 0.09999999999999999,
					"context_window": 200000,
					"default_max_tokens": 32000,
					"can_reason": true,
					"has_reasoning_efforts": false,
					"supports_attachments": true
				},
				{
					"id": "claude-opus-4-1-20250805",
					"name": "Claude Opus 4.1",
					"cost_per_1m_in": 15,
					"cost_per_1m_out": 75,
					"cost_per_1m_in_cached": 18.75,
					"cost_per_1m_out_cached": 1.5,
					"context_window": 200000,
					"default_max_tokens": 32000,
					"can_reason": true,
					"has_reasoning_efforts": false,
					"supports_attachments": true
				}
			]
		}
	}
}
