This commit is contained in:
Matt Rubens 2025-05-25 22:56:44 -04:00 committed by GitHub
parent 7509be8d41
commit fd84d48400
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
.changeset/v3.18.4.md Normal file
View file

@ -0,0 +1,12 @@
---
"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!)