Specifically I am having problems executing tools within claude code. It works correctly if I tell claude to prefix things with mise exec -- but without this the activated tools are my mise global configuration rather than the per project configurations. It seems to be using shims and seeing the shims initially created before it switched to the project folder.
Specifically I am having problems executing tools within claude code. It works correctly if I tell claude to prefix things with
mise exec --but without this the activated tools are my mise global configuration rather than the per project configurations. It seems to be using shims and seeing the shims initially created before it switched to the project folder.