Windows 11 24H2 OS target addition

In the process of doing 24H2 updates is it going to be added in the near future for the OS targets?  I know can add it via custom_ostargets.xml but if it was going to happen soon it would save me messing with that.

if i go the custom xml route what should the <detect> tag info be?  I see in the inventory Operating System: Microsoft Corporation Windows 11 Enterprise Edition x64 Version 24H2 Build 26100 but in the example xml it is formatted as below.  Not sure where this value is coming from or what it should match.

<ostargets>
<ostarget>
<name>windows11-24H2-pro-gen-x64</name>
<product_name>Windows 11 Professional x64 Version 24H2</product_name>
<platform>Windows</platform>
<version>10.0.26100</version>
<arch>x86_64</arch>
<vendor>Microsoft</vendor>
<support_pack>0</support_pack>
<build_number>26100</build_number>
<pkgmgr>msi</pkgmgr>
<primary_role>Workstation</primary_role>
<detect><![CDATA[<OSVersion substring="Windows 11 24H2 64 Professional (Build 26100)" />]]></detect>
</ostarget>
<ostarget>
<name>windows11-24H2-ent-gen-x64</name>
<product_name>Windows 11 Enterprise x64 Version 24H2</product_name>
<platform>Windows</platform>
<version>10.0.26100</version>
<arch>x86_64</arch>
<vendor>Microsoft</vendor>
<support_pack>0</support_pack>
<build_number>26100</build_number>
<pkgmgr>msi</pkgmgr>
<primary_role>Workstation</primary_role>
<detect><![CDATA[<OSVersion substring="Windows 11 24H2 64 Enterprise (Build 26100)" />]]></detect>
</ostarget>
>
</ostargets>