AI Review does not work on Windows

When I click “Review Diff with Main Branch”, I immediately get the following screen:

image

When checking the developer console, this is the error that is thrown:

workbench.desktop.main.js:2774 Error: Command failed: git diff --no-color $(git merge-base tags-feature-sync tags-feature-sync)
fatal: ambiguous argument '$(git': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

	at ChildProcess.exithandler (node:child_process:422:12)
	at ChildProcess.emit (node:events:514:28)
	at maybeClose (node:internal/child_process:1105:16)
	at ChildProcess._handle.onexit (node:internal/child_process:305:5)

One user says that using WSL fixes the issue which suggests that this is a Windows-only problem, however I am not able to use this workaround as I do not have admin rights on my machine. I would really appreciate if this bug was fixed soon as I would love to try out the Review feature.