Correct, the default rasa init still creates an NLU-only bot. There is a --template option that generates other bots, for example rasa init --template calm generates a simple CALM bot with flows and the appropriate configuration.
There is also a publicly available GitHub repository with a working CALM demo at GitHub - RasaHQ/rasa-calm-demo. This demo shows many of the modern Rasa Pro features including flows, enterprise search, coexistence, and multistep LLM command generation.