seannetlife

Results 15 comments of seannetlife

Could you please share your workaround? For reference, here is my workspace folder config: ``` |- packages | |- foo | |- src | | |- my-tests.test.ts | |- package.json...

Hitting the same issue, also post 7.54.2 Suddenly got undefineds everywhere.

jumping on here as it might be related. going the other direction seems to have had an impact on my deployments. i went from min 2 acu, down to min...

it sounds like you are using `esbuild` or something similar to bundle your lambda. if so you need to add a `loaders` setting to the esbuild config: ```json { "loaders":...

We believe in you @fwang !

Yeah, I am also experiencing this. Error log; ```json { "error":{ "message":"Provider returned error", "code":400, "metadata":{ "raw":"Gemini models require OpenRouter reasoning details to be preserved in each request. Please refer...

that has been merged, but the release workflow didn't publish as the version already exists: https://github.com/OpenRouterTeam/ai-sdk-provider/actions/runs/19523456268/job/55891295794#step:9:104 might be that there is a secondary manual instantiation process around releasing though that...

i've added a pull request for this issue. doing investigation with opus 4.5 i found further issue in terms of the scoping of the accumulator - which could have resulted...

I'd appreciate if this could get looked at soon by the team. the issue has caused a regression in a feature but at the same time we rolled out gemini...