new terminal (beta) is not showing after updated to 2025.2.2
Today, I first tried to update to a newer version (2024.2.6) and there was `new terminal (beta)`. It shows the repository's current branch name (I need/want this feature) + a few features (probably nice, haven't tried a lot).
But then I updated to `2025.2.2` and `new terminal (beta)` is not showing anymore. There is `Terminal Engine: Reworked 2025`, but it doesn't show the repository's current branch name.
What is going on here? I really love to be able to see the current branch name on the terminal, please.
After installing several versions:
- 2024.2.6: Enable new Terminal (Beta)
- 2024.2.6: Enable new Terminal (Beta)
- 2025.1.4 : experimental 2024 (deprecated)
- 2025.2.2: Reworked 2025
I don't need the other features, but really need this `git: [main]` like in the screenshot below.
(or simply `main` or `(main)` etc)

请先登录再写评论。
Hello,
The New Terminal, aka Experimental 2024, the one with AI features, was deprecated for various reasons and is currently unavailable by default in PyCharm 2025.
As for the branch name feature, there are various options depending on the shell you use. For example, zsh with the default theme "robbyrussell" prints the current branch name in the prompt. This is how it looks in PyCharm
The autocompletion feature of the terminal was really useful. Could you please suggest any alternative for the same?
Hi, Nicklesteele532, please consider upvoting the IJPL-202351 feature request.
Hello, Aman Gup. We have a feature request IJPL-176779 to implement the completion in the reworked terminal; please consider following it to receive updates and show your interest.
Damn, this is the first I heard about the “New Terminal” being deprecated. I have upgraded to the latest stable version 2025.3.3 a while ago and it was still working fine for me. But then I changed the setting to “Reworked 2025” to try it out and now I've lost all the autocomplete goodness and the ability to revert my change in the selection list. Given that it's still there somewhere (it was working until a few minutes ago) how do I get it back?
Aha! Found it. Registry key terminal.new.ui.option.visible re-enables the ability to reset it in the Settings.
Don't know why you'd hide this option - the autocomplete is great. Just get rid of the AI - there are plenty of other ways to use that, if you want it in the terminal you can use a CLI-based agent.
same issue!This is really terrible. Every time I have to type `git branch` to check the current branch name when after updating to version 2025, it's so inconvenient.
1244417130 Sorry to hear about your experience.
As mentioned already, apart from using different terminal shells and themes that allow this functionality natively, you can vote/follow the feature request on our issue tracker: https://youtrack.jetbrains.com/issue/IJPL-202351.