-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working on MacOS with OMZSH shell #11
Comments
I have the same exact issue on macos with oh-my-zsh, and not showing in llm logs. "llm" runs fine on itself. Don't know how to debug it properly more than this? |
Created PR here #12 |
I macos/zsh as well. As suggested in #12, I used
to temporarily fix this issue. Much appreciated @nkkko! This plugin is the number one reason I'm using llm in the first place. So helpful |
I also experienced this issue after installing llm-cmd on a macOS machine. The workaround above solved it for now. But it would be great to get #12 merged so the workaround isn't needed. |
This also fixes hanging on fish shell. |
|
I encountered the same issue. The workaround worked though. @simonw please accept the pull request above (or fix it) |
Fixed by this PR, about to release it: |
llm works fine, but llm cmd will not return any responses on my M3 MacOS environment.
I am running OMZSH with a fairly custom shell, but I run the same shell config on my ubuntu boxes and llm cmd works fine there. When I run an 'llm cmd' command, nothing is returned at all, no errors. But it does hang at an interactive shell- i.e., if I type a command and enter it at that 'hung' shell, it doesn't just go into the shell buffer, it actually tries to execute. So it seems like it's not an issue running the command itself, it's returning the response to the shell input is where it gets stuck.
That being said, these requests are also not show in 'llm logs'. I am not sure exactly what that means since it could possible be written to only log after a response is returned.
The text was updated successfully, but these errors were encountered: