I've cloned the repository because I'd like to contribute. Following the readme, I ran 1. `bun install` 2. `bun run packages/opencode/src/index` Unfortunately this throws the following error: ``` error: Cannot find module '@opencode-ai/sdk' from '/Volumes/workspaceCS/personal/opencode/packages/opencode/src/plugin/index.ts' ``` Which is odd because I can hyper click on `"@opencode-ai/sdk"` and it jumps to it just fine.