waveterm icon indicating copy to clipboard operation
waveterm copied to clipboard

`finch vm start` fails exclusively on Wave terminal without any errors

Open buggerman opened this issue 6 months ago • 0 comments

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:

  1. Install finch with brew install finch
  2. Open Wave terminal
  3. Type finch vm init to create and start the lima vm
  4. You get no error but a message that this completed without error
  5. Type finch vm status, and it shows as Stopped, 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

buggerman avatar Aug 05 '24 13:08 buggerman