Intellij-ui-test-robot long-term support

I’ve been looking into writing UI tests for Intellij and was initially planning to use intellij-ui-test-robot. However, I discovered that a new approach for UI testing was released late last year. Also, it seems that the Slack support channel for intellij-ui-test-robot was deleted at some point. Will intellij-ui-test-robot continue to be supported in the long term or should I only use the new framework for new projects?

We have no any plans for intellij-ui-test-robot and JetBrains teams use starter and Driver nowadays for all new UI tests

Just to confirm — does this mean there won’t be any new releases for the intellij-ui-test-robot framework?
Is there any documentation or guidance available for migrating from the intellij-ui-test-robot framework to the new Starter and Driver frameworks?
Also, does the new framework support testing on the latest IntelliJ IDE versions?
And finally, does it support testing JCEF-based UIs? We’re currently able to run UI tests for JCEF using the JBCEFFixture class from the Remote Robot framework.