fix: support Azure provider endpoint setup (#10016)

Allow Azure provider connections to capture resource names or endpoint URLs so GPT-5 deployments can use the native Azure path instead of generic OpenAI-compatible setup.
This commit is contained in:
Marius
2026-05-07 16:03:40 +02:00
committed by GitHub
parent 03630064ad
commit d2ae16a921
32 changed files with 526 additions and 29 deletions
+1
View File
@@ -48,6 +48,7 @@ const EXCLUDE_PATTERNS = [
/^https?:\/\/api\.openai\.com/,
/^https?:\/\/api\.github\.com/,
/^https?:\/\/api\.githubcopilot\.com/,
/^https?:\/\/[^/]+\.openai\.azure\.com\/openai/, // kilocode_change
/^https?:\/\/api\.cloudflare\.com/,
/^https?:\/\/api\.releases\.hashicorp\.com/,
/^https?:\/\/auth\.openai\.com/,