Git graph just like vscode


The image above displays VS Code’s Git Graph. You can click on a specific commit, and it will expand to show all modified files, presented in a tree-like structure. This is very convenient for visualizing the directory structure, and it allows me to open only the files I’m interested in.
However, Cursor doesn’t seem to offer this functionality. Is it possible to support this feature?