mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Changeset version bump (#11229)
* changeset version bump * Update CHANGELOG for version 3.47.0 release --------- 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
846d66880a
commit
c23e2717a4
3 changed files with 20 additions and 21 deletions
|
|
@ -1,20 +0,0 @@
|
|||
---
|
||||
"roo-cline": minor
|
||||
---
|
||||
|
||||

|
||||
|
||||
- Add Claude Opus 4.6 support across all providers (#11223 by @hannesrudolph, PR #11224 by @hannesrudolph)
|
||||
- Add GPT-5.3-Codex model to OpenAI - ChatGPT provider (PR #11225 by @roomote)
|
||||
- Migrate Gemini and Vertex providers to AI SDK for improved reliability and consistency (PR #11180 by @daniel-lxs)
|
||||
- Improve Skills and Slash Commands settings UI with multi-mode support (PR #11157 by @brunobergher)
|
||||
- Add support for AGENTS.local.md personal override files (PR #11183 by @roomote)
|
||||
- Add Kimi K2.5 model to Fireworks provider (PR #11177 by @daniel-lxs)
|
||||
- Improve CLI dev experience and Roo provider API key support (PR #11203 by @cte)
|
||||
- Fix: Preserve reasoning parts in AI SDK message conversion (#11199 by @hannesrudolph, PR #11217 by @hannesrudolph)
|
||||
- Refactor: Append environment details into existing blocks for cleaner context (#11200 by @hannesrudolph, PR #11198 by @hannesrudolph)
|
||||
- Fix: Resolve race condition causing provider switch during CLI mode changes (PR #11205 by @cte)
|
||||
- Roo Code CLI v0.0.50 (PR #11204 by @cte)
|
||||
- Chore: Remove dead toolFormat code from getEnvironmentDetails (#11206 by @hannesrudolph, PR #11207 by @roomote)
|
||||
- Refactor: Simplify docs-extractor mode to focus on raw fact extraction (PR #11129 by @hannesrudolph)
|
||||
- Revert then re-land AI SDK reasoning fix (PR #11216 by @mrubens, PR #11196 by @hannesrudolph)
|
||||
19
CHANGELOG.md
19
CHANGELOG.md
|
|
@ -1,5 +1,24 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.47.0] - 2026-02-05
|
||||
|
||||

|
||||
|
||||
- Add Claude Opus 4.6 support across all providers (#11223 by @hannesrudolph, PR #11224 by @hannesrudolph)
|
||||
- Add GPT-5.3-Codex model to OpenAI - ChatGPT provider (PR #11225 by @roomote)
|
||||
- Migrate Gemini and Vertex providers to AI SDK for improved reliability and consistency (PR #11180 by @daniel-lxs)
|
||||
- Improve Skills and Slash Commands settings UI with multi-mode support (PR #11157 by @brunobergher)
|
||||
- Add support for AGENTS.local.md personal override files (PR #11183 by @roomote)
|
||||
- Add Kimi K2.5 model to Fireworks provider (PR #11177 by @daniel-lxs)
|
||||
- Improve CLI dev experience and Roo provider API key support (PR #11203 by @cte)
|
||||
- Fix: Preserve reasoning parts in AI SDK message conversion (#11199 by @hannesrudolph, PR #11217 by @hannesrudolph)
|
||||
- Refactor: Append environment details into existing blocks for cleaner context (#11200 by @hannesrudolph, PR #11198 by @hannesrudolph)
|
||||
- Fix: Resolve race condition causing provider switch during CLI mode changes (PR #11205 by @cte)
|
||||
- Roo Code CLI v0.0.50 (PR #11204 by @cte)
|
||||
- Chore: Remove dead toolFormat code from getEnvironmentDetails (#11206 by @hannesrudolph, PR #11207 by @roomote)
|
||||
- Refactor: Simplify docs-extractor mode to focus on raw fact extraction (PR #11129 by @hannesrudolph)
|
||||
- Revert then re-land AI SDK reasoning fix (PR #11216 by @mrubens, PR #11196 by @hannesrudolph)
|
||||
|
||||
## [3.46.2] - 2026-02-03
|
||||
|
||||
- Fix: Queue messages during command execution instead of losing them (PR #11140 by @mrubens)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.46.2",
|
||||
"version": "3.47.0",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue