Compare commits

...

3 commits

Author SHA1 Message Date
Matt Rubens
dfa06c7ae6
Update CHANGELOG.md 2025-05-25 23:01:49 -04:00
Matt Rubens
0097057bce
Update package.json 2025-05-25 22:59:15 -04:00
github-actions[bot]
0ba637d15b changeset version bump 2025-05-26 02:57:16 +00:00
5 changed files with 10 additions and 23 deletions

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Add metadata to create message

View file

@ -1,5 +0,0 @@
---
"roo-cline": minor
---
Update `xaiModels` and `xaiDefaultModelId` in `src/shared/api.ts`

View file

@ -1,12 +0,0 @@
---
"roo-cline": patch
---
- Fix settings saving logic to ensure the saved settings are used (thanks @daniel-lxs!)
- Fix handling BOM when user rejects apply_diff (thanks @avtc!)
- Fix wrongfully clearing input on autoApprove (thanks @Ruakij!)
- Fix correct spawnSync parameters for pnpm check in bootstrap.mjs (thanks @ChuKhaLi!)
- Batch code segments when using ollama to report progress (thanks @daniel-lxs!)
- Remove hardcoded line breaks in the about section (thanks @mrubens!)
- Update xAI models and default model ID (thanks @PeterDaveHello!)
- Add metadata to create message (thanks @dtrugman!)

View file

@ -1,5 +1,14 @@
# Roo Code Changelog
## [3.18.4] - 2025-05-25
- Fix codebase indexing settings saving and Ollama indexing (thanks @daniel-lxs!)
- Fix handling BOM when user rejects apply_diff (thanks @avtc!)
- Fix wrongfully clearing input on auto-approve (thanks @Ruakij!)
- Fix correct spawnSync parameters for pnpm check in bootstrap.mjs (thanks @ChuKhaLi!)
- Update xAI models and default model ID (thanks @PeterDaveHello!)
- Add metadata to create message (thanks @dtrugman!)
## [3.18.3] - 2025-05-24
- Add reasoning support for Claude 4 and Gemini 2.5 Flash on OpenRouter, plus a fix for o1-pro

View file

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