From 52e6ef879275be459eeab7f074cc33ed66de4b88 Mon Sep 17 00:00:00 2001 From: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com> Date: Fri, 20 Jun 2025 14:03:35 +0300 Subject: [PATCH] chore: improve changelog --- .changeset/spicy-teams-travel.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.changeset/spicy-teams-travel.md b/.changeset/spicy-teams-travel.md index 2718f55c..b9551e5a 100644 --- a/.changeset/spicy-teams-travel.md +++ b/.changeset/spicy-teams-travel.md @@ -5,10 +5,7 @@ Improve provider validation system with clean constants structure - **Fixed "Invalid provider hint" errors**: Resolved validation failures for Azure, Vertex, and Bedrock providers -- **Refactored provider constants**: Replaced fragile array indices with clean named access (e.g., `CUSTOM_PROVIDERS.AZURE` vs `CUSTOM_PROVIDERS[0]`) -- **Enhanced maintainability**: Created centralized provider constants with both object and array exports for different use cases -- **Added missing provider support**: Implemented full validation logic for Azure and Vertex AI in model selection -- **Improved search UX**: Integrated `@inquirer/search` for better model discovery with real-time filtering +- **Improved search UX**: Integrated search for better model discovery with real-time filtering - **Better organization**: Moved custom provider options to bottom of model selection with clear section separators -This change ensures all custom providers (Azure, Vertex, Bedrock, OpenRouter, Ollama) work correctly in `task-master models --setup` and eliminates hardcoded provider validation throughout the codebase. +This change ensures all custom providers (Azure, Vertex, Bedrock, OpenRouter, Ollama) work correctly in `task-master models --setup`