From 5f487f17623a91e5f1b2b2b448afb24b790ff261 Mon Sep 17 00:00:00 2001 From: ColemanRoo Date: Tue, 17 Dec 2024 10:16:45 -0600 Subject: [PATCH] update README and changelog for version update --- CHANGELOG.md | 5 +++++ README.md | 1 + 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c9382f..dbd32e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Roo Cline Changelog +## [2.2.16] + +- Add support for Meta 3, 3.1, and 3.2 models via AWS Bedrock +- Unified Bedrock calls using BedrockClient and Bedrock Runtime API + ## [2.2.14 - 2.2.15] - Make diff editing more robust to transient errors / fix bugs diff --git a/README.md b/README.md index 7c0c567..9942f91 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ A fork of Cline, an autonomous coding agent, tweaked for more speed and flexibil - OpenRouter compression support - Support for newer Gemini models (gemini-exp-1206, gemini-2.0-flash-exp) - Runs alongside the original Cline +- Support for Meta 3, 3.1, and 3.2 models via AWS Bedrock ## Disclaimer