Cursor Bugbot doesn't know iOS / Xcode 26 exists

Where does the bug appear (feature/product)?

BugBot

Describe the Bug

Every pull request that I make that has a condition check for iOS 26, gives me a cursor bug report that it doesn’t exist.
“The OperatingSystem.IsIOSVersionAtLeast(26) check uses iOS 26, which doesn’t exist.” FYI, I’m using .NET Maui.

I also got this error in my yaml pipeline:

The xcodeversion parameter is set to 26.0.1, which is not a valid Xcode version; current versions are typically in the 15.x-16.x range. This appears to be a confusion with iOS SDK version numbers. This causes build failures when the pipeline attempts to use a non-existent Xcode installation path.

Steps to Reproduce

Create a code snipped that clearly points to iOS or Xcode 26.

Expected Behavior

Cursor should be aware of xcode / iOS 26.

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

I’m not sure what version Bugbot in Github is. I assume its always the latest.

Does this stop you from using Cursor

No - Cursor works, but with this issue