Loading
opencode: fix `failed to change directory` error
Fixed the `failed to change directory` error when running `opencode` without arguments. The issue is related to the update of bun 1.2.20 to 1.2.21 where they introduced the `--compile-exec-argv` flag which has to be set to `"--"` to achieve the same behavior as before (see the changelog https://github.com/sst/opencode/issues/462#issuecomment-3261213732).