No, as of macOS 13 there is no Apple supported means to ignore the power adapter and stop charging.
Please tell Apple; only Apple can reliably offer this behaviour.
Private or Unintended
Unfortunately, Apple does not actively enable or support the behaviour you want. Any application or tool that provides this functionality is either using Apple's private System Programming Interface (SPI) or unintended behaviour within macOS's IOKit.
This explains why changes in macOS can affect third party tools that rely on undocumented or unintended functionality.
IOPMLib: Public Interface
The public Application Programming Interface (API) for power management is IOPMLib, which is part of IOKit:
IOKit
Access hardware devices and drivers from your apps and services.
…
IOPMLib.h
IOPMLib provides access to common power management facilities, like initiating system sleep, getting current idle timer values, registering for sleep/wake notifications, and preventing system sleep.