The file /Users/neog/Apps/macOS/NEOGHub/NEOGCommand/Services/Monitoring/ConsumptionTracker.swift has been updated. Here's the result of running `cat -n` on a snippet of the edited file: 62→ private let cacheTokenPrice: Double = 1.875 / 1_000_000 // $1.875 per 1M (cache read) 63→ 64→ // MARK: - Initialization 65→ 66→ private init() { 67→ startMonitoring() 68→ startRateCalculation() 69→ startHistoryTracking() 70→ startLiveSessionMonitoring() 71→ } 72→ 73→ // Note: deinit cannot call @MainActor methods directly 74→ // Cleanup is handled when the app terminates 75→