zero

Results 7 comments of zero

@plum-dawg @CruelAddict are y'all using any other plugins? opencode released some semi-breaking changes in 1.1.0 which could be causing this. For reference, DCP kinda broke with the release of variants...

Yeah I'm back on my initial PR that was actually tested by a human before being merged https://github.com/numman-ali/opencode-openai-codex-auth/pull/91 ```bash git clone https://github.com/numman-ali/opencode-openai-codex-auth.git cd opencode-openai-codex-auth gh pr checkout 91 npm install...

Looking into this now - added support in sst/models.dev#405 but unable to use the claude models yet. Wondering if we should wait for ai-sdk/azure support for @anthropic-ai/foundry-sdk or just add...

> u can override the npm package per model if u need to: > > [provider] npm = “…” Thanks - fixed in sst/models.dev#409

@krishna1s this works, just set the envs to your foundry creds (base url: https://{resource-name}.services.ai.azure.com/anthropic/v1) ```jsonc { "provider": { "azure": { "models": { "claude-haiku-4-5": { "id": "claude-haiku-4-5", "provider": { "npm": "@ai-sdk/anthropic",...

@edisonpaul4 try using the anthropic provider with the same env. Had the same issue on my system but it works fine in a fresh environment https://github.com/cau1k/anthropic-foundry-opencode