Issue
There's a minimum version of the CLI core required for the new MCP tools to work. GitLens is only version checking against the proxy version which can be a different version (ahead or behind) than the core's version.
Solution
Change the version check to get the core's version. This will ensure users that we are appropriate detecting when the CLI needs to be re-installed.
The auto-update to core that happens on re-installation is dependent on an update to the CLI's proxy
Issue
There's a minimum version of the CLI core required for the new MCP tools to work. GitLens is only version checking against the proxy version which can be a different version (ahead or behind) than the core's version.
Solution
Change the version check to get the core's version. This will ensure users that we are appropriate detecting when the CLI needs to be re-installed.