Skip to content

fix: support Azure OpenAI deployment config#167

Open
euyua9 wants to merge 1 commit intoBuilderIO:mainfrom
euyua9:sysa/ai-shell-azure-deployment-20260422
Open

fix: support Azure OpenAI deployment config#167
euyua9 wants to merge 1 commit intoBuilderIO:mainfrom
euyua9:sysa/ai-shell-azure-deployment-20260422

Conversation

@euyua9
Copy link
Copy Markdown

@euyua9 euyua9 commented Apr 22, 2026

Summary

  • allow AZURE_OPENAI_DEPLOYMENT as a first-class config key instead of rejecting it as invalid
  • route Azure OpenAI endpoints through deployment-based chat completion requests
  • surface the deployment in config UI/model selection so Azure users can actually run the CLI

Testing

  • npm install
  • npm run typecheck
  • npm run build
  • HOME=$(mktemp -d) node dist/cli.mjs config set OPENAI_KEY=dummy AZURE_OPENAI_DEPLOYMENT=my-deploy
  • HOME=$(mktemp -d) node dist/cli.mjs config get AZURE_OPENAI_DEPLOYMENT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant