feat(ai): Integrate OpenAI provider and enhance model config

- Add OpenAI provider implementation using @ai-sdk/openai.\n- Update `models` command/tool to display API key status for configured providers.\n- Implement model-specific `maxTokens` override logic in `config-manager.js` using `supported-models.json`.\n- Improve AI error message parsing in `ai-services-unified.js` for better clarity.
This commit is contained in:
Eyal Toledano
2025-04-27 03:56:23 -04:00
parent 842eaf7224
commit 2517bc112c
21 changed files with 1350 additions and 662 deletions

View File

@@ -0,0 +1,7 @@
---
'task-master-ai': minor
---
Feat: Integrate OpenAI as a new AI provider.
Feat: Enhance `models` command/tool to display API key status.
Feat: Implement model-specific `maxTokens` override based on `supported-models.json` to save you if you use an incorrect max token value.