waveterm
waveterm copied to clipboard
`finch vm start` fails exclusively on Wave terminal without any errors
Describe the bug
When you try to init the vm for finch (docker alternative) with finch vm start
or finch vm init
, it doesn't throw back an error but the lima vm does not start.
To Reproduce Steps to reproduce the behavior:
- Install finch with
brew install finch
- Open Wave terminal
- Type
finch vm init
to create and start the lima vm - You get no error but a message that this completed without error
- Type
finch vm status
, and it shows asStopped
, and isn't actually running either
Expected behavior
When you type finch vm status
after a successful init, it should come back with a Running
status. This is how this works with any other terminal that I have tried including macOS Terminal and iTerm.
This is only happening with Wave. I have tried this on other terminals and it works just fine. Would this be a finch issue or a Wave issue?
Desktop:
- OS: macOS 14.6, arm64
- Version v0.7.6