From 6160089b8ea7a50394376a169becf1196e6f3edc Mon Sep 17 00:00:00 2001 From: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com> Date: Fri, 20 Jun 2025 16:05:20 +0300 Subject: [PATCH] fix(bedrock): improve AWS credential handling and add model definitions (#826) * fix(bedrock): improve AWS credential handling and add model definitions - Change error to warning when AWS credentials are missing in environment - Allow fallback to system configuration (aws config files or instance profiles) - Remove hardcoded region and profile parameters in Bedrock client - Add Claude 3.7 Sonnet and DeepSeek R1 model definitions for Bedrock - Update config manager to properly handle Bedrock provider * chore: cleanup and format and small refactor --------- Co-authored-by: Ray Krueger --- .changeset/modern-cats-pick.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/modern-cats-pick.md diff --git a/.changeset/modern-cats-pick.md b/.changeset/modern-cats-pick.md new file mode 100644 index 00000000..056c22f1 --- /dev/null +++ b/.changeset/modern-cats-pick.md @@ -0,0 +1,5 @@ +--- +"task-master-ai": patch +--- + +Improves Amazon Bedrock support