diff --git a/ios_dashboard/OpenAgentDashboard.xcodeproj/project.xcworkspace/xcuserdata/thomas.xcuserdatad/UserInterfaceState.xcuserstate b/ios_dashboard/OpenAgentDashboard.xcodeproj/project.xcworkspace/xcuserdata/thomas.xcuserdatad/UserInterfaceState.xcuserstate index 52bdd34..af4fee9 100644 Binary files a/ios_dashboard/OpenAgentDashboard.xcodeproj/project.xcworkspace/xcuserdata/thomas.xcuserdatad/UserInterfaceState.xcuserstate and b/ios_dashboard/OpenAgentDashboard.xcodeproj/project.xcworkspace/xcuserdata/thomas.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/ios_dashboard/OpenAgentDashboard/Views/Control/ControlView.swift b/ios_dashboard/OpenAgentDashboard/Views/Control/ControlView.swift index bb07811..6a20fb2 100644 --- a/ios_dashboard/OpenAgentDashboard/Views/Control/ControlView.swift +++ b/ios_dashboard/OpenAgentDashboard/Views/Control/ControlView.swift @@ -489,7 +489,7 @@ private struct MessageBubble: View { private var assistantBubble: some View { VStack(alignment: .leading, spacing: 8) { // Status header for assistant messages - if case .assistant(let success, _, let model) = message.type { + if case .assistant(let success, _, _) = message.type { HStack(spacing: 6) { Image(systemName: success ? "checkmark.circle.fill" : "xmark.circle.fill") .font(.caption2)