Bug type
Regression (worked before, now fails)
Summary
Azure OpenAI provider does not appear in the onboarding model/auth provider list even after switching to the mani/7feb branch that supposedly adds Azure support.
Steps to reproduce
- Clone the forked repository: https://github.com/skyhawk14/openclaw
- Checkout the branch
mani/7feb
- Install dependencies using
pnpm install
- Run onboarding using
pnpm openclaw onboard
- Follow the onboarding wizard
Result: The provider list does not show Azure OpenAI.
Expected behavior
The onboarding wizard should display "Azure OpenAI" as a selectable model/auth provider.
Actual behavior
The onboarding wizard skips the provider selection step and proceeds directly to channel configuration.
Additionally, the system shows messages such as:
"No auth configured for provider anthropic"
even though Azure OpenAI support is expected to be available.
OpenClaw version
Commit: f3db0b4 (mani/7feb branch)
Operating system
Ubuntu 22.04 (AWS EC2 instance)
Install method
Manual install from source || git clone || git checkout mani/7feb || pnpm install || pnpm openclaw onboard ||
Logs, screenshots, and evidence
During onboarding the wizard skips the provider selection and directly shows:
Model check
No auth configured for provider "anthropic"
The provider list does not include Azure OpenAI.
Impact and severity
Affected: Users trying to configure Azure OpenAI provider
Severity: Medium–High
Frequency: 100% reproducible
Consequence: Azure OpenAI cannot be configured through onboarding even though the branch indicates Azure support was added.
Additional information
The branch mani/7feb includes commits mentioning Azure OpenAI support and fixes.
Example commit:
45552b5 add azure openai support while onboarding
However the onboarding wizard does not expose Azure OpenAI as a selectable provider.
Bug type
Regression (worked before, now fails)
Summary
Azure OpenAI provider does not appear in the onboarding model/auth provider list even after switching to the mani/7feb branch that supposedly adds Azure support.
Steps to reproduce
mani/7febpnpm installpnpm openclaw onboardResult: The provider list does not show Azure OpenAI.
Expected behavior
The onboarding wizard should display "Azure OpenAI" as a selectable model/auth provider.
Actual behavior
The onboarding wizard skips the provider selection step and proceeds directly to channel configuration.
Additionally, the system shows messages such as:
"No auth configured for provider anthropic"
even though Azure OpenAI support is expected to be available.
OpenClaw version
Commit: f3db0b4 (mani/7feb branch)
Operating system
Ubuntu 22.04 (AWS EC2 instance)
Install method
Manual install from source || git clone || git checkout mani/7feb || pnpm install || pnpm openclaw onboard ||
Logs, screenshots, and evidence
Impact and severity
Affected: Users trying to configure Azure OpenAI provider
Severity: Medium–High
Frequency: 100% reproducible
Consequence: Azure OpenAI cannot be configured through onboarding even though the branch indicates Azure support was added.
Additional information
The branch
mani/7febincludes commits mentioning Azure OpenAI support and fixes.Example commit:
45552b5 add azure openai support while onboarding
However the onboarding wizard does not expose Azure OpenAI as a selectable provider.