The file /Users/neog/Apps/macOS/NEOGHub/NEOGCommand/Modules/Monitoring/Realtime/RealtimeConsumptionView.swift has been updated. Here's the result of running `cat -n` on a snippet of the edited file: 98→ // Budget Burn Rate 99→ GroupBox("Budget Status") { 100→ BudgetBurnView( 101→ dailyLimit: appState.budgetConfig?.dailyLimitUsd ?? 10.0, 102→ currentSpend: appState.roiSummary?.totalCost ?? 0, 103→ burnRate: tracker.costPerHour 104→ ) 105→ } 106→