HuggingChat-Mac/Models/ConversationModel.swift (3 lines): - line 170: // TODO: Truncate full context if needed - line 177: // TODO: Add files here - line 346: // TODO: Truncate contextAppFullText from start to 3000 characters. HuggingChat-Mac/Views/Onboard/PermissionsView.swift (2 lines): - line 54: // TODO: Go to success view - line 79: // TODO: Go to system settings HuggingChat-Mac/LocalSTT/AudioModelManager.swift (2 lines): - line 272: // TODO: Make this configurable in the UI - line 762: // TODO: Implement silence buffer purging HuggingChat-Mac/Models/CoordinatorModel.swift (2 lines): - line 21: print(error.localizedDescription) // TODO: Handle error - line 27: NSWorkspace.shared.open(url) // TODO: Should be a WKWebView HuggingChat-Mac/Views/Onboard/LogInView.swift (2 lines): - line 70: // // TODO: handle error - line 77: // // TODO: handle error HuggingChat-Mac/HuggingChat_MacApp.swift (1 line): - line 35: // TODO: Fix this HuggingChat-Mac/Views/Confetti/ConfettiScene.swift (1 line): - line 65: // FIXME: 固定値(10)ではなくノードの回転を考慮した取りうる最大高さを計算して足す HuggingChat-Mac/Views/InputView.swift (1 line): - line 413: // // TODO: Fix this for local when multimodality is added HuggingChat-Mac/AppDelegate.swift (1 line): - line 108: // .frame(width: 500) // TODO: Should be relative to screen size HuggingChat-Mac/Network/NetworkService.swift (1 line): - line 256: // TODO: Limit to 10MB per file otherwise error out