Description
I’m trying to use OPENCODE executor in vibe-kanban v0.0.152 with Azure OpenAI, but tasks always fail because the executor cannot resolve modelID.
The error consistently points to provider.models[modelID] being undefined, even though the provider is correctly detected as azure.
This makes OPENCODE unusable with Azure deployments.
Environment
- vibe-kanban: v0.0.152
- OS: Windows 11
- Node: via
npx -y vibe-kanban
- Executor: OPENCODE
- Provider: Azure OpenAI
- Model / Deployment name:
gpt-5.1 (custom Azure deployment)
What works
provider is correctly detected as azure
- Azure credentials are valid
- Azure OpenAI endpoint, API key, and deployment are correct
- OPENCODE CLI itself launches successfully
UI shows:
Config shows:
