diff --git a/.changeset/v3.23.12.md b/.changeset/v3.23.12.md deleted file mode 100644 index b481264b69..0000000000 --- a/.changeset/v3.23.12.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -- Update the max-token calculation in model-params to better support Kimi K2 and others diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f7e981c96..62423fe3a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.23.12 + +### Patch Changes + +- - Update the max-token calculation in model-params to better support Kimi K2 and others + ## [3.23.11] - 2025-07-14 - Add Kimi K2 model to Groq along with fixes to context condensing math diff --git a/src/package.json b/src/package.json index 2e3651ad78..7b3c6a26cc 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.23.11", + "version": "3.23.12", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",