Close All Notification Alerts Not Working

Describe the bug
BTT Command "Close All Notification Alerts / Notification Center" fails to trigger in macOS Ventura, macOS 13.0 Beta (22A5321d)

Command Structure
Copied from BTT, this is the action:

[
  {
    "BTTGestureNotes" : "X",
    "BTTTriggerType" : 674,
    "BTTTriggerTypeDescription" : "Menubar Item: X",
    "BTTTriggerClass" : "BTTTriggerTypeOtherTriggers",
    "BTTPredefinedActionType" : 289,
    "BTTPredefinedActionName" : "Close All Notification Alerts \/ Notification Center",
    "BTTEnabled2" : 1,
    "BTTRepeatDelay" : 0,
    "BTTUUID" : "B7C86286-0941-43FE-AD41-0E784EB4339D",
    "BTTNotesInsteadOfDescription" : 0,
    "BTTEnabled" : 1,
    "BTTModifierMode" : 0,
    "BTTOrder" : 0,
    "BTTDisplayOrder" : 0,
    "BTTTriggerConfig" : {
      "BTTTouchBarButtonLineHeight" : 0,
      "BTTTouchBarButtonColor" : "0.000000, 0.000000, 0.000000, 0.000000",
      "BTTTouchBarButtonTextAlignment" : 0,
      "BTTTouchBarItemIconWidth" : 22,
      "BTTTouchBarButtonTopMargin" : 0,
      "BTTTouchBarAlternateBackgroundColor" : "0.000000, 0.000000, 0.000000, 0.000000",
      "BTTTouchBarScriptUpdateInterval" : 0,
      "BTTTouchBarButtonFontSize" : 15,
      "BTTTouchBarAppleScriptStringRunOnInit" : false,
      "BTTTouchBarAppleScriptUsePath" : 0,
      "BTTTouchBarOnlyShowIcon" : false,
      "BTTTouchBarItemIconHeight" : 22,
      "BTTTouchBarButtonBaselineOffset" : 0
    }
  }
]

Screenshots

Device information:

  • Type of Mac: MacBook Pro 16'', M1 Pro
  • macOS version: 13.0 Beta (22A5321d)
  • BetterTouchTool version: 3.839 (1986)

Additional information

In an effort to troubleshoot, I completely removed the trigger and recreated it. This issue has persisted throughout multiple Ventura Developer Betas (I'm only just getting to report it).

This should be fixed in the latest BTT alpha!

Confirmed, that resolves the issue! Thanks!