From 2f52058def8416d508c69c07e54cd7310f04e357 Mon Sep 17 00:00:00 2001 From: roomote Date: Thu, 26 Jun 2025 17:16:00 -0700 Subject: [PATCH] chore: add changeset for v3.22.1 patch release (#5164) Co-authored-by: Matt Rubens --- .changeset/v3.22.1.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .changeset/v3.22.1.md diff --git a/.changeset/v3.22.1.md b/.changeset/v3.22.1.md new file mode 100644 index 0000000000..4cdcfed8cd --- /dev/null +++ b/.changeset/v3.22.1.md @@ -0,0 +1,9 @@ +--- +"roo-cline": patch +--- + +- Add Gemini CLI provider for free access to Gemini models (thanks Cline!) +- Fix undefined mcp command (thanks @qdaxb!) +- Use upstream_inference_cost for OpenRouter BYOK cost calculation and show cached token count (thanks @chrarnoldus!) +- Update maxTokens value for qwen/qwen3-32b model on Groq (thanks @KanTakahiro!) +- Standardize tooltip delays to 300ms