opencode
opencode copied to clipboard
[FEATURE]: Support mise in desktop app
Feature hasn't been suggested before.
- [x] I have verified this feature I'm about to request hasn't been suggested before.
Describe the enhancement you want to request
My team uses mise (https://mise.jdx.dev/) to install tools like lefthook, etc. rather than having to include it via npm, composer, or even globally. This works fine when running opencode in the terminal, but when using the desktop app, none of the binaries are found because the $PATH isn't modified via the hook that mise uses in the shell.
It would be great if mise support could be added. In VSCode, IntelliJ, etc. there are plugins for this, but nothing here.