The file /Users/neog/Apps/macOS/NEOG-Finance/Sources/NEOGFinance/Services/ClaudeAIService.swift has been updated. Here's the result of running `cat -n` on a snippet of the edited file: 590→ 591→ ## ALERTAS 592→ - [Alerta importante 1] 593→ - [Alerta importante 2] 594→ """ 595→ } 596→ 597→ private func parseResponse(_ response: String, debts: [Debt]) -> AIResponse { 598→ // Parse the response into structured data 599→ var steps: [PayoffStep] = [] 600→ var insights: [String] = [] 601→ var strategy = "Avalanche"