{
	"$ref": "#/definitions/ccusage-config",
	"$schema": "https://json-schema.org/draft-07/schema#",
	"definitions": {
		"ccusage-config": {
			"additionalProperties": false,
			"description": "Configuration file for ccusage",
			"markdownDescription": "Configuration file for ccusage",
			"properties": {
				"$schema": {
					"description": "JSON Schema URL for validation and autocomplete.",
					"markdownDescription": "JSON Schema URL for validation and autocomplete.",
					"type": "string"
				},
				"amp": {
					"additionalProperties": false,
					"description": "Amp configuration.",
					"markdownDescription": "Amp configuration.",
					"properties": {
						"commands": {
							"additionalProperties": false,
							"properties": {
								"daily": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"monthly": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"session": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								}
							},
							"type": "object"
						},
						"defaults": {
							"additionalProperties": false,
							"properties": {
								"all": {
									"default": false,
									"description": "Accepted for compatibility; all detected supported agents are included by default.",
									"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
									"type": "boolean"
								},
								"breakdown": {
									"default": false,
									"description": "Show per-model cost breakdown.",
									"markdownDescription": "Show per-model cost breakdown.",
									"type": "boolean"
								},
								"color": {
									"default": false,
									"description": "Enable colored output.",
									"markdownDescription": "Enable colored output.",
									"type": "boolean"
								},
								"compact": {
									"default": false,
									"description": "Force compact table layout for narrow terminals.",
									"markdownDescription": "Force compact table layout for narrow terminals.",
									"type": "boolean"
								},
								"debug": {
									"default": false,
									"description": "Show pricing mismatch information for debugging.",
									"markdownDescription": "Show pricing mismatch information for debugging.",
									"type": "boolean"
								},
								"debugSamples": {
									"default": 5,
									"description": "Number of sample discrepancies to show in debug output.",
									"format": "uint",
									"markdownDescription": "Number of sample discrepancies to show in debug output.",
									"minimum": 0.0,
									"type": "integer"
								},
								"jq": {
									"description": "jq filter to apply to JSON output.",
									"markdownDescription": "jq filter to apply to JSON output.",
									"type": "string"
								},
								"json": {
									"default": false,
									"description": "Output in JSON format.",
									"markdownDescription": "Output in JSON format.",
									"type": "boolean"
								},
								"mode": {
									"default": "auto",
									"description": "Cost calculation mode.",
									"enum": ["auto", "calculate", "display"],
									"markdownDescription": "Cost calculation mode.",
									"type": "string"
								},
								"noColor": {
									"default": false,
									"description": "Disable colored output.",
									"markdownDescription": "Disable colored output.",
									"type": "boolean"
								},
								"noCost": {
									"default": false,
									"description": "Hide cost information in table and JSON output.",
									"markdownDescription": "Hide cost information in table and JSON output.",
									"type": "boolean"
								},
								"noOffline": {
									"default": false,
									"description": "Disable cached pricing data where supported.",
									"markdownDescription": "Disable cached pricing data where supported.",
									"type": "boolean"
								},
								"offline": {
									"default": false,
									"description": "Use cached pricing data where supported.",
									"markdownDescription": "Use cached pricing data where supported.",
									"type": "boolean"
								},
								"order": {
									"default": "asc",
									"description": "Sort order.",
									"enum": ["desc", "asc"],
									"markdownDescription": "Sort order.",
									"type": "string"
								},
								"pricingOverrides": {
									"additionalProperties": {
										"additionalProperties": false,
										"properties": {
											"cacheCreationInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheCreationInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"fastMultiplier": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"maxInputTokens": {
												"format": "uint64",
												"minimum": 0.0,
												"type": "integer"
											},
											"outputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"outputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											}
										},
										"type": "object"
									},
									"description": "Runtime pricing overrides keyed by raw model name.",
									"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
									"type": "object"
								},
								"since": {
									"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"type": "string"
								},
								"singleThread": {
									"default": false,
									"description": "Disable parallel file processing.",
									"markdownDescription": "Disable parallel file processing.",
									"type": "boolean"
								},
								"timezone": {
									"description": "Timezone for date grouping (IANA).",
									"markdownDescription": "Timezone for date grouping (IANA).",
									"type": "string"
								},
								"until": {
									"description": "Filter until date (inclusive).",
									"markdownDescription": "Filter until date (inclusive).",
									"type": "string"
								}
							},
							"type": "object"
						}
					},
					"type": "object"
				},
				"antigravity": {
					"additionalProperties": false,
					"description": "Antigravity configuration.",
					"markdownDescription": "Antigravity configuration.",
					"properties": {
						"commands": {
							"additionalProperties": false,
							"properties": {
								"daily": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"monthly": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"session": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								}
							},
							"type": "object"
						},
						"defaults": {
							"additionalProperties": false,
							"properties": {
								"all": {
									"default": false,
									"description": "Accepted for compatibility; all detected supported agents are included by default.",
									"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
									"type": "boolean"
								},
								"breakdown": {
									"default": false,
									"description": "Show per-model cost breakdown.",
									"markdownDescription": "Show per-model cost breakdown.",
									"type": "boolean"
								},
								"color": {
									"default": false,
									"description": "Enable colored output.",
									"markdownDescription": "Enable colored output.",
									"type": "boolean"
								},
								"compact": {
									"default": false,
									"description": "Force compact table layout for narrow terminals.",
									"markdownDescription": "Force compact table layout for narrow terminals.",
									"type": "boolean"
								},
								"debug": {
									"default": false,
									"description": "Show pricing mismatch information for debugging.",
									"markdownDescription": "Show pricing mismatch information for debugging.",
									"type": "boolean"
								},
								"debugSamples": {
									"default": 5,
									"description": "Number of sample discrepancies to show in debug output.",
									"format": "uint",
									"markdownDescription": "Number of sample discrepancies to show in debug output.",
									"minimum": 0.0,
									"type": "integer"
								},
								"jq": {
									"description": "jq filter to apply to JSON output.",
									"markdownDescription": "jq filter to apply to JSON output.",
									"type": "string"
								},
								"json": {
									"default": false,
									"description": "Output in JSON format.",
									"markdownDescription": "Output in JSON format.",
									"type": "boolean"
								},
								"mode": {
									"default": "auto",
									"description": "Cost calculation mode.",
									"enum": ["auto", "calculate", "display"],
									"markdownDescription": "Cost calculation mode.",
									"type": "string"
								},
								"noColor": {
									"default": false,
									"description": "Disable colored output.",
									"markdownDescription": "Disable colored output.",
									"type": "boolean"
								},
								"noCost": {
									"default": false,
									"description": "Hide cost information in table and JSON output.",
									"markdownDescription": "Hide cost information in table and JSON output.",
									"type": "boolean"
								},
								"noOffline": {
									"default": false,
									"description": "Disable cached pricing data where supported.",
									"markdownDescription": "Disable cached pricing data where supported.",
									"type": "boolean"
								},
								"offline": {
									"default": false,
									"description": "Use cached pricing data where supported.",
									"markdownDescription": "Use cached pricing data where supported.",
									"type": "boolean"
								},
								"order": {
									"default": "asc",
									"description": "Sort order.",
									"enum": ["desc", "asc"],
									"markdownDescription": "Sort order.",
									"type": "string"
								},
								"pricingOverrides": {
									"additionalProperties": {
										"additionalProperties": false,
										"properties": {
											"cacheCreationInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheCreationInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"fastMultiplier": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"maxInputTokens": {
												"format": "uint64",
												"minimum": 0.0,
												"type": "integer"
											},
											"outputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"outputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											}
										},
										"type": "object"
									},
									"description": "Runtime pricing overrides keyed by raw model name.",
									"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
									"type": "object"
								},
								"since": {
									"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"type": "string"
								},
								"singleThread": {
									"default": false,
									"description": "Disable parallel file processing.",
									"markdownDescription": "Disable parallel file processing.",
									"type": "boolean"
								},
								"timezone": {
									"description": "Timezone for date grouping (IANA).",
									"markdownDescription": "Timezone for date grouping (IANA).",
									"type": "string"
								},
								"until": {
									"description": "Filter until date (inclusive).",
									"markdownDescription": "Filter until date (inclusive).",
									"type": "string"
								}
							},
							"type": "object"
						}
					},
					"type": "object"
				},
				"claude": {
					"additionalProperties": false,
					"description": "Claude Code configuration.",
					"markdownDescription": "Claude Code configuration.",
					"properties": {
						"commands": {
							"additionalProperties": false,
							"properties": {
								"blocks": {
									"additionalProperties": false,
									"properties": {
										"active": {
											"description": "Show the active session block.",
											"markdownDescription": "Show the active session block.",
											"type": "boolean"
										},
										"all": {
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"recent": {
											"description": "Show recent session blocks.",
											"markdownDescription": "Show recent session blocks.",
											"type": "boolean"
										},
										"sessionLength": {
											"default": 5.0,
											"description": "Session block duration in hours.",
											"format": "double",
											"markdownDescription": "Session block duration in hours.",
											"type": "number"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"tokenLimit": {
											"description": "Token limit for session block calculations.",
											"markdownDescription": "Token limit for session block calculations.",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"daily": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"instances": {
											"description": "Show per-session project instances.",
											"markdownDescription": "Show per-session project instances.",
											"type": "boolean"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"project": {
											"description": "Filter to a project name or path.",
											"markdownDescription": "Filter to a project name or path.",
											"type": "string"
										},
										"projectAliases": {
											"description": "JSON object or path mapping project paths to display aliases.",
											"markdownDescription": "JSON object or path mapping project paths to display aliases.",
											"type": "string"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"monthly": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"session": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"statusline": {
									"additionalProperties": false,
									"properties": {
										"cache": {
											"default": true,
											"description": "Enable statusline cache.",
											"markdownDescription": "Enable statusline cache.",
											"type": "boolean"
										},
										"contextLowThreshold": {
											"default": 50,
											"description": "Percentage threshold for low context warning.",
											"format": "uint64",
											"markdownDescription": "Percentage threshold for low context warning.",
											"minimum": 0.0,
											"type": "integer"
										},
										"contextMediumThreshold": {
											"default": 80,
											"description": "Percentage threshold for medium context warning.",
											"format": "uint64",
											"markdownDescription": "Percentage threshold for medium context warning.",
											"minimum": 0.0,
											"type": "integer"
										},
										"costSource": {
											"default": "auto",
											"description": "Source for statusline cost calculation.",
											"enum": ["auto", "ccusage", "cc", "both"],
											"markdownDescription": "Source for statusline cost calculation.",
											"type": "string"
										},
										"debug": {
											"default": false,
											"description": "Show statusline debug information.",
											"markdownDescription": "Show statusline debug information.",
											"type": "boolean"
										},
										"modelLabelAliases": {
											"additionalProperties": {
												"type": "string"
											},
											"description": "Map model identifiers to short display labels.",
											"markdownDescription": "Map model identifiers to short display labels.",
											"type": "object"
										},
										"noCache": {
											"default": false,
											"description": "Disable statusline cache.",
											"markdownDescription": "Disable statusline cache.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": true,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"refreshInterval": {
											"default": 1,
											"description": "Statusline refresh interval in seconds.",
											"format": "uint64",
											"markdownDescription": "Statusline refresh interval in seconds.",
											"minimum": 0.0,
											"type": "integer"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"visualBurnRate": {
											"default": "off",
											"description": "Visual burn-rate display mode.",
											"enum": ["off", "emoji", "text", "emoji-text"],
											"markdownDescription": "Visual burn-rate display mode.",
											"type": "string"
										}
									},
									"type": "object"
								},
								"weekly": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"startOfWeek": {
											"default": "sunday",
											"description": "First day of week for weekly grouping.",
											"enum": [
												"sunday",
												"monday",
												"tuesday",
												"wednesday",
												"thursday",
												"friday",
												"saturday"
											],
											"markdownDescription": "First day of week for weekly grouping.",
											"type": "string"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								}
							},
							"type": "object"
						},
						"defaults": {
							"additionalProperties": false,
							"properties": {
								"active": {
									"description": "Show the active session block.",
									"markdownDescription": "Show the active session block.",
									"type": "boolean"
								},
								"all": {
									"description": "Accepted for compatibility; all detected supported agents are included by default.",
									"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
									"type": "boolean"
								},
								"breakdown": {
									"description": "Show per-model cost breakdown.",
									"markdownDescription": "Show per-model cost breakdown.",
									"type": "boolean"
								},
								"cache": {
									"description": "Enable statusline cache.",
									"markdownDescription": "Enable statusline cache.",
									"type": "boolean"
								},
								"color": {
									"description": "Enable colored output.",
									"markdownDescription": "Enable colored output.",
									"type": "boolean"
								},
								"compact": {
									"description": "Force compact table layout for narrow terminals.",
									"markdownDescription": "Force compact table layout for narrow terminals.",
									"type": "boolean"
								},
								"contextLowThreshold": {
									"description": "Percentage threshold for low context warning.",
									"format": "uint64",
									"markdownDescription": "Percentage threshold for low context warning.",
									"minimum": 0.0,
									"type": "integer"
								},
								"contextMediumThreshold": {
									"description": "Percentage threshold for medium context warning.",
									"format": "uint64",
									"markdownDescription": "Percentage threshold for medium context warning.",
									"minimum": 0.0,
									"type": "integer"
								},
								"costSource": {
									"description": "Source for statusline cost calculation.",
									"enum": ["auto", "ccusage", "cc", "both"],
									"markdownDescription": "Source for statusline cost calculation.",
									"type": "string"
								},
								"debug": {
									"description": "Show statusline debug information.",
									"markdownDescription": "Show statusline debug information.",
									"type": "boolean"
								},
								"debugSamples": {
									"description": "Number of sample discrepancies to show in debug output.",
									"format": "uint",
									"markdownDescription": "Number of sample discrepancies to show in debug output.",
									"minimum": 0.0,
									"type": "integer"
								},
								"instances": {
									"description": "Show per-session project instances.",
									"markdownDescription": "Show per-session project instances.",
									"type": "boolean"
								},
								"jq": {
									"description": "jq filter to apply to JSON output.",
									"markdownDescription": "jq filter to apply to JSON output.",
									"type": "string"
								},
								"json": {
									"description": "Output in JSON format.",
									"markdownDescription": "Output in JSON format.",
									"type": "boolean"
								},
								"mode": {
									"description": "Cost calculation mode.",
									"enum": ["auto", "calculate", "display"],
									"markdownDescription": "Cost calculation mode.",
									"type": "string"
								},
								"modelLabelAliases": {
									"additionalProperties": {
										"type": "string"
									},
									"description": "Map model identifiers to short display labels.",
									"markdownDescription": "Map model identifiers to short display labels.",
									"type": "object"
								},
								"noCache": {
									"description": "Disable statusline cache.",
									"markdownDescription": "Disable statusline cache.",
									"type": "boolean"
								},
								"noColor": {
									"description": "Disable colored output.",
									"markdownDescription": "Disable colored output.",
									"type": "boolean"
								},
								"noCost": {
									"description": "Hide cost information in table and JSON output.",
									"markdownDescription": "Hide cost information in table and JSON output.",
									"type": "boolean"
								},
								"noOffline": {
									"description": "Disable cached pricing data where supported.",
									"markdownDescription": "Disable cached pricing data where supported.",
									"type": "boolean"
								},
								"offline": {
									"description": "Use cached pricing data where supported.",
									"markdownDescription": "Use cached pricing data where supported.",
									"type": "boolean"
								},
								"order": {
									"description": "Sort order.",
									"enum": ["desc", "asc"],
									"markdownDescription": "Sort order.",
									"type": "string"
								},
								"pricingOverrides": {
									"additionalProperties": {
										"additionalProperties": false,
										"properties": {
											"cacheCreationInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheCreationInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"fastMultiplier": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"maxInputTokens": {
												"format": "uint64",
												"minimum": 0.0,
												"type": "integer"
											},
											"outputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"outputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											}
										},
										"type": "object"
									},
									"description": "Runtime pricing overrides keyed by raw model name.",
									"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
									"type": "object"
								},
								"project": {
									"description": "Filter to a project name or path.",
									"markdownDescription": "Filter to a project name or path.",
									"type": "string"
								},
								"projectAliases": {
									"description": "JSON object or path mapping project paths to display aliases.",
									"markdownDescription": "JSON object or path mapping project paths to display aliases.",
									"type": "string"
								},
								"recent": {
									"description": "Show recent session blocks.",
									"markdownDescription": "Show recent session blocks.",
									"type": "boolean"
								},
								"refreshInterval": {
									"description": "Statusline refresh interval in seconds.",
									"format": "uint64",
									"markdownDescription": "Statusline refresh interval in seconds.",
									"minimum": 0.0,
									"type": "integer"
								},
								"sessionLength": {
									"description": "Session block duration in hours.",
									"format": "double",
									"markdownDescription": "Session block duration in hours.",
									"type": "number"
								},
								"since": {
									"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"type": "string"
								},
								"singleThread": {
									"description": "Disable parallel file processing.",
									"markdownDescription": "Disable parallel file processing.",
									"type": "boolean"
								},
								"startOfWeek": {
									"description": "First day of week for weekly grouping.",
									"enum": [
										"sunday",
										"monday",
										"tuesday",
										"wednesday",
										"thursday",
										"friday",
										"saturday"
									],
									"markdownDescription": "First day of week for weekly grouping.",
									"type": "string"
								},
								"timezone": {
									"description": "Timezone for date grouping (IANA).",
									"markdownDescription": "Timezone for date grouping (IANA).",
									"type": "string"
								},
								"tokenLimit": {
									"description": "Token limit for session block calculations.",
									"markdownDescription": "Token limit for session block calculations.",
									"type": "string"
								},
								"until": {
									"description": "Filter until date (inclusive).",
									"markdownDescription": "Filter until date (inclusive).",
									"type": "string"
								},
								"visualBurnRate": {
									"description": "Visual burn-rate display mode.",
									"enum": ["off", "emoji", "text", "emoji-text"],
									"markdownDescription": "Visual burn-rate display mode.",
									"type": "string"
								}
							},
							"type": "object"
						}
					},
					"type": "object"
				},
				"codebuff": {
					"additionalProperties": false,
					"description": "Codebuff configuration.",
					"markdownDescription": "Codebuff configuration.",
					"properties": {
						"commands": {
							"additionalProperties": false,
							"properties": {
								"daily": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"monthly": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"session": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								}
							},
							"type": "object"
						},
						"defaults": {
							"additionalProperties": false,
							"properties": {
								"all": {
									"default": false,
									"description": "Accepted for compatibility; all detected supported agents are included by default.",
									"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
									"type": "boolean"
								},
								"breakdown": {
									"default": false,
									"description": "Show per-model cost breakdown.",
									"markdownDescription": "Show per-model cost breakdown.",
									"type": "boolean"
								},
								"color": {
									"default": false,
									"description": "Enable colored output.",
									"markdownDescription": "Enable colored output.",
									"type": "boolean"
								},
								"compact": {
									"default": false,
									"description": "Force compact table layout for narrow terminals.",
									"markdownDescription": "Force compact table layout for narrow terminals.",
									"type": "boolean"
								},
								"debug": {
									"default": false,
									"description": "Show pricing mismatch information for debugging.",
									"markdownDescription": "Show pricing mismatch information for debugging.",
									"type": "boolean"
								},
								"debugSamples": {
									"default": 5,
									"description": "Number of sample discrepancies to show in debug output.",
									"format": "uint",
									"markdownDescription": "Number of sample discrepancies to show in debug output.",
									"minimum": 0.0,
									"type": "integer"
								},
								"jq": {
									"description": "jq filter to apply to JSON output.",
									"markdownDescription": "jq filter to apply to JSON output.",
									"type": "string"
								},
								"json": {
									"default": false,
									"description": "Output in JSON format.",
									"markdownDescription": "Output in JSON format.",
									"type": "boolean"
								},
								"mode": {
									"default": "auto",
									"description": "Cost calculation mode.",
									"enum": ["auto", "calculate", "display"],
									"markdownDescription": "Cost calculation mode.",
									"type": "string"
								},
								"noColor": {
									"default": false,
									"description": "Disable colored output.",
									"markdownDescription": "Disable colored output.",
									"type": "boolean"
								},
								"noCost": {
									"default": false,
									"description": "Hide cost information in table and JSON output.",
									"markdownDescription": "Hide cost information in table and JSON output.",
									"type": "boolean"
								},
								"noOffline": {
									"default": false,
									"description": "Disable cached pricing data where supported.",
									"markdownDescription": "Disable cached pricing data where supported.",
									"type": "boolean"
								},
								"offline": {
									"default": false,
									"description": "Use cached pricing data where supported.",
									"markdownDescription": "Use cached pricing data where supported.",
									"type": "boolean"
								},
								"order": {
									"default": "asc",
									"description": "Sort order.",
									"enum": ["desc", "asc"],
									"markdownDescription": "Sort order.",
									"type": "string"
								},
								"pricingOverrides": {
									"additionalProperties": {
										"additionalProperties": false,
										"properties": {
											"cacheCreationInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheCreationInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"fastMultiplier": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"maxInputTokens": {
												"format": "uint64",
												"minimum": 0.0,
												"type": "integer"
											},
											"outputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"outputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											}
										},
										"type": "object"
									},
									"description": "Runtime pricing overrides keyed by raw model name.",
									"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
									"type": "object"
								},
								"since": {
									"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"type": "string"
								},
								"singleThread": {
									"default": false,
									"description": "Disable parallel file processing.",
									"markdownDescription": "Disable parallel file processing.",
									"type": "boolean"
								},
								"timezone": {
									"description": "Timezone for date grouping (IANA).",
									"markdownDescription": "Timezone for date grouping (IANA).",
									"type": "string"
								},
								"until": {
									"description": "Filter until date (inclusive).",
									"markdownDescription": "Filter until date (inclusive).",
									"type": "string"
								}
							},
							"type": "object"
						}
					},
					"type": "object"
				},
				"codex": {
					"additionalProperties": false,
					"description": "Codex configuration.",
					"markdownDescription": "Codex configuration.",
					"properties": {
						"commands": {
							"additionalProperties": false,
							"properties": {
								"daily": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"speed": {
											"default": "auto",
											"description": "Codex speed normalization strategy.",
											"enum": ["auto", "standard", "fast"],
											"markdownDescription": "Codex speed normalization strategy.",
											"type": "string"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"monthly": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"speed": {
											"default": "auto",
											"description": "Codex speed normalization strategy.",
											"enum": ["auto", "standard", "fast"],
											"markdownDescription": "Codex speed normalization strategy.",
											"type": "string"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"session": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"speed": {
											"default": "auto",
											"description": "Codex speed normalization strategy.",
											"enum": ["auto", "standard", "fast"],
											"markdownDescription": "Codex speed normalization strategy.",
											"type": "string"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								}
							},
							"type": "object"
						},
						"defaults": {
							"additionalProperties": false,
							"properties": {
								"all": {
									"description": "Accepted for compatibility; all detected supported agents are included by default.",
									"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
									"type": "boolean"
								},
								"breakdown": {
									"description": "Show per-model cost breakdown.",
									"markdownDescription": "Show per-model cost breakdown.",
									"type": "boolean"
								},
								"color": {
									"description": "Enable colored output.",
									"markdownDescription": "Enable colored output.",
									"type": "boolean"
								},
								"compact": {
									"description": "Force compact table layout for narrow terminals.",
									"markdownDescription": "Force compact table layout for narrow terminals.",
									"type": "boolean"
								},
								"debug": {
									"description": "Show pricing mismatch information for debugging.",
									"markdownDescription": "Show pricing mismatch information for debugging.",
									"type": "boolean"
								},
								"debugSamples": {
									"description": "Number of sample discrepancies to show in debug output.",
									"format": "uint",
									"markdownDescription": "Number of sample discrepancies to show in debug output.",
									"minimum": 0.0,
									"type": "integer"
								},
								"jq": {
									"description": "jq filter to apply to JSON output.",
									"markdownDescription": "jq filter to apply to JSON output.",
									"type": "string"
								},
								"json": {
									"description": "Output in JSON format.",
									"markdownDescription": "Output in JSON format.",
									"type": "boolean"
								},
								"mode": {
									"description": "Cost calculation mode.",
									"enum": ["auto", "calculate", "display"],
									"markdownDescription": "Cost calculation mode.",
									"type": "string"
								},
								"noColor": {
									"description": "Disable colored output.",
									"markdownDescription": "Disable colored output.",
									"type": "boolean"
								},
								"noCost": {
									"description": "Hide cost information in table and JSON output.",
									"markdownDescription": "Hide cost information in table and JSON output.",
									"type": "boolean"
								},
								"noOffline": {
									"description": "Disable cached pricing data where supported.",
									"markdownDescription": "Disable cached pricing data where supported.",
									"type": "boolean"
								},
								"offline": {
									"description": "Use cached pricing data where supported.",
									"markdownDescription": "Use cached pricing data where supported.",
									"type": "boolean"
								},
								"order": {
									"description": "Sort order.",
									"enum": ["desc", "asc"],
									"markdownDescription": "Sort order.",
									"type": "string"
								},
								"pricingOverrides": {
									"additionalProperties": {
										"additionalProperties": false,
										"properties": {
											"cacheCreationInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheCreationInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"fastMultiplier": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"maxInputTokens": {
												"format": "uint64",
												"minimum": 0.0,
												"type": "integer"
											},
											"outputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"outputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											}
										},
										"type": "object"
									},
									"description": "Runtime pricing overrides keyed by raw model name.",
									"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
									"type": "object"
								},
								"since": {
									"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"type": "string"
								},
								"singleThread": {
									"description": "Disable parallel file processing.",
									"markdownDescription": "Disable parallel file processing.",
									"type": "boolean"
								},
								"speed": {
									"default": "auto",
									"description": "Codex speed normalization strategy.",
									"enum": ["auto", "standard", "fast"],
									"markdownDescription": "Codex speed normalization strategy.",
									"type": "string"
								},
								"timezone": {
									"description": "Timezone for date grouping (IANA).",
									"markdownDescription": "Timezone for date grouping (IANA).",
									"type": "string"
								},
								"until": {
									"description": "Filter until date (inclusive).",
									"markdownDescription": "Filter until date (inclusive).",
									"type": "string"
								}
							},
							"type": "object"
						}
					},
					"type": "object"
				},
				"commands": {
					"additionalProperties": false,
					"description": "Command-specific configuration for all-agent reports.",
					"markdownDescription": "Command-specific configuration for all-agent reports.",
					"properties": {
						"blocks": {
							"additionalProperties": false,
							"properties": {
								"active": {
									"description": "Show the active session block.",
									"markdownDescription": "Show the active session block.",
									"type": "boolean"
								},
								"all": {
									"description": "Accepted for compatibility; all detected supported agents are included by default.",
									"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
									"type": "boolean"
								},
								"breakdown": {
									"description": "Show per-model cost breakdown.",
									"markdownDescription": "Show per-model cost breakdown.",
									"type": "boolean"
								},
								"color": {
									"description": "Enable colored output.",
									"markdownDescription": "Enable colored output.",
									"type": "boolean"
								},
								"compact": {
									"description": "Force compact table layout for narrow terminals.",
									"markdownDescription": "Force compact table layout for narrow terminals.",
									"type": "boolean"
								},
								"debug": {
									"description": "Show pricing mismatch information for debugging.",
									"markdownDescription": "Show pricing mismatch information for debugging.",
									"type": "boolean"
								},
								"debugSamples": {
									"description": "Number of sample discrepancies to show in debug output.",
									"format": "uint",
									"markdownDescription": "Number of sample discrepancies to show in debug output.",
									"minimum": 0.0,
									"type": "integer"
								},
								"jq": {
									"description": "jq filter to apply to JSON output.",
									"markdownDescription": "jq filter to apply to JSON output.",
									"type": "string"
								},
								"json": {
									"description": "Output in JSON format.",
									"markdownDescription": "Output in JSON format.",
									"type": "boolean"
								},
								"mode": {
									"description": "Cost calculation mode.",
									"enum": ["auto", "calculate", "display"],
									"markdownDescription": "Cost calculation mode.",
									"type": "string"
								},
								"noColor": {
									"description": "Disable colored output.",
									"markdownDescription": "Disable colored output.",
									"type": "boolean"
								},
								"noCost": {
									"description": "Hide cost information in table and JSON output.",
									"markdownDescription": "Hide cost information in table and JSON output.",
									"type": "boolean"
								},
								"noOffline": {
									"description": "Disable cached pricing data where supported.",
									"markdownDescription": "Disable cached pricing data where supported.",
									"type": "boolean"
								},
								"offline": {
									"description": "Use cached pricing data where supported.",
									"markdownDescription": "Use cached pricing data where supported.",
									"type": "boolean"
								},
								"order": {
									"description": "Sort order.",
									"enum": ["desc", "asc"],
									"markdownDescription": "Sort order.",
									"type": "string"
								},
								"pricingOverrides": {
									"additionalProperties": {
										"additionalProperties": false,
										"properties": {
											"cacheCreationInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheCreationInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"fastMultiplier": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"maxInputTokens": {
												"format": "uint64",
												"minimum": 0.0,
												"type": "integer"
											},
											"outputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"outputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											}
										},
										"type": "object"
									},
									"description": "Runtime pricing overrides keyed by raw model name.",
									"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
									"type": "object"
								},
								"recent": {
									"description": "Show recent session blocks.",
									"markdownDescription": "Show recent session blocks.",
									"type": "boolean"
								},
								"sessionLength": {
									"default": 5.0,
									"description": "Session block duration in hours.",
									"format": "double",
									"markdownDescription": "Session block duration in hours.",
									"type": "number"
								},
								"since": {
									"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"type": "string"
								},
								"singleThread": {
									"description": "Disable parallel file processing.",
									"markdownDescription": "Disable parallel file processing.",
									"type": "boolean"
								},
								"timezone": {
									"description": "Timezone for date grouping (IANA).",
									"markdownDescription": "Timezone for date grouping (IANA).",
									"type": "string"
								},
								"tokenLimit": {
									"description": "Token limit for session block calculations.",
									"markdownDescription": "Token limit for session block calculations.",
									"type": "string"
								},
								"until": {
									"description": "Filter until date (inclusive).",
									"markdownDescription": "Filter until date (inclusive).",
									"type": "string"
								}
							},
							"type": "object"
						},
						"daily": {
							"additionalProperties": false,
							"properties": {
								"all": {
									"description": "Accepted for compatibility; all detected supported agents are included by default.",
									"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
									"type": "boolean"
								},
								"breakdown": {
									"description": "Show per-model cost breakdown.",
									"markdownDescription": "Show per-model cost breakdown.",
									"type": "boolean"
								},
								"color": {
									"description": "Enable colored output.",
									"markdownDescription": "Enable colored output.",
									"type": "boolean"
								},
								"compact": {
									"description": "Force compact table layout for narrow terminals.",
									"markdownDescription": "Force compact table layout for narrow terminals.",
									"type": "boolean"
								},
								"debug": {
									"description": "Show pricing mismatch information for debugging.",
									"markdownDescription": "Show pricing mismatch information for debugging.",
									"type": "boolean"
								},
								"debugSamples": {
									"description": "Number of sample discrepancies to show in debug output.",
									"format": "uint",
									"markdownDescription": "Number of sample discrepancies to show in debug output.",
									"minimum": 0.0,
									"type": "integer"
								},
								"instances": {
									"description": "Show per-session project instances.",
									"markdownDescription": "Show per-session project instances.",
									"type": "boolean"
								},
								"jq": {
									"description": "jq filter to apply to JSON output.",
									"markdownDescription": "jq filter to apply to JSON output.",
									"type": "string"
								},
								"json": {
									"description": "Output in JSON format.",
									"markdownDescription": "Output in JSON format.",
									"type": "boolean"
								},
								"mode": {
									"description": "Cost calculation mode.",
									"enum": ["auto", "calculate", "display"],
									"markdownDescription": "Cost calculation mode.",
									"type": "string"
								},
								"noColor": {
									"description": "Disable colored output.",
									"markdownDescription": "Disable colored output.",
									"type": "boolean"
								},
								"noCost": {
									"description": "Hide cost information in table and JSON output.",
									"markdownDescription": "Hide cost information in table and JSON output.",
									"type": "boolean"
								},
								"noOffline": {
									"description": "Disable cached pricing data where supported.",
									"markdownDescription": "Disable cached pricing data where supported.",
									"type": "boolean"
								},
								"offline": {
									"description": "Use cached pricing data where supported.",
									"markdownDescription": "Use cached pricing data where supported.",
									"type": "boolean"
								},
								"order": {
									"description": "Sort order.",
									"enum": ["desc", "asc"],
									"markdownDescription": "Sort order.",
									"type": "string"
								},
								"pricingOverrides": {
									"additionalProperties": {
										"additionalProperties": false,
										"properties": {
											"cacheCreationInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheCreationInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"fastMultiplier": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"maxInputTokens": {
												"format": "uint64",
												"minimum": 0.0,
												"type": "integer"
											},
											"outputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"outputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											}
										},
										"type": "object"
									},
									"description": "Runtime pricing overrides keyed by raw model name.",
									"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
									"type": "object"
								},
								"project": {
									"description": "Filter to a project name or path.",
									"markdownDescription": "Filter to a project name or path.",
									"type": "string"
								},
								"projectAliases": {
									"description": "JSON object or path mapping project paths to display aliases.",
									"markdownDescription": "JSON object or path mapping project paths to display aliases.",
									"type": "string"
								},
								"since": {
									"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"type": "string"
								},
								"singleThread": {
									"description": "Disable parallel file processing.",
									"markdownDescription": "Disable parallel file processing.",
									"type": "boolean"
								},
								"timezone": {
									"description": "Timezone for date grouping (IANA).",
									"markdownDescription": "Timezone for date grouping (IANA).",
									"type": "string"
								},
								"until": {
									"description": "Filter until date (inclusive).",
									"markdownDescription": "Filter until date (inclusive).",
									"type": "string"
								}
							},
							"type": "object"
						},
						"monthly": {
							"additionalProperties": false,
							"properties": {
								"all": {
									"default": false,
									"description": "Accepted for compatibility; all detected supported agents are included by default.",
									"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
									"type": "boolean"
								},
								"breakdown": {
									"default": false,
									"description": "Show per-model cost breakdown.",
									"markdownDescription": "Show per-model cost breakdown.",
									"type": "boolean"
								},
								"color": {
									"default": false,
									"description": "Enable colored output.",
									"markdownDescription": "Enable colored output.",
									"type": "boolean"
								},
								"compact": {
									"default": false,
									"description": "Force compact table layout for narrow terminals.",
									"markdownDescription": "Force compact table layout for narrow terminals.",
									"type": "boolean"
								},
								"debug": {
									"default": false,
									"description": "Show pricing mismatch information for debugging.",
									"markdownDescription": "Show pricing mismatch information for debugging.",
									"type": "boolean"
								},
								"debugSamples": {
									"default": 5,
									"description": "Number of sample discrepancies to show in debug output.",
									"format": "uint",
									"markdownDescription": "Number of sample discrepancies to show in debug output.",
									"minimum": 0.0,
									"type": "integer"
								},
								"jq": {
									"description": "jq filter to apply to JSON output.",
									"markdownDescription": "jq filter to apply to JSON output.",
									"type": "string"
								},
								"json": {
									"default": false,
									"description": "Output in JSON format.",
									"markdownDescription": "Output in JSON format.",
									"type": "boolean"
								},
								"mode": {
									"default": "auto",
									"description": "Cost calculation mode.",
									"enum": ["auto", "calculate", "display"],
									"markdownDescription": "Cost calculation mode.",
									"type": "string"
								},
								"noColor": {
									"default": false,
									"description": "Disable colored output.",
									"markdownDescription": "Disable colored output.",
									"type": "boolean"
								},
								"noCost": {
									"default": false,
									"description": "Hide cost information in table and JSON output.",
									"markdownDescription": "Hide cost information in table and JSON output.",
									"type": "boolean"
								},
								"noOffline": {
									"default": false,
									"description": "Disable cached pricing data where supported.",
									"markdownDescription": "Disable cached pricing data where supported.",
									"type": "boolean"
								},
								"offline": {
									"default": false,
									"description": "Use cached pricing data where supported.",
									"markdownDescription": "Use cached pricing data where supported.",
									"type": "boolean"
								},
								"order": {
									"default": "asc",
									"description": "Sort order.",
									"enum": ["desc", "asc"],
									"markdownDescription": "Sort order.",
									"type": "string"
								},
								"pricingOverrides": {
									"additionalProperties": {
										"additionalProperties": false,
										"properties": {
											"cacheCreationInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheCreationInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"fastMultiplier": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"maxInputTokens": {
												"format": "uint64",
												"minimum": 0.0,
												"type": "integer"
											},
											"outputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"outputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											}
										},
										"type": "object"
									},
									"description": "Runtime pricing overrides keyed by raw model name.",
									"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
									"type": "object"
								},
								"since": {
									"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"type": "string"
								},
								"singleThread": {
									"default": false,
									"description": "Disable parallel file processing.",
									"markdownDescription": "Disable parallel file processing.",
									"type": "boolean"
								},
								"timezone": {
									"description": "Timezone for date grouping (IANA).",
									"markdownDescription": "Timezone for date grouping (IANA).",
									"type": "string"
								},
								"until": {
									"description": "Filter until date (inclusive).",
									"markdownDescription": "Filter until date (inclusive).",
									"type": "string"
								}
							},
							"type": "object"
						},
						"session": {
							"additionalProperties": false,
							"properties": {
								"all": {
									"default": false,
									"description": "Accepted for compatibility; all detected supported agents are included by default.",
									"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
									"type": "boolean"
								},
								"breakdown": {
									"default": false,
									"description": "Show per-model cost breakdown.",
									"markdownDescription": "Show per-model cost breakdown.",
									"type": "boolean"
								},
								"color": {
									"default": false,
									"description": "Enable colored output.",
									"markdownDescription": "Enable colored output.",
									"type": "boolean"
								},
								"compact": {
									"default": false,
									"description": "Force compact table layout for narrow terminals.",
									"markdownDescription": "Force compact table layout for narrow terminals.",
									"type": "boolean"
								},
								"debug": {
									"default": false,
									"description": "Show pricing mismatch information for debugging.",
									"markdownDescription": "Show pricing mismatch information for debugging.",
									"type": "boolean"
								},
								"debugSamples": {
									"default": 5,
									"description": "Number of sample discrepancies to show in debug output.",
									"format": "uint",
									"markdownDescription": "Number of sample discrepancies to show in debug output.",
									"minimum": 0.0,
									"type": "integer"
								},
								"jq": {
									"description": "jq filter to apply to JSON output.",
									"markdownDescription": "jq filter to apply to JSON output.",
									"type": "string"
								},
								"json": {
									"default": false,
									"description": "Output in JSON format.",
									"markdownDescription": "Output in JSON format.",
									"type": "boolean"
								},
								"mode": {
									"default": "auto",
									"description": "Cost calculation mode.",
									"enum": ["auto", "calculate", "display"],
									"markdownDescription": "Cost calculation mode.",
									"type": "string"
								},
								"noColor": {
									"default": false,
									"description": "Disable colored output.",
									"markdownDescription": "Disable colored output.",
									"type": "boolean"
								},
								"noCost": {
									"default": false,
									"description": "Hide cost information in table and JSON output.",
									"markdownDescription": "Hide cost information in table and JSON output.",
									"type": "boolean"
								},
								"noOffline": {
									"default": false,
									"description": "Disable cached pricing data where supported.",
									"markdownDescription": "Disable cached pricing data where supported.",
									"type": "boolean"
								},
								"offline": {
									"default": false,
									"description": "Use cached pricing data where supported.",
									"markdownDescription": "Use cached pricing data where supported.",
									"type": "boolean"
								},
								"order": {
									"default": "asc",
									"description": "Sort order.",
									"enum": ["desc", "asc"],
									"markdownDescription": "Sort order.",
									"type": "string"
								},
								"pricingOverrides": {
									"additionalProperties": {
										"additionalProperties": false,
										"properties": {
											"cacheCreationInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheCreationInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"fastMultiplier": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"maxInputTokens": {
												"format": "uint64",
												"minimum": 0.0,
												"type": "integer"
											},
											"outputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"outputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											}
										},
										"type": "object"
									},
									"description": "Runtime pricing overrides keyed by raw model name.",
									"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
									"type": "object"
								},
								"since": {
									"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"type": "string"
								},
								"singleThread": {
									"default": false,
									"description": "Disable parallel file processing.",
									"markdownDescription": "Disable parallel file processing.",
									"type": "boolean"
								},
								"timezone": {
									"description": "Timezone for date grouping (IANA).",
									"markdownDescription": "Timezone for date grouping (IANA).",
									"type": "string"
								},
								"until": {
									"description": "Filter until date (inclusive).",
									"markdownDescription": "Filter until date (inclusive).",
									"type": "string"
								}
							},
							"type": "object"
						},
						"statusline": {
							"additionalProperties": false,
							"properties": {
								"cache": {
									"default": true,
									"description": "Enable statusline cache.",
									"markdownDescription": "Enable statusline cache.",
									"type": "boolean"
								},
								"contextLowThreshold": {
									"default": 50,
									"description": "Percentage threshold for low context warning.",
									"format": "uint64",
									"markdownDescription": "Percentage threshold for low context warning.",
									"minimum": 0.0,
									"type": "integer"
								},
								"contextMediumThreshold": {
									"default": 80,
									"description": "Percentage threshold for medium context warning.",
									"format": "uint64",
									"markdownDescription": "Percentage threshold for medium context warning.",
									"minimum": 0.0,
									"type": "integer"
								},
								"costSource": {
									"default": "auto",
									"description": "Source for statusline cost calculation.",
									"enum": ["auto", "ccusage", "cc", "both"],
									"markdownDescription": "Source for statusline cost calculation.",
									"type": "string"
								},
								"debug": {
									"default": false,
									"description": "Show statusline debug information.",
									"markdownDescription": "Show statusline debug information.",
									"type": "boolean"
								},
								"modelLabelAliases": {
									"additionalProperties": {
										"type": "string"
									},
									"description": "Map model identifiers to short display labels.",
									"markdownDescription": "Map model identifiers to short display labels.",
									"type": "object"
								},
								"noCache": {
									"default": false,
									"description": "Disable statusline cache.",
									"markdownDescription": "Disable statusline cache.",
									"type": "boolean"
								},
								"noOffline": {
									"default": false,
									"description": "Disable cached pricing data where supported.",
									"markdownDescription": "Disable cached pricing data where supported.",
									"type": "boolean"
								},
								"offline": {
									"default": true,
									"description": "Use cached pricing data where supported.",
									"markdownDescription": "Use cached pricing data where supported.",
									"type": "boolean"
								},
								"pricingOverrides": {
									"additionalProperties": {
										"additionalProperties": false,
										"properties": {
											"cacheCreationInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheCreationInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"fastMultiplier": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"maxInputTokens": {
												"format": "uint64",
												"minimum": 0.0,
												"type": "integer"
											},
											"outputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"outputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											}
										},
										"type": "object"
									},
									"description": "Runtime pricing overrides keyed by raw model name.",
									"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
									"type": "object"
								},
								"refreshInterval": {
									"default": 1,
									"description": "Statusline refresh interval in seconds.",
									"format": "uint64",
									"markdownDescription": "Statusline refresh interval in seconds.",
									"minimum": 0.0,
									"type": "integer"
								},
								"timezone": {
									"description": "Timezone for date grouping (IANA).",
									"markdownDescription": "Timezone for date grouping (IANA).",
									"type": "string"
								},
								"visualBurnRate": {
									"default": "off",
									"description": "Visual burn-rate display mode.",
									"enum": ["off", "emoji", "text", "emoji-text"],
									"markdownDescription": "Visual burn-rate display mode.",
									"type": "string"
								}
							},
							"type": "object"
						},
						"weekly": {
							"additionalProperties": false,
							"properties": {
								"all": {
									"description": "Accepted for compatibility; all detected supported agents are included by default.",
									"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
									"type": "boolean"
								},
								"breakdown": {
									"description": "Show per-model cost breakdown.",
									"markdownDescription": "Show per-model cost breakdown.",
									"type": "boolean"
								},
								"color": {
									"description": "Enable colored output.",
									"markdownDescription": "Enable colored output.",
									"type": "boolean"
								},
								"compact": {
									"description": "Force compact table layout for narrow terminals.",
									"markdownDescription": "Force compact table layout for narrow terminals.",
									"type": "boolean"
								},
								"debug": {
									"description": "Show pricing mismatch information for debugging.",
									"markdownDescription": "Show pricing mismatch information for debugging.",
									"type": "boolean"
								},
								"debugSamples": {
									"description": "Number of sample discrepancies to show in debug output.",
									"format": "uint",
									"markdownDescription": "Number of sample discrepancies to show in debug output.",
									"minimum": 0.0,
									"type": "integer"
								},
								"jq": {
									"description": "jq filter to apply to JSON output.",
									"markdownDescription": "jq filter to apply to JSON output.",
									"type": "string"
								},
								"json": {
									"description": "Output in JSON format.",
									"markdownDescription": "Output in JSON format.",
									"type": "boolean"
								},
								"mode": {
									"description": "Cost calculation mode.",
									"enum": ["auto", "calculate", "display"],
									"markdownDescription": "Cost calculation mode.",
									"type": "string"
								},
								"noColor": {
									"description": "Disable colored output.",
									"markdownDescription": "Disable colored output.",
									"type": "boolean"
								},
								"noCost": {
									"description": "Hide cost information in table and JSON output.",
									"markdownDescription": "Hide cost information in table and JSON output.",
									"type": "boolean"
								},
								"noOffline": {
									"description": "Disable cached pricing data where supported.",
									"markdownDescription": "Disable cached pricing data where supported.",
									"type": "boolean"
								},
								"offline": {
									"description": "Use cached pricing data where supported.",
									"markdownDescription": "Use cached pricing data where supported.",
									"type": "boolean"
								},
								"order": {
									"description": "Sort order.",
									"enum": ["desc", "asc"],
									"markdownDescription": "Sort order.",
									"type": "string"
								},
								"pricingOverrides": {
									"additionalProperties": {
										"additionalProperties": false,
										"properties": {
											"cacheCreationInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheCreationInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"fastMultiplier": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"maxInputTokens": {
												"format": "uint64",
												"minimum": 0.0,
												"type": "integer"
											},
											"outputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"outputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											}
										},
										"type": "object"
									},
									"description": "Runtime pricing overrides keyed by raw model name.",
									"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
									"type": "object"
								},
								"since": {
									"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"type": "string"
								},
								"singleThread": {
									"description": "Disable parallel file processing.",
									"markdownDescription": "Disable parallel file processing.",
									"type": "boolean"
								},
								"startOfWeek": {
									"default": "sunday",
									"description": "First day of week for weekly grouping.",
									"enum": [
										"sunday",
										"monday",
										"tuesday",
										"wednesday",
										"thursday",
										"friday",
										"saturday"
									],
									"markdownDescription": "First day of week for weekly grouping.",
									"type": "string"
								},
								"timezone": {
									"description": "Timezone for date grouping (IANA).",
									"markdownDescription": "Timezone for date grouping (IANA).",
									"type": "string"
								},
								"until": {
									"description": "Filter until date (inclusive).",
									"markdownDescription": "Filter until date (inclusive).",
									"type": "string"
								}
							},
							"type": "object"
						}
					},
					"type": "object"
				},
				"copilot": {
					"additionalProperties": false,
					"description": "GitHub Copilot CLI configuration.",
					"markdownDescription": "GitHub Copilot CLI configuration.",
					"properties": {
						"commands": {
							"additionalProperties": false,
							"properties": {
								"daily": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"monthly": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"session": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								}
							},
							"type": "object"
						},
						"defaults": {
							"additionalProperties": false,
							"properties": {
								"all": {
									"default": false,
									"description": "Accepted for compatibility; all detected supported agents are included by default.",
									"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
									"type": "boolean"
								},
								"breakdown": {
									"default": false,
									"description": "Show per-model cost breakdown.",
									"markdownDescription": "Show per-model cost breakdown.",
									"type": "boolean"
								},
								"color": {
									"default": false,
									"description": "Enable colored output.",
									"markdownDescription": "Enable colored output.",
									"type": "boolean"
								},
								"compact": {
									"default": false,
									"description": "Force compact table layout for narrow terminals.",
									"markdownDescription": "Force compact table layout for narrow terminals.",
									"type": "boolean"
								},
								"debug": {
									"default": false,
									"description": "Show pricing mismatch information for debugging.",
									"markdownDescription": "Show pricing mismatch information for debugging.",
									"type": "boolean"
								},
								"debugSamples": {
									"default": 5,
									"description": "Number of sample discrepancies to show in debug output.",
									"format": "uint",
									"markdownDescription": "Number of sample discrepancies to show in debug output.",
									"minimum": 0.0,
									"type": "integer"
								},
								"jq": {
									"description": "jq filter to apply to JSON output.",
									"markdownDescription": "jq filter to apply to JSON output.",
									"type": "string"
								},
								"json": {
									"default": false,
									"description": "Output in JSON format.",
									"markdownDescription": "Output in JSON format.",
									"type": "boolean"
								},
								"mode": {
									"default": "auto",
									"description": "Cost calculation mode.",
									"enum": ["auto", "calculate", "display"],
									"markdownDescription": "Cost calculation mode.",
									"type": "string"
								},
								"noColor": {
									"default": false,
									"description": "Disable colored output.",
									"markdownDescription": "Disable colored output.",
									"type": "boolean"
								},
								"noCost": {
									"default": false,
									"description": "Hide cost information in table and JSON output.",
									"markdownDescription": "Hide cost information in table and JSON output.",
									"type": "boolean"
								},
								"noOffline": {
									"default": false,
									"description": "Disable cached pricing data where supported.",
									"markdownDescription": "Disable cached pricing data where supported.",
									"type": "boolean"
								},
								"offline": {
									"default": false,
									"description": "Use cached pricing data where supported.",
									"markdownDescription": "Use cached pricing data where supported.",
									"type": "boolean"
								},
								"order": {
									"default": "asc",
									"description": "Sort order.",
									"enum": ["desc", "asc"],
									"markdownDescription": "Sort order.",
									"type": "string"
								},
								"pricingOverrides": {
									"additionalProperties": {
										"additionalProperties": false,
										"properties": {
											"cacheCreationInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheCreationInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"fastMultiplier": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"maxInputTokens": {
												"format": "uint64",
												"minimum": 0.0,
												"type": "integer"
											},
											"outputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"outputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											}
										},
										"type": "object"
									},
									"description": "Runtime pricing overrides keyed by raw model name.",
									"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
									"type": "object"
								},
								"since": {
									"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"type": "string"
								},
								"singleThread": {
									"default": false,
									"description": "Disable parallel file processing.",
									"markdownDescription": "Disable parallel file processing.",
									"type": "boolean"
								},
								"timezone": {
									"description": "Timezone for date grouping (IANA).",
									"markdownDescription": "Timezone for date grouping (IANA).",
									"type": "string"
								},
								"until": {
									"description": "Filter until date (inclusive).",
									"markdownDescription": "Filter until date (inclusive).",
									"type": "string"
								}
							},
							"type": "object"
						}
					},
					"type": "object"
				},
				"defaults": {
					"additionalProperties": false,
					"description": "Default values for all-agent reports and legacy Claude commands.",
					"markdownDescription": "Default values for all-agent reports and legacy Claude commands.",
					"properties": {
						"all": {
							"default": false,
							"description": "Accepted for compatibility; all detected supported agents are included by default.",
							"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
							"type": "boolean"
						},
						"breakdown": {
							"default": false,
							"description": "Show per-model cost breakdown.",
							"markdownDescription": "Show per-model cost breakdown.",
							"type": "boolean"
						},
						"color": {
							"default": false,
							"description": "Enable colored output.",
							"markdownDescription": "Enable colored output.",
							"type": "boolean"
						},
						"compact": {
							"default": false,
							"description": "Force compact table layout for narrow terminals.",
							"markdownDescription": "Force compact table layout for narrow terminals.",
							"type": "boolean"
						},
						"debug": {
							"default": false,
							"description": "Show pricing mismatch information for debugging.",
							"markdownDescription": "Show pricing mismatch information for debugging.",
							"type": "boolean"
						},
						"debugSamples": {
							"default": 5,
							"description": "Number of sample discrepancies to show in debug output.",
							"format": "uint",
							"markdownDescription": "Number of sample discrepancies to show in debug output.",
							"minimum": 0.0,
							"type": "integer"
						},
						"jq": {
							"description": "jq filter to apply to JSON output.",
							"markdownDescription": "jq filter to apply to JSON output.",
							"type": "string"
						},
						"json": {
							"default": false,
							"description": "Output in JSON format.",
							"markdownDescription": "Output in JSON format.",
							"type": "boolean"
						},
						"mode": {
							"default": "auto",
							"description": "Cost calculation mode.",
							"enum": ["auto", "calculate", "display"],
							"markdownDescription": "Cost calculation mode.",
							"type": "string"
						},
						"noColor": {
							"default": false,
							"description": "Disable colored output.",
							"markdownDescription": "Disable colored output.",
							"type": "boolean"
						},
						"noCost": {
							"default": false,
							"description": "Hide cost information in table and JSON output.",
							"markdownDescription": "Hide cost information in table and JSON output.",
							"type": "boolean"
						},
						"noOffline": {
							"default": false,
							"description": "Disable cached pricing data where supported.",
							"markdownDescription": "Disable cached pricing data where supported.",
							"type": "boolean"
						},
						"offline": {
							"default": false,
							"description": "Use cached pricing data where supported.",
							"markdownDescription": "Use cached pricing data where supported.",
							"type": "boolean"
						},
						"order": {
							"default": "asc",
							"description": "Sort order.",
							"enum": ["desc", "asc"],
							"markdownDescription": "Sort order.",
							"type": "string"
						},
						"pricingOverrides": {
							"additionalProperties": {
								"additionalProperties": false,
								"properties": {
									"cacheCreationInputTokenCost": {
										"format": "double",
										"type": "number"
									},
									"cacheCreationInputTokenCostAbove200kTokens": {
										"format": "double",
										"type": "number"
									},
									"cacheReadInputTokenCost": {
										"format": "double",
										"type": "number"
									},
									"cacheReadInputTokenCostAbove200kTokens": {
										"format": "double",
										"type": "number"
									},
									"fastMultiplier": {
										"format": "double",
										"type": "number"
									},
									"inputCostPerToken": {
										"format": "double",
										"type": "number"
									},
									"inputCostPerTokenAbove200kTokens": {
										"format": "double",
										"type": "number"
									},
									"maxInputTokens": {
										"format": "uint64",
										"minimum": 0.0,
										"type": "integer"
									},
									"outputCostPerToken": {
										"format": "double",
										"type": "number"
									},
									"outputCostPerTokenAbove200kTokens": {
										"format": "double",
										"type": "number"
									}
								},
								"type": "object"
							},
							"description": "Runtime pricing overrides keyed by raw model name.",
							"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
							"type": "object"
						},
						"since": {
							"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
							"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
							"type": "string"
						},
						"singleThread": {
							"default": false,
							"description": "Disable parallel file processing.",
							"markdownDescription": "Disable parallel file processing.",
							"type": "boolean"
						},
						"timezone": {
							"description": "Timezone for date grouping (IANA).",
							"markdownDescription": "Timezone for date grouping (IANA).",
							"type": "string"
						},
						"until": {
							"description": "Filter until date (inclusive).",
							"markdownDescription": "Filter until date (inclusive).",
							"type": "string"
						}
					},
					"type": "object"
				},
				"droid": {
					"additionalProperties": false,
					"description": "Droid configuration.",
					"markdownDescription": "Droid configuration.",
					"properties": {
						"commands": {
							"additionalProperties": false,
							"properties": {
								"daily": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"monthly": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"session": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								}
							},
							"type": "object"
						},
						"defaults": {
							"additionalProperties": false,
							"properties": {
								"all": {
									"default": false,
									"description": "Accepted for compatibility; all detected supported agents are included by default.",
									"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
									"type": "boolean"
								},
								"breakdown": {
									"default": false,
									"description": "Show per-model cost breakdown.",
									"markdownDescription": "Show per-model cost breakdown.",
									"type": "boolean"
								},
								"color": {
									"default": false,
									"description": "Enable colored output.",
									"markdownDescription": "Enable colored output.",
									"type": "boolean"
								},
								"compact": {
									"default": false,
									"description": "Force compact table layout for narrow terminals.",
									"markdownDescription": "Force compact table layout for narrow terminals.",
									"type": "boolean"
								},
								"debug": {
									"default": false,
									"description": "Show pricing mismatch information for debugging.",
									"markdownDescription": "Show pricing mismatch information for debugging.",
									"type": "boolean"
								},
								"debugSamples": {
									"default": 5,
									"description": "Number of sample discrepancies to show in debug output.",
									"format": "uint",
									"markdownDescription": "Number of sample discrepancies to show in debug output.",
									"minimum": 0.0,
									"type": "integer"
								},
								"jq": {
									"description": "jq filter to apply to JSON output.",
									"markdownDescription": "jq filter to apply to JSON output.",
									"type": "string"
								},
								"json": {
									"default": false,
									"description": "Output in JSON format.",
									"markdownDescription": "Output in JSON format.",
									"type": "boolean"
								},
								"mode": {
									"default": "auto",
									"description": "Cost calculation mode.",
									"enum": ["auto", "calculate", "display"],
									"markdownDescription": "Cost calculation mode.",
									"type": "string"
								},
								"noColor": {
									"default": false,
									"description": "Disable colored output.",
									"markdownDescription": "Disable colored output.",
									"type": "boolean"
								},
								"noCost": {
									"default": false,
									"description": "Hide cost information in table and JSON output.",
									"markdownDescription": "Hide cost information in table and JSON output.",
									"type": "boolean"
								},
								"noOffline": {
									"default": false,
									"description": "Disable cached pricing data where supported.",
									"markdownDescription": "Disable cached pricing data where supported.",
									"type": "boolean"
								},
								"offline": {
									"default": false,
									"description": "Use cached pricing data where supported.",
									"markdownDescription": "Use cached pricing data where supported.",
									"type": "boolean"
								},
								"order": {
									"default": "asc",
									"description": "Sort order.",
									"enum": ["desc", "asc"],
									"markdownDescription": "Sort order.",
									"type": "string"
								},
								"pricingOverrides": {
									"additionalProperties": {
										"additionalProperties": false,
										"properties": {
											"cacheCreationInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheCreationInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"fastMultiplier": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"maxInputTokens": {
												"format": "uint64",
												"minimum": 0.0,
												"type": "integer"
											},
											"outputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"outputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											}
										},
										"type": "object"
									},
									"description": "Runtime pricing overrides keyed by raw model name.",
									"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
									"type": "object"
								},
								"since": {
									"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"type": "string"
								},
								"singleThread": {
									"default": false,
									"description": "Disable parallel file processing.",
									"markdownDescription": "Disable parallel file processing.",
									"type": "boolean"
								},
								"timezone": {
									"description": "Timezone for date grouping (IANA).",
									"markdownDescription": "Timezone for date grouping (IANA).",
									"type": "string"
								},
								"until": {
									"description": "Filter until date (inclusive).",
									"markdownDescription": "Filter until date (inclusive).",
									"type": "string"
								}
							},
							"type": "object"
						}
					},
					"type": "object"
				},
				"gemini": {
					"additionalProperties": false,
					"description": "Gemini CLI configuration.",
					"markdownDescription": "Gemini CLI configuration.",
					"properties": {
						"commands": {
							"additionalProperties": false,
							"properties": {
								"daily": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"monthly": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"session": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								}
							},
							"type": "object"
						},
						"defaults": {
							"additionalProperties": false,
							"properties": {
								"all": {
									"default": false,
									"description": "Accepted for compatibility; all detected supported agents are included by default.",
									"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
									"type": "boolean"
								},
								"breakdown": {
									"default": false,
									"description": "Show per-model cost breakdown.",
									"markdownDescription": "Show per-model cost breakdown.",
									"type": "boolean"
								},
								"color": {
									"default": false,
									"description": "Enable colored output.",
									"markdownDescription": "Enable colored output.",
									"type": "boolean"
								},
								"compact": {
									"default": false,
									"description": "Force compact table layout for narrow terminals.",
									"markdownDescription": "Force compact table layout for narrow terminals.",
									"type": "boolean"
								},
								"debug": {
									"default": false,
									"description": "Show pricing mismatch information for debugging.",
									"markdownDescription": "Show pricing mismatch information for debugging.",
									"type": "boolean"
								},
								"debugSamples": {
									"default": 5,
									"description": "Number of sample discrepancies to show in debug output.",
									"format": "uint",
									"markdownDescription": "Number of sample discrepancies to show in debug output.",
									"minimum": 0.0,
									"type": "integer"
								},
								"jq": {
									"description": "jq filter to apply to JSON output.",
									"markdownDescription": "jq filter to apply to JSON output.",
									"type": "string"
								},
								"json": {
									"default": false,
									"description": "Output in JSON format.",
									"markdownDescription": "Output in JSON format.",
									"type": "boolean"
								},
								"mode": {
									"default": "auto",
									"description": "Cost calculation mode.",
									"enum": ["auto", "calculate", "display"],
									"markdownDescription": "Cost calculation mode.",
									"type": "string"
								},
								"noColor": {
									"default": false,
									"description": "Disable colored output.",
									"markdownDescription": "Disable colored output.",
									"type": "boolean"
								},
								"noCost": {
									"default": false,
									"description": "Hide cost information in table and JSON output.",
									"markdownDescription": "Hide cost information in table and JSON output.",
									"type": "boolean"
								},
								"noOffline": {
									"default": false,
									"description": "Disable cached pricing data where supported.",
									"markdownDescription": "Disable cached pricing data where supported.",
									"type": "boolean"
								},
								"offline": {
									"default": false,
									"description": "Use cached pricing data where supported.",
									"markdownDescription": "Use cached pricing data where supported.",
									"type": "boolean"
								},
								"order": {
									"default": "asc",
									"description": "Sort order.",
									"enum": ["desc", "asc"],
									"markdownDescription": "Sort order.",
									"type": "string"
								},
								"pricingOverrides": {
									"additionalProperties": {
										"additionalProperties": false,
										"properties": {
											"cacheCreationInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheCreationInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"fastMultiplier": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"maxInputTokens": {
												"format": "uint64",
												"minimum": 0.0,
												"type": "integer"
											},
											"outputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"outputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											}
										},
										"type": "object"
									},
									"description": "Runtime pricing overrides keyed by raw model name.",
									"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
									"type": "object"
								},
								"since": {
									"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"type": "string"
								},
								"singleThread": {
									"default": false,
									"description": "Disable parallel file processing.",
									"markdownDescription": "Disable parallel file processing.",
									"type": "boolean"
								},
								"timezone": {
									"description": "Timezone for date grouping (IANA).",
									"markdownDescription": "Timezone for date grouping (IANA).",
									"type": "string"
								},
								"until": {
									"description": "Filter until date (inclusive).",
									"markdownDescription": "Filter until date (inclusive).",
									"type": "string"
								}
							},
							"type": "object"
						}
					},
					"type": "object"
				},
				"goose": {
					"additionalProperties": false,
					"description": "Goose configuration.",
					"markdownDescription": "Goose configuration.",
					"properties": {
						"commands": {
							"additionalProperties": false,
							"properties": {
								"daily": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"monthly": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"session": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								}
							},
							"type": "object"
						},
						"defaults": {
							"additionalProperties": false,
							"properties": {
								"all": {
									"default": false,
									"description": "Accepted for compatibility; all detected supported agents are included by default.",
									"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
									"type": "boolean"
								},
								"breakdown": {
									"default": false,
									"description": "Show per-model cost breakdown.",
									"markdownDescription": "Show per-model cost breakdown.",
									"type": "boolean"
								},
								"color": {
									"default": false,
									"description": "Enable colored output.",
									"markdownDescription": "Enable colored output.",
									"type": "boolean"
								},
								"compact": {
									"default": false,
									"description": "Force compact table layout for narrow terminals.",
									"markdownDescription": "Force compact table layout for narrow terminals.",
									"type": "boolean"
								},
								"debug": {
									"default": false,
									"description": "Show pricing mismatch information for debugging.",
									"markdownDescription": "Show pricing mismatch information for debugging.",
									"type": "boolean"
								},
								"debugSamples": {
									"default": 5,
									"description": "Number of sample discrepancies to show in debug output.",
									"format": "uint",
									"markdownDescription": "Number of sample discrepancies to show in debug output.",
									"minimum": 0.0,
									"type": "integer"
								},
								"jq": {
									"description": "jq filter to apply to JSON output.",
									"markdownDescription": "jq filter to apply to JSON output.",
									"type": "string"
								},
								"json": {
									"default": false,
									"description": "Output in JSON format.",
									"markdownDescription": "Output in JSON format.",
									"type": "boolean"
								},
								"mode": {
									"default": "auto",
									"description": "Cost calculation mode.",
									"enum": ["auto", "calculate", "display"],
									"markdownDescription": "Cost calculation mode.",
									"type": "string"
								},
								"noColor": {
									"default": false,
									"description": "Disable colored output.",
									"markdownDescription": "Disable colored output.",
									"type": "boolean"
								},
								"noCost": {
									"default": false,
									"description": "Hide cost information in table and JSON output.",
									"markdownDescription": "Hide cost information in table and JSON output.",
									"type": "boolean"
								},
								"noOffline": {
									"default": false,
									"description": "Disable cached pricing data where supported.",
									"markdownDescription": "Disable cached pricing data where supported.",
									"type": "boolean"
								},
								"offline": {
									"default": false,
									"description": "Use cached pricing data where supported.",
									"markdownDescription": "Use cached pricing data where supported.",
									"type": "boolean"
								},
								"order": {
									"default": "asc",
									"description": "Sort order.",
									"enum": ["desc", "asc"],
									"markdownDescription": "Sort order.",
									"type": "string"
								},
								"pricingOverrides": {
									"additionalProperties": {
										"additionalProperties": false,
										"properties": {
											"cacheCreationInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheCreationInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"fastMultiplier": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"maxInputTokens": {
												"format": "uint64",
												"minimum": 0.0,
												"type": "integer"
											},
											"outputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"outputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											}
										},
										"type": "object"
									},
									"description": "Runtime pricing overrides keyed by raw model name.",
									"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
									"type": "object"
								},
								"since": {
									"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"type": "string"
								},
								"singleThread": {
									"default": false,
									"description": "Disable parallel file processing.",
									"markdownDescription": "Disable parallel file processing.",
									"type": "boolean"
								},
								"timezone": {
									"description": "Timezone for date grouping (IANA).",
									"markdownDescription": "Timezone for date grouping (IANA).",
									"type": "string"
								},
								"until": {
									"description": "Filter until date (inclusive).",
									"markdownDescription": "Filter until date (inclusive).",
									"type": "string"
								}
							},
							"type": "object"
						}
					},
					"type": "object"
				},
				"grok": {
					"additionalProperties": false,
					"description": "Grok Build CLI configuration.",
					"markdownDescription": "Grok Build CLI configuration.",
					"properties": {
						"commands": {
							"additionalProperties": false,
							"properties": {
								"daily": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"monthly": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"session": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								}
							},
							"type": "object"
						},
						"defaults": {
							"additionalProperties": false,
							"properties": {
								"all": {
									"default": false,
									"description": "Accepted for compatibility; all detected supported agents are included by default.",
									"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
									"type": "boolean"
								},
								"breakdown": {
									"default": false,
									"description": "Show per-model cost breakdown.",
									"markdownDescription": "Show per-model cost breakdown.",
									"type": "boolean"
								},
								"color": {
									"default": false,
									"description": "Enable colored output.",
									"markdownDescription": "Enable colored output.",
									"type": "boolean"
								},
								"compact": {
									"default": false,
									"description": "Force compact table layout for narrow terminals.",
									"markdownDescription": "Force compact table layout for narrow terminals.",
									"type": "boolean"
								},
								"debug": {
									"default": false,
									"description": "Show pricing mismatch information for debugging.",
									"markdownDescription": "Show pricing mismatch information for debugging.",
									"type": "boolean"
								},
								"debugSamples": {
									"default": 5,
									"description": "Number of sample discrepancies to show in debug output.",
									"format": "uint",
									"markdownDescription": "Number of sample discrepancies to show in debug output.",
									"minimum": 0.0,
									"type": "integer"
								},
								"jq": {
									"description": "jq filter to apply to JSON output.",
									"markdownDescription": "jq filter to apply to JSON output.",
									"type": "string"
								},
								"json": {
									"default": false,
									"description": "Output in JSON format.",
									"markdownDescription": "Output in JSON format.",
									"type": "boolean"
								},
								"mode": {
									"default": "auto",
									"description": "Cost calculation mode.",
									"enum": ["auto", "calculate", "display"],
									"markdownDescription": "Cost calculation mode.",
									"type": "string"
								},
								"noColor": {
									"default": false,
									"description": "Disable colored output.",
									"markdownDescription": "Disable colored output.",
									"type": "boolean"
								},
								"noCost": {
									"default": false,
									"description": "Hide cost information in table and JSON output.",
									"markdownDescription": "Hide cost information in table and JSON output.",
									"type": "boolean"
								},
								"noOffline": {
									"default": false,
									"description": "Disable cached pricing data where supported.",
									"markdownDescription": "Disable cached pricing data where supported.",
									"type": "boolean"
								},
								"offline": {
									"default": false,
									"description": "Use cached pricing data where supported.",
									"markdownDescription": "Use cached pricing data where supported.",
									"type": "boolean"
								},
								"order": {
									"default": "asc",
									"description": "Sort order.",
									"enum": ["desc", "asc"],
									"markdownDescription": "Sort order.",
									"type": "string"
								},
								"pricingOverrides": {
									"additionalProperties": {
										"additionalProperties": false,
										"properties": {
											"cacheCreationInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheCreationInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"fastMultiplier": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"maxInputTokens": {
												"format": "uint64",
												"minimum": 0.0,
												"type": "integer"
											},
											"outputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"outputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											}
										},
										"type": "object"
									},
									"description": "Runtime pricing overrides keyed by raw model name.",
									"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
									"type": "object"
								},
								"since": {
									"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"type": "string"
								},
								"singleThread": {
									"default": false,
									"description": "Disable parallel file processing.",
									"markdownDescription": "Disable parallel file processing.",
									"type": "boolean"
								},
								"timezone": {
									"description": "Timezone for date grouping (IANA).",
									"markdownDescription": "Timezone for date grouping (IANA).",
									"type": "string"
								},
								"until": {
									"description": "Filter until date (inclusive).",
									"markdownDescription": "Filter until date (inclusive).",
									"type": "string"
								}
							},
							"type": "object"
						}
					},
					"type": "object"
				},
				"hermes": {
					"additionalProperties": false,
					"description": "Hermes Agent configuration.",
					"markdownDescription": "Hermes Agent configuration.",
					"properties": {
						"commands": {
							"additionalProperties": false,
							"properties": {
								"daily": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"monthly": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"session": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								}
							},
							"type": "object"
						},
						"defaults": {
							"additionalProperties": false,
							"properties": {
								"all": {
									"default": false,
									"description": "Accepted for compatibility; all detected supported agents are included by default.",
									"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
									"type": "boolean"
								},
								"breakdown": {
									"default": false,
									"description": "Show per-model cost breakdown.",
									"markdownDescription": "Show per-model cost breakdown.",
									"type": "boolean"
								},
								"color": {
									"default": false,
									"description": "Enable colored output.",
									"markdownDescription": "Enable colored output.",
									"type": "boolean"
								},
								"compact": {
									"default": false,
									"description": "Force compact table layout for narrow terminals.",
									"markdownDescription": "Force compact table layout for narrow terminals.",
									"type": "boolean"
								},
								"debug": {
									"default": false,
									"description": "Show pricing mismatch information for debugging.",
									"markdownDescription": "Show pricing mismatch information for debugging.",
									"type": "boolean"
								},
								"debugSamples": {
									"default": 5,
									"description": "Number of sample discrepancies to show in debug output.",
									"format": "uint",
									"markdownDescription": "Number of sample discrepancies to show in debug output.",
									"minimum": 0.0,
									"type": "integer"
								},
								"jq": {
									"description": "jq filter to apply to JSON output.",
									"markdownDescription": "jq filter to apply to JSON output.",
									"type": "string"
								},
								"json": {
									"default": false,
									"description": "Output in JSON format.",
									"markdownDescription": "Output in JSON format.",
									"type": "boolean"
								},
								"mode": {
									"default": "auto",
									"description": "Cost calculation mode.",
									"enum": ["auto", "calculate", "display"],
									"markdownDescription": "Cost calculation mode.",
									"type": "string"
								},
								"noColor": {
									"default": false,
									"description": "Disable colored output.",
									"markdownDescription": "Disable colored output.",
									"type": "boolean"
								},
								"noCost": {
									"default": false,
									"description": "Hide cost information in table and JSON output.",
									"markdownDescription": "Hide cost information in table and JSON output.",
									"type": "boolean"
								},
								"noOffline": {
									"default": false,
									"description": "Disable cached pricing data where supported.",
									"markdownDescription": "Disable cached pricing data where supported.",
									"type": "boolean"
								},
								"offline": {
									"default": false,
									"description": "Use cached pricing data where supported.",
									"markdownDescription": "Use cached pricing data where supported.",
									"type": "boolean"
								},
								"order": {
									"default": "asc",
									"description": "Sort order.",
									"enum": ["desc", "asc"],
									"markdownDescription": "Sort order.",
									"type": "string"
								},
								"pricingOverrides": {
									"additionalProperties": {
										"additionalProperties": false,
										"properties": {
											"cacheCreationInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheCreationInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"fastMultiplier": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"maxInputTokens": {
												"format": "uint64",
												"minimum": 0.0,
												"type": "integer"
											},
											"outputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"outputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											}
										},
										"type": "object"
									},
									"description": "Runtime pricing overrides keyed by raw model name.",
									"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
									"type": "object"
								},
								"since": {
									"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"type": "string"
								},
								"singleThread": {
									"default": false,
									"description": "Disable parallel file processing.",
									"markdownDescription": "Disable parallel file processing.",
									"type": "boolean"
								},
								"timezone": {
									"description": "Timezone for date grouping (IANA).",
									"markdownDescription": "Timezone for date grouping (IANA).",
									"type": "string"
								},
								"until": {
									"description": "Filter until date (inclusive).",
									"markdownDescription": "Filter until date (inclusive).",
									"type": "string"
								}
							},
							"type": "object"
						}
					},
					"type": "object"
				},
				"kilo": {
					"additionalProperties": false,
					"description": "Kilo configuration.",
					"markdownDescription": "Kilo configuration.",
					"properties": {
						"commands": {
							"additionalProperties": false,
							"properties": {
								"daily": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"monthly": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"session": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								}
							},
							"type": "object"
						},
						"defaults": {
							"additionalProperties": false,
							"properties": {
								"all": {
									"default": false,
									"description": "Accepted for compatibility; all detected supported agents are included by default.",
									"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
									"type": "boolean"
								},
								"breakdown": {
									"default": false,
									"description": "Show per-model cost breakdown.",
									"markdownDescription": "Show per-model cost breakdown.",
									"type": "boolean"
								},
								"color": {
									"default": false,
									"description": "Enable colored output.",
									"markdownDescription": "Enable colored output.",
									"type": "boolean"
								},
								"compact": {
									"default": false,
									"description": "Force compact table layout for narrow terminals.",
									"markdownDescription": "Force compact table layout for narrow terminals.",
									"type": "boolean"
								},
								"debug": {
									"default": false,
									"description": "Show pricing mismatch information for debugging.",
									"markdownDescription": "Show pricing mismatch information for debugging.",
									"type": "boolean"
								},
								"debugSamples": {
									"default": 5,
									"description": "Number of sample discrepancies to show in debug output.",
									"format": "uint",
									"markdownDescription": "Number of sample discrepancies to show in debug output.",
									"minimum": 0.0,
									"type": "integer"
								},
								"jq": {
									"description": "jq filter to apply to JSON output.",
									"markdownDescription": "jq filter to apply to JSON output.",
									"type": "string"
								},
								"json": {
									"default": false,
									"description": "Output in JSON format.",
									"markdownDescription": "Output in JSON format.",
									"type": "boolean"
								},
								"mode": {
									"default": "auto",
									"description": "Cost calculation mode.",
									"enum": ["auto", "calculate", "display"],
									"markdownDescription": "Cost calculation mode.",
									"type": "string"
								},
								"noColor": {
									"default": false,
									"description": "Disable colored output.",
									"markdownDescription": "Disable colored output.",
									"type": "boolean"
								},
								"noCost": {
									"default": false,
									"description": "Hide cost information in table and JSON output.",
									"markdownDescription": "Hide cost information in table and JSON output.",
									"type": "boolean"
								},
								"noOffline": {
									"default": false,
									"description": "Disable cached pricing data where supported.",
									"markdownDescription": "Disable cached pricing data where supported.",
									"type": "boolean"
								},
								"offline": {
									"default": false,
									"description": "Use cached pricing data where supported.",
									"markdownDescription": "Use cached pricing data where supported.",
									"type": "boolean"
								},
								"order": {
									"default": "asc",
									"description": "Sort order.",
									"enum": ["desc", "asc"],
									"markdownDescription": "Sort order.",
									"type": "string"
								},
								"pricingOverrides": {
									"additionalProperties": {
										"additionalProperties": false,
										"properties": {
											"cacheCreationInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheCreationInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"fastMultiplier": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"maxInputTokens": {
												"format": "uint64",
												"minimum": 0.0,
												"type": "integer"
											},
											"outputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"outputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											}
										},
										"type": "object"
									},
									"description": "Runtime pricing overrides keyed by raw model name.",
									"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
									"type": "object"
								},
								"since": {
									"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"type": "string"
								},
								"singleThread": {
									"default": false,
									"description": "Disable parallel file processing.",
									"markdownDescription": "Disable parallel file processing.",
									"type": "boolean"
								},
								"timezone": {
									"description": "Timezone for date grouping (IANA).",
									"markdownDescription": "Timezone for date grouping (IANA).",
									"type": "string"
								},
								"until": {
									"description": "Filter until date (inclusive).",
									"markdownDescription": "Filter until date (inclusive).",
									"type": "string"
								}
							},
							"type": "object"
						}
					},
					"type": "object"
				},
				"kimi": {
					"additionalProperties": false,
					"description": "Kimi configuration.",
					"markdownDescription": "Kimi configuration.",
					"properties": {
						"commands": {
							"additionalProperties": false,
							"properties": {
								"daily": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"monthly": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"session": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								}
							},
							"type": "object"
						},
						"defaults": {
							"additionalProperties": false,
							"properties": {
								"all": {
									"default": false,
									"description": "Accepted for compatibility; all detected supported agents are included by default.",
									"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
									"type": "boolean"
								},
								"breakdown": {
									"default": false,
									"description": "Show per-model cost breakdown.",
									"markdownDescription": "Show per-model cost breakdown.",
									"type": "boolean"
								},
								"color": {
									"default": false,
									"description": "Enable colored output.",
									"markdownDescription": "Enable colored output.",
									"type": "boolean"
								},
								"compact": {
									"default": false,
									"description": "Force compact table layout for narrow terminals.",
									"markdownDescription": "Force compact table layout for narrow terminals.",
									"type": "boolean"
								},
								"debug": {
									"default": false,
									"description": "Show pricing mismatch information for debugging.",
									"markdownDescription": "Show pricing mismatch information for debugging.",
									"type": "boolean"
								},
								"debugSamples": {
									"default": 5,
									"description": "Number of sample discrepancies to show in debug output.",
									"format": "uint",
									"markdownDescription": "Number of sample discrepancies to show in debug output.",
									"minimum": 0.0,
									"type": "integer"
								},
								"jq": {
									"description": "jq filter to apply to JSON output.",
									"markdownDescription": "jq filter to apply to JSON output.",
									"type": "string"
								},
								"json": {
									"default": false,
									"description": "Output in JSON format.",
									"markdownDescription": "Output in JSON format.",
									"type": "boolean"
								},
								"mode": {
									"default": "auto",
									"description": "Cost calculation mode.",
									"enum": ["auto", "calculate", "display"],
									"markdownDescription": "Cost calculation mode.",
									"type": "string"
								},
								"noColor": {
									"default": false,
									"description": "Disable colored output.",
									"markdownDescription": "Disable colored output.",
									"type": "boolean"
								},
								"noCost": {
									"default": false,
									"description": "Hide cost information in table and JSON output.",
									"markdownDescription": "Hide cost information in table and JSON output.",
									"type": "boolean"
								},
								"noOffline": {
									"default": false,
									"description": "Disable cached pricing data where supported.",
									"markdownDescription": "Disable cached pricing data where supported.",
									"type": "boolean"
								},
								"offline": {
									"default": false,
									"description": "Use cached pricing data where supported.",
									"markdownDescription": "Use cached pricing data where supported.",
									"type": "boolean"
								},
								"order": {
									"default": "asc",
									"description": "Sort order.",
									"enum": ["desc", "asc"],
									"markdownDescription": "Sort order.",
									"type": "string"
								},
								"pricingOverrides": {
									"additionalProperties": {
										"additionalProperties": false,
										"properties": {
											"cacheCreationInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheCreationInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"fastMultiplier": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"maxInputTokens": {
												"format": "uint64",
												"minimum": 0.0,
												"type": "integer"
											},
											"outputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"outputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											}
										},
										"type": "object"
									},
									"description": "Runtime pricing overrides keyed by raw model name.",
									"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
									"type": "object"
								},
								"since": {
									"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"type": "string"
								},
								"singleThread": {
									"default": false,
									"description": "Disable parallel file processing.",
									"markdownDescription": "Disable parallel file processing.",
									"type": "boolean"
								},
								"timezone": {
									"description": "Timezone for date grouping (IANA).",
									"markdownDescription": "Timezone for date grouping (IANA).",
									"type": "string"
								},
								"until": {
									"description": "Filter until date (inclusive).",
									"markdownDescription": "Filter until date (inclusive).",
									"type": "string"
								}
							},
							"type": "object"
						}
					},
					"type": "object"
				},
				"openclaw": {
					"additionalProperties": false,
					"description": "OpenClaw configuration.",
					"markdownDescription": "OpenClaw configuration.",
					"properties": {
						"commands": {
							"additionalProperties": false,
							"properties": {
								"daily": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"openClawPath": {
											"description": "Path or comma-separated paths to OpenClaw data directories.",
											"markdownDescription": "Path or comma-separated paths to OpenClaw data directories.",
											"type": "string"
										},
										"order": {
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"monthly": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"openClawPath": {
											"description": "Path or comma-separated paths to OpenClaw data directories.",
											"markdownDescription": "Path or comma-separated paths to OpenClaw data directories.",
											"type": "string"
										},
										"order": {
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"session": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"openClawPath": {
											"description": "Path or comma-separated paths to OpenClaw data directories.",
											"markdownDescription": "Path or comma-separated paths to OpenClaw data directories.",
											"type": "string"
										},
										"order": {
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								}
							},
							"type": "object"
						},
						"defaults": {
							"additionalProperties": false,
							"properties": {
								"all": {
									"description": "Accepted for compatibility; all detected supported agents are included by default.",
									"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
									"type": "boolean"
								},
								"breakdown": {
									"description": "Show per-model cost breakdown.",
									"markdownDescription": "Show per-model cost breakdown.",
									"type": "boolean"
								},
								"color": {
									"description": "Enable colored output.",
									"markdownDescription": "Enable colored output.",
									"type": "boolean"
								},
								"compact": {
									"description": "Force compact table layout for narrow terminals.",
									"markdownDescription": "Force compact table layout for narrow terminals.",
									"type": "boolean"
								},
								"debug": {
									"description": "Show pricing mismatch information for debugging.",
									"markdownDescription": "Show pricing mismatch information for debugging.",
									"type": "boolean"
								},
								"debugSamples": {
									"description": "Number of sample discrepancies to show in debug output.",
									"format": "uint",
									"markdownDescription": "Number of sample discrepancies to show in debug output.",
									"minimum": 0.0,
									"type": "integer"
								},
								"jq": {
									"description": "jq filter to apply to JSON output.",
									"markdownDescription": "jq filter to apply to JSON output.",
									"type": "string"
								},
								"json": {
									"description": "Output in JSON format.",
									"markdownDescription": "Output in JSON format.",
									"type": "boolean"
								},
								"mode": {
									"description": "Cost calculation mode.",
									"enum": ["auto", "calculate", "display"],
									"markdownDescription": "Cost calculation mode.",
									"type": "string"
								},
								"noColor": {
									"description": "Disable colored output.",
									"markdownDescription": "Disable colored output.",
									"type": "boolean"
								},
								"noCost": {
									"description": "Hide cost information in table and JSON output.",
									"markdownDescription": "Hide cost information in table and JSON output.",
									"type": "boolean"
								},
								"noOffline": {
									"description": "Disable cached pricing data where supported.",
									"markdownDescription": "Disable cached pricing data where supported.",
									"type": "boolean"
								},
								"offline": {
									"description": "Use cached pricing data where supported.",
									"markdownDescription": "Use cached pricing data where supported.",
									"type": "boolean"
								},
								"openClawPath": {
									"description": "Path or comma-separated paths to OpenClaw data directories.",
									"markdownDescription": "Path or comma-separated paths to OpenClaw data directories.",
									"type": "string"
								},
								"order": {
									"description": "Sort order.",
									"enum": ["desc", "asc"],
									"markdownDescription": "Sort order.",
									"type": "string"
								},
								"pricingOverrides": {
									"additionalProperties": {
										"additionalProperties": false,
										"properties": {
											"cacheCreationInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheCreationInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"fastMultiplier": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"maxInputTokens": {
												"format": "uint64",
												"minimum": 0.0,
												"type": "integer"
											},
											"outputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"outputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											}
										},
										"type": "object"
									},
									"description": "Runtime pricing overrides keyed by raw model name.",
									"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
									"type": "object"
								},
								"since": {
									"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"type": "string"
								},
								"singleThread": {
									"description": "Disable parallel file processing.",
									"markdownDescription": "Disable parallel file processing.",
									"type": "boolean"
								},
								"timezone": {
									"description": "Timezone for date grouping (IANA).",
									"markdownDescription": "Timezone for date grouping (IANA).",
									"type": "string"
								},
								"until": {
									"description": "Filter until date (inclusive).",
									"markdownDescription": "Filter until date (inclusive).",
									"type": "string"
								}
							},
							"type": "object"
						}
					},
					"type": "object"
				},
				"opencode": {
					"additionalProperties": false,
					"description": "OpenCode configuration.",
					"markdownDescription": "OpenCode configuration.",
					"properties": {
						"commands": {
							"additionalProperties": false,
							"properties": {
								"daily": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"monthly": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"session": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"weekly": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								}
							},
							"type": "object"
						},
						"defaults": {
							"additionalProperties": false,
							"properties": {
								"all": {
									"default": false,
									"description": "Accepted for compatibility; all detected supported agents are included by default.",
									"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
									"type": "boolean"
								},
								"breakdown": {
									"default": false,
									"description": "Show per-model cost breakdown.",
									"markdownDescription": "Show per-model cost breakdown.",
									"type": "boolean"
								},
								"color": {
									"default": false,
									"description": "Enable colored output.",
									"markdownDescription": "Enable colored output.",
									"type": "boolean"
								},
								"compact": {
									"default": false,
									"description": "Force compact table layout for narrow terminals.",
									"markdownDescription": "Force compact table layout for narrow terminals.",
									"type": "boolean"
								},
								"debug": {
									"default": false,
									"description": "Show pricing mismatch information for debugging.",
									"markdownDescription": "Show pricing mismatch information for debugging.",
									"type": "boolean"
								},
								"debugSamples": {
									"default": 5,
									"description": "Number of sample discrepancies to show in debug output.",
									"format": "uint",
									"markdownDescription": "Number of sample discrepancies to show in debug output.",
									"minimum": 0.0,
									"type": "integer"
								},
								"jq": {
									"description": "jq filter to apply to JSON output.",
									"markdownDescription": "jq filter to apply to JSON output.",
									"type": "string"
								},
								"json": {
									"default": false,
									"description": "Output in JSON format.",
									"markdownDescription": "Output in JSON format.",
									"type": "boolean"
								},
								"mode": {
									"default": "auto",
									"description": "Cost calculation mode.",
									"enum": ["auto", "calculate", "display"],
									"markdownDescription": "Cost calculation mode.",
									"type": "string"
								},
								"noColor": {
									"default": false,
									"description": "Disable colored output.",
									"markdownDescription": "Disable colored output.",
									"type": "boolean"
								},
								"noCost": {
									"default": false,
									"description": "Hide cost information in table and JSON output.",
									"markdownDescription": "Hide cost information in table and JSON output.",
									"type": "boolean"
								},
								"noOffline": {
									"default": false,
									"description": "Disable cached pricing data where supported.",
									"markdownDescription": "Disable cached pricing data where supported.",
									"type": "boolean"
								},
								"offline": {
									"default": false,
									"description": "Use cached pricing data where supported.",
									"markdownDescription": "Use cached pricing data where supported.",
									"type": "boolean"
								},
								"order": {
									"default": "asc",
									"description": "Sort order.",
									"enum": ["desc", "asc"],
									"markdownDescription": "Sort order.",
									"type": "string"
								},
								"pricingOverrides": {
									"additionalProperties": {
										"additionalProperties": false,
										"properties": {
											"cacheCreationInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheCreationInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"fastMultiplier": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"maxInputTokens": {
												"format": "uint64",
												"minimum": 0.0,
												"type": "integer"
											},
											"outputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"outputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											}
										},
										"type": "object"
									},
									"description": "Runtime pricing overrides keyed by raw model name.",
									"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
									"type": "object"
								},
								"since": {
									"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"type": "string"
								},
								"singleThread": {
									"default": false,
									"description": "Disable parallel file processing.",
									"markdownDescription": "Disable parallel file processing.",
									"type": "boolean"
								},
								"timezone": {
									"description": "Timezone for date grouping (IANA).",
									"markdownDescription": "Timezone for date grouping (IANA).",
									"type": "string"
								},
								"until": {
									"description": "Filter until date (inclusive).",
									"markdownDescription": "Filter until date (inclusive).",
									"type": "string"
								}
							},
							"type": "object"
						}
					},
					"type": "object"
				},
				"pi": {
					"additionalProperties": false,
					"description": "pi-agent configuration.",
					"markdownDescription": "pi-agent configuration.",
					"properties": {
						"commands": {
							"additionalProperties": false,
							"properties": {
								"daily": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"piPath": {
											"description": "Path or comma-separated paths to pi-agent sessions directories.",
											"markdownDescription": "Path or comma-separated paths to pi-agent sessions directories.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"monthly": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"piPath": {
											"description": "Path or comma-separated paths to pi-agent sessions directories.",
											"markdownDescription": "Path or comma-separated paths to pi-agent sessions directories.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"session": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"piPath": {
											"description": "Path or comma-separated paths to pi-agent sessions directories.",
											"markdownDescription": "Path or comma-separated paths to pi-agent sessions directories.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								}
							},
							"type": "object"
						},
						"defaults": {
							"additionalProperties": false,
							"properties": {
								"all": {
									"description": "Accepted for compatibility; all detected supported agents are included by default.",
									"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
									"type": "boolean"
								},
								"breakdown": {
									"description": "Show per-model cost breakdown.",
									"markdownDescription": "Show per-model cost breakdown.",
									"type": "boolean"
								},
								"color": {
									"description": "Enable colored output.",
									"markdownDescription": "Enable colored output.",
									"type": "boolean"
								},
								"compact": {
									"description": "Force compact table layout for narrow terminals.",
									"markdownDescription": "Force compact table layout for narrow terminals.",
									"type": "boolean"
								},
								"debug": {
									"description": "Show pricing mismatch information for debugging.",
									"markdownDescription": "Show pricing mismatch information for debugging.",
									"type": "boolean"
								},
								"debugSamples": {
									"description": "Number of sample discrepancies to show in debug output.",
									"format": "uint",
									"markdownDescription": "Number of sample discrepancies to show in debug output.",
									"minimum": 0.0,
									"type": "integer"
								},
								"jq": {
									"description": "jq filter to apply to JSON output.",
									"markdownDescription": "jq filter to apply to JSON output.",
									"type": "string"
								},
								"json": {
									"description": "Output in JSON format.",
									"markdownDescription": "Output in JSON format.",
									"type": "boolean"
								},
								"mode": {
									"description": "Cost calculation mode.",
									"enum": ["auto", "calculate", "display"],
									"markdownDescription": "Cost calculation mode.",
									"type": "string"
								},
								"noColor": {
									"description": "Disable colored output.",
									"markdownDescription": "Disable colored output.",
									"type": "boolean"
								},
								"noCost": {
									"description": "Hide cost information in table and JSON output.",
									"markdownDescription": "Hide cost information in table and JSON output.",
									"type": "boolean"
								},
								"noOffline": {
									"description": "Disable cached pricing data where supported.",
									"markdownDescription": "Disable cached pricing data where supported.",
									"type": "boolean"
								},
								"offline": {
									"description": "Use cached pricing data where supported.",
									"markdownDescription": "Use cached pricing data where supported.",
									"type": "boolean"
								},
								"order": {
									"description": "Sort order.",
									"enum": ["desc", "asc"],
									"markdownDescription": "Sort order.",
									"type": "string"
								},
								"piPath": {
									"description": "Path or comma-separated paths to pi-agent sessions directories.",
									"markdownDescription": "Path or comma-separated paths to pi-agent sessions directories.",
									"type": "string"
								},
								"pricingOverrides": {
									"additionalProperties": {
										"additionalProperties": false,
										"properties": {
											"cacheCreationInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheCreationInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"fastMultiplier": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"maxInputTokens": {
												"format": "uint64",
												"minimum": 0.0,
												"type": "integer"
											},
											"outputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"outputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											}
										},
										"type": "object"
									},
									"description": "Runtime pricing overrides keyed by raw model name.",
									"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
									"type": "object"
								},
								"since": {
									"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"type": "string"
								},
								"singleThread": {
									"description": "Disable parallel file processing.",
									"markdownDescription": "Disable parallel file processing.",
									"type": "boolean"
								},
								"timezone": {
									"description": "Timezone for date grouping (IANA).",
									"markdownDescription": "Timezone for date grouping (IANA).",
									"type": "string"
								},
								"until": {
									"description": "Filter until date (inclusive).",
									"markdownDescription": "Filter until date (inclusive).",
									"type": "string"
								}
							},
							"type": "object"
						},
						"stores": {
							"description": "Additional named pi-format session stores included in all-agent reports.",
							"items": {
								"additionalProperties": false,
								"properties": {
									"name": {
										"description": "Agent name to use for this pi-format store in all-agent reports.",
										"markdownDescription": "Agent name to use for this pi-format store in all-agent reports.",
										"pattern": "^[a-z][a-z0-9_-]{0,31}$",
										"type": "string"
									},
									"path": {
										"description": "Path to this pi-format sessions directory. Comma-separated lists are supported.",
										"markdownDescription": "Path to this pi-format sessions directory. Comma-separated lists are supported.",
										"type": "string"
									}
								},
								"required": ["name", "path"],
								"type": "object"
							},
							"markdownDescription": "Additional named pi-format session stores included in all-agent reports.",
							"type": "array"
						}
					},
					"type": "object"
				},
				"qwen": {
					"additionalProperties": false,
					"description": "Qwen configuration.",
					"markdownDescription": "Qwen configuration.",
					"properties": {
						"commands": {
							"additionalProperties": false,
							"properties": {
								"daily": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"monthly": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"session": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								}
							},
							"type": "object"
						},
						"defaults": {
							"additionalProperties": false,
							"properties": {
								"all": {
									"default": false,
									"description": "Accepted for compatibility; all detected supported agents are included by default.",
									"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
									"type": "boolean"
								},
								"breakdown": {
									"default": false,
									"description": "Show per-model cost breakdown.",
									"markdownDescription": "Show per-model cost breakdown.",
									"type": "boolean"
								},
								"color": {
									"default": false,
									"description": "Enable colored output.",
									"markdownDescription": "Enable colored output.",
									"type": "boolean"
								},
								"compact": {
									"default": false,
									"description": "Force compact table layout for narrow terminals.",
									"markdownDescription": "Force compact table layout for narrow terminals.",
									"type": "boolean"
								},
								"debug": {
									"default": false,
									"description": "Show pricing mismatch information for debugging.",
									"markdownDescription": "Show pricing mismatch information for debugging.",
									"type": "boolean"
								},
								"debugSamples": {
									"default": 5,
									"description": "Number of sample discrepancies to show in debug output.",
									"format": "uint",
									"markdownDescription": "Number of sample discrepancies to show in debug output.",
									"minimum": 0.0,
									"type": "integer"
								},
								"jq": {
									"description": "jq filter to apply to JSON output.",
									"markdownDescription": "jq filter to apply to JSON output.",
									"type": "string"
								},
								"json": {
									"default": false,
									"description": "Output in JSON format.",
									"markdownDescription": "Output in JSON format.",
									"type": "boolean"
								},
								"mode": {
									"default": "auto",
									"description": "Cost calculation mode.",
									"enum": ["auto", "calculate", "display"],
									"markdownDescription": "Cost calculation mode.",
									"type": "string"
								},
								"noColor": {
									"default": false,
									"description": "Disable colored output.",
									"markdownDescription": "Disable colored output.",
									"type": "boolean"
								},
								"noCost": {
									"default": false,
									"description": "Hide cost information in table and JSON output.",
									"markdownDescription": "Hide cost information in table and JSON output.",
									"type": "boolean"
								},
								"noOffline": {
									"default": false,
									"description": "Disable cached pricing data where supported.",
									"markdownDescription": "Disable cached pricing data where supported.",
									"type": "boolean"
								},
								"offline": {
									"default": false,
									"description": "Use cached pricing data where supported.",
									"markdownDescription": "Use cached pricing data where supported.",
									"type": "boolean"
								},
								"order": {
									"default": "asc",
									"description": "Sort order.",
									"enum": ["desc", "asc"],
									"markdownDescription": "Sort order.",
									"type": "string"
								},
								"pricingOverrides": {
									"additionalProperties": {
										"additionalProperties": false,
										"properties": {
											"cacheCreationInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheCreationInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"fastMultiplier": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"maxInputTokens": {
												"format": "uint64",
												"minimum": 0.0,
												"type": "integer"
											},
											"outputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"outputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											}
										},
										"type": "object"
									},
									"description": "Runtime pricing overrides keyed by raw model name.",
									"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
									"type": "object"
								},
								"since": {
									"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"type": "string"
								},
								"singleThread": {
									"default": false,
									"description": "Disable parallel file processing.",
									"markdownDescription": "Disable parallel file processing.",
									"type": "boolean"
								},
								"timezone": {
									"description": "Timezone for date grouping (IANA).",
									"markdownDescription": "Timezone for date grouping (IANA).",
									"type": "string"
								},
								"until": {
									"description": "Filter until date (inclusive).",
									"markdownDescription": "Filter until date (inclusive).",
									"type": "string"
								}
							},
							"type": "object"
						}
					},
					"type": "object"
				},
				"zcode": {
					"additionalProperties": false,
					"description": "ZCode configuration.",
					"markdownDescription": "ZCode configuration.",
					"properties": {
						"commands": {
							"additionalProperties": false,
							"properties": {
								"daily": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"monthly": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								},
								"session": {
									"additionalProperties": false,
									"properties": {
										"all": {
											"default": false,
											"description": "Accepted for compatibility; all detected supported agents are included by default.",
											"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
											"type": "boolean"
										},
										"breakdown": {
											"default": false,
											"description": "Show per-model cost breakdown.",
											"markdownDescription": "Show per-model cost breakdown.",
											"type": "boolean"
										},
										"color": {
											"default": false,
											"description": "Enable colored output.",
											"markdownDescription": "Enable colored output.",
											"type": "boolean"
										},
										"compact": {
											"default": false,
											"description": "Force compact table layout for narrow terminals.",
											"markdownDescription": "Force compact table layout for narrow terminals.",
											"type": "boolean"
										},
										"debug": {
											"default": false,
											"description": "Show pricing mismatch information for debugging.",
											"markdownDescription": "Show pricing mismatch information for debugging.",
											"type": "boolean"
										},
										"debugSamples": {
											"default": 5,
											"description": "Number of sample discrepancies to show in debug output.",
											"format": "uint",
											"markdownDescription": "Number of sample discrepancies to show in debug output.",
											"minimum": 0.0,
											"type": "integer"
										},
										"jq": {
											"description": "jq filter to apply to JSON output.",
											"markdownDescription": "jq filter to apply to JSON output.",
											"type": "string"
										},
										"json": {
											"default": false,
											"description": "Output in JSON format.",
											"markdownDescription": "Output in JSON format.",
											"type": "boolean"
										},
										"mode": {
											"default": "auto",
											"description": "Cost calculation mode.",
											"enum": ["auto", "calculate", "display"],
											"markdownDescription": "Cost calculation mode.",
											"type": "string"
										},
										"noColor": {
											"default": false,
											"description": "Disable colored output.",
											"markdownDescription": "Disable colored output.",
											"type": "boolean"
										},
										"noCost": {
											"default": false,
											"description": "Hide cost information in table and JSON output.",
											"markdownDescription": "Hide cost information in table and JSON output.",
											"type": "boolean"
										},
										"noOffline": {
											"default": false,
											"description": "Disable cached pricing data where supported.",
											"markdownDescription": "Disable cached pricing data where supported.",
											"type": "boolean"
										},
										"offline": {
											"default": false,
											"description": "Use cached pricing data where supported.",
											"markdownDescription": "Use cached pricing data where supported.",
											"type": "boolean"
										},
										"order": {
											"default": "asc",
											"description": "Sort order.",
											"enum": ["desc", "asc"],
											"markdownDescription": "Sort order.",
											"type": "string"
										},
										"pricingOverrides": {
											"additionalProperties": {
												"additionalProperties": false,
												"properties": {
													"cacheCreationInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheCreationInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCost": {
														"format": "double",
														"type": "number"
													},
													"cacheReadInputTokenCostAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"fastMultiplier": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"inputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													},
													"maxInputTokens": {
														"format": "uint64",
														"minimum": 0.0,
														"type": "integer"
													},
													"outputCostPerToken": {
														"format": "double",
														"type": "number"
													},
													"outputCostPerTokenAbove200kTokens": {
														"format": "double",
														"type": "number"
													}
												},
												"type": "object"
											},
											"description": "Runtime pricing overrides keyed by raw model name.",
											"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
											"type": "object"
										},
										"since": {
											"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
											"type": "string"
										},
										"singleThread": {
											"default": false,
											"description": "Disable parallel file processing.",
											"markdownDescription": "Disable parallel file processing.",
											"type": "boolean"
										},
										"timezone": {
											"description": "Timezone for date grouping (IANA).",
											"markdownDescription": "Timezone for date grouping (IANA).",
											"type": "string"
										},
										"until": {
											"description": "Filter until date (inclusive).",
											"markdownDescription": "Filter until date (inclusive).",
											"type": "string"
										}
									},
									"type": "object"
								}
							},
							"type": "object"
						},
						"defaults": {
							"additionalProperties": false,
							"properties": {
								"all": {
									"default": false,
									"description": "Accepted for compatibility; all detected supported agents are included by default.",
									"markdownDescription": "Accepted for compatibility; all detected supported agents are included by default.",
									"type": "boolean"
								},
								"breakdown": {
									"default": false,
									"description": "Show per-model cost breakdown.",
									"markdownDescription": "Show per-model cost breakdown.",
									"type": "boolean"
								},
								"color": {
									"default": false,
									"description": "Enable colored output.",
									"markdownDescription": "Enable colored output.",
									"type": "boolean"
								},
								"compact": {
									"default": false,
									"description": "Force compact table layout for narrow terminals.",
									"markdownDescription": "Force compact table layout for narrow terminals.",
									"type": "boolean"
								},
								"debug": {
									"default": false,
									"description": "Show pricing mismatch information for debugging.",
									"markdownDescription": "Show pricing mismatch information for debugging.",
									"type": "boolean"
								},
								"debugSamples": {
									"default": 5,
									"description": "Number of sample discrepancies to show in debug output.",
									"format": "uint",
									"markdownDescription": "Number of sample discrepancies to show in debug output.",
									"minimum": 0.0,
									"type": "integer"
								},
								"jq": {
									"description": "jq filter to apply to JSON output.",
									"markdownDescription": "jq filter to apply to JSON output.",
									"type": "string"
								},
								"json": {
									"default": false,
									"description": "Output in JSON format.",
									"markdownDescription": "Output in JSON format.",
									"type": "boolean"
								},
								"mode": {
									"default": "auto",
									"description": "Cost calculation mode.",
									"enum": ["auto", "calculate", "display"],
									"markdownDescription": "Cost calculation mode.",
									"type": "string"
								},
								"noColor": {
									"default": false,
									"description": "Disable colored output.",
									"markdownDescription": "Disable colored output.",
									"type": "boolean"
								},
								"noCost": {
									"default": false,
									"description": "Hide cost information in table and JSON output.",
									"markdownDescription": "Hide cost information in table and JSON output.",
									"type": "boolean"
								},
								"noOffline": {
									"default": false,
									"description": "Disable cached pricing data where supported.",
									"markdownDescription": "Disable cached pricing data where supported.",
									"type": "boolean"
								},
								"offline": {
									"default": false,
									"description": "Use cached pricing data where supported.",
									"markdownDescription": "Use cached pricing data where supported.",
									"type": "boolean"
								},
								"order": {
									"default": "asc",
									"description": "Sort order.",
									"enum": ["desc", "asc"],
									"markdownDescription": "Sort order.",
									"type": "string"
								},
								"pricingOverrides": {
									"additionalProperties": {
										"additionalProperties": false,
										"properties": {
											"cacheCreationInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheCreationInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCost": {
												"format": "double",
												"type": "number"
											},
											"cacheReadInputTokenCostAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"fastMultiplier": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"inputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											},
											"maxInputTokens": {
												"format": "uint64",
												"minimum": 0.0,
												"type": "integer"
											},
											"outputCostPerToken": {
												"format": "double",
												"type": "number"
											},
											"outputCostPerTokenAbove200kTokens": {
												"format": "double",
												"type": "number"
											}
										},
										"type": "object"
									},
									"description": "Runtime pricing overrides keyed by raw model name.",
									"markdownDescription": "Runtime pricing overrides keyed by raw model name.",
									"type": "object"
								},
								"since": {
									"description": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"markdownDescription": "Filter from date (YYYY-MM-DD or YYYYMMDD).",
									"type": "string"
								},
								"singleThread": {
									"default": false,
									"description": "Disable parallel file processing.",
									"markdownDescription": "Disable parallel file processing.",
									"type": "boolean"
								},
								"timezone": {
									"description": "Timezone for date grouping (IANA).",
									"markdownDescription": "Timezone for date grouping (IANA).",
									"type": "string"
								},
								"until": {
									"description": "Filter until date (inclusive).",
									"markdownDescription": "Filter until date (inclusive).",
									"type": "string"
								}
							},
							"type": "object"
						}
					},
					"type": "object"
				}
			},
			"type": "object"
		}
	},
	"examples": [
		{
			"$schema": "https://ccusage.com/config-schema.json",
			"claude": {
				"commands": {
					"blocks": {
						"tokenLimit": "500000"
					},
					"daily": {
						"instances": true
					}
				},
				"defaults": {
					"mode": "auto"
				}
			},
			"codex": {
				"defaults": {
					"speed": "auto"
				}
			},
			"defaults": {
				"json": false,
				"pricingOverrides": {
					"[pi] gpt-5.4": {
						"cacheReadInputTokenCost": 2.5e-7,
						"inputCostPerToken": 2.5e-6,
						"outputCostPerToken": 0.000015
					}
				},
				"timezone": "Asia/Tokyo"
			},
			"gemini": {
				"defaults": {
					"offline": true
				}
			},
			"pi": {
				"stores": [
					{
						"name": "omp",
						"path": "~/.omp/agent/sessions"
					}
				]
			}
		}
	],
	"title": "ccusage Configuration"
}
