mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-10 22:41:14 +00:00
changeset version bump
This commit is contained in:
parent
2f52058def
commit
e60e35ac30
3 changed files with 7 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,11 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## 3.22.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- - Add Gemini CLI provider for free access to Gemini models (thanks Cline!)
|
||||
|
||||
## [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