Compare commits

...

2 commits

Author SHA1 Message Date
Matt Rubens
3db2f60eaf
Update CHANGELOG.md 2025-06-26 20:19:01 -04:00
github-actions[bot]
e60e35ac30 changeset version bump 2025-06-27 00:16:42 +00:00
3 changed files with 9 additions and 10 deletions

View file

@ -1,9 +0,0 @@
---
"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

View file

@ -1,5 +1,13 @@
# Roo Code Changelog
## [3.22.1] - 2025-06-26
- Add Gemini CLI provider (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
## [3.22.0] - 2025-06-25
- Add 1-click task sharing

View file

@ -3,7 +3,7 @@
"displayName": "%extension.displayName%",
"description": "%extension.description%",
"publisher": "RooVeterinaryInc",
"version": "3.22.0",
"version": "3.22.1",
"icon": "assets/icons/icon.png",
"galleryBanner": {
"color": "#617A91",