mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Changeset version bump (#5166)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
This commit is contained in:
parent
2f52058def
commit
43357967f0
3 changed files with 9 additions and 10 deletions
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue