{
  "debug": false,
  "ui": { "statusLine": "compact" },
  "jev": {
    "enabled": false,
    "apiKey": "<rendered by chezmoi/1Password in user config only>",
    "endpoint": "https://api.typesafe.ai/v1/systemone",
    "model": "jev-1.13.0",
    "timeoutMs": 1500,
    "confidenceThreshold": 0.65,
    "maxStateTokens": 3000,
    "context": {
      "previousTurns": 2,
      "maxHistoryTokens": 500,
      "toolResults": "last-error",
      "maxToolTokens": 250
    },
    "mode": "advisory"
  },
  "classifierModel": "flash",
  "maxSessionBudget": 1.0,
  "models": {
    "gpt-pro": {
      "model": "openai/gpt-5.4-pro",
      "contextWindow": 256000,
      "maxTokens": 64000,
      "thinkingLevels": ["high", "medium", "low"]
    },
    "flash": {
      "model": "google/gemini-flash-latest",
      "contextWindow": 1048576
    },
    "nano": {
      "model": "openai/gpt-5.4-nano",
      "contextWindow": 128000,
      "maxTokens": 8192,
      "reasoning": false
    },
    "sonnet": {
      "model": "anthropic/claude-3-5-sonnet-20241022",
      "contextWindow": 200000
    }
  },
  "profiles": {
    "auto": {
      "baselineTier": "medium",
      "jev": { "enabled": false },
      "high": {
        "model": "gpt-pro",
        "thinking": "high",
        "fallbacks": ["sonnet"]
      },
      "medium": { "model": "flash", "thinking": "medium" },
      "low": { "model": "nano", "thinking": "off" },
      "micro": { "model": "nano", "thinking": "off" }
    },
    "cheap": {
      "jev": { "enabled": false },
      "high": { "model": "flash", "thinking": "low" },
      "medium": { "model": "nano", "thinking": "off" },
      "low": { "model": "google/gemini-flash-lite-latest", "thinking": "off" }
    },
    "deep": {
      "jev": { "enabled": false },
      "high": {
        "model": "openai/o1-preview",
        "thinking": "xhigh",
        "thinkingLevels": ["xhigh", "high", "medium", "low"]
      },
      "medium": { "model": "gpt-pro", "thinking": "medium" },
      "low": { "model": "flash", "thinking": "low" }
    },
    "anthropic": {
      "jev": { "enabled": false },
      "high": {
        "model": "sonnet",
        "thinking": "high"
      },
      "medium": {
        "model": "sonnet",
        "thinking": "medium"
      },
      "low": { "model": "anthropic/claude-3-haiku-20240307", "thinking": "low" }
    }
  }
}
