Roo-Code/webview-ui/src/components
Hannes Rudolph 926c23c127 feat(azure): add model metadata, model picker, rename to Azure AI Foundry
- Add static model metadata for 29 Azure models (from models.dev)
  with Roo-specific flags (reasoning, tools, verbosity) matching
  openAiNativeModels
- Add model picker dropdown to Azure provider settings for model
  capability detection (context window, max tokens, pricing)
- Rename provider label from 'Azure OpenAI' to 'Azure AI Foundry'
  across all 18 locales
- Make API key optional (supports Azure managed identity / Entra ID)
- Update default API version from 2024-08-01-preview to 2025-04-01-preview
- Fix maxOutputTokens validation (filter invalid values <= 0)
- Handler separates deployment name (API calls) from model ID
  (capability lookup) with azureDefaultModelInfo (gpt-4o) fallback
- Remove unhelpful 'Get Azure AI Foundry Access' button
- Prevent stale model IDs from other providers carrying over
- Suppress validation errors on fresh provider selection
2026-02-06 19:51:36 -07:00
..
__tests__ Move @roo-code/cloud to the Roo-Code repo (#7503) 2025-08-28 11:18:45 -07:00
browser-session Move more types to @roo-code/types (for the cli) (#10583) 2026-01-09 11:59:06 -08:00
chat Release v3.47.0 (#11227) 2026-02-05 12:50:52 -08:00
cloud Move more types to @roo-code/types (for the cli) (#10583) 2026-01-09 11:59:06 -08:00
common Add custom Button component with variant system (#9150) 2025-11-11 20:14:54 -05:00
history ux: Improve subtask visibility and navigation in history and chat views (#10864) 2026-01-24 07:21:25 -05:00
marketplace ux: UI improvements to search settings (#10633) 2026-01-12 06:59:49 -05:00
mcp refactor: replace fetch_instructions with skill tool and built-in skills (#11084) 2026-01-29 12:47:36 -07:00
modes ux: UI improvements to search settings (#10633) 2026-01-12 06:59:49 -05:00
settings feat(azure): add model metadata, model picker, rename to Azure AI Foundry 2026-02-06 19:51:36 -07:00
ui feat(azure): add model metadata, model picker, rename to Azure AI Foundry 2026-02-06 19:51:36 -07:00
welcome feat: allow import settings in initial welcome screen (#10994) 2026-01-30 20:55:13 -05:00
worktrees fix: use --force by default when deleting worktrees (#10986) 2026-01-26 23:10:23 -05:00
ErrorBoundary.tsx Remove duplicated assignment (#6355) 2025-07-29 10:54:44 -04:00