Tommy D. Rossi

Results 207 comments of Tommy D. Rossi

Opened a PR to fix this issue: https://github.com/sst/opencode/pull/5480

it makes no difference, it seems like your version of bun copies the src folder while mine does not.

it's good practice anyway to keep src files on npm to make things like sourcemaps and declaration maps work

Currently the sdk package can't be used with vite-node because it uses the development condition, which is missing from the npm package please merge

Working on a PR in opentui https://github.com/sst/opentui/pull/369

Is this feature possible or in the works? I am considering if I should remove top level await to add bytecode compilation or should wait for a fix in Bun...

I have same problem This is the issue: the @opencode-ai/sdk package only has dist folder in package.json files, so bun install only copies dist folder and not src. So development...