mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
This adds Azure Foundry as a dedicated provider option, addressing the request in issue #10782 to have a dedicated provider that supports: - Full URL configuration (with ability to specify API version) - API key authentication - Model ID configuration The dedicated provider avoids Azure-specific parameter incompatibilities (such as prompt_cache_retention) that cause issues when using Azure Foundry through the generic OpenAI provider. Changes: - Add "azure-foundry" to provider types and schema - Create AzureFoundryHandler API handler - Create AzureFoundry settings UI component - Add useSelectedModel case for azure-foundry - Add translations for Azure Foundry UI - Add comprehensive unit tests |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| browser-panel.html | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||