Release v3.41.2 (#10788)

This commit is contained in:
Matt Rubens 2026-01-16 17:58:04 -05:00 committed by GitHub
parent 95be704ebf
commit cad0320315
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

8
.changeset/v3.41.2.md Normal file
View file

@ -0,0 +1,8 @@
---
"roo-cline": patch
---
- Add button to open markdown in VSCode preview for easier reading of formatted content (PR #10773 by @brunobergher)
- Fix: Reset invalid model selection when using OpenAI Codex provider (PR #10777 by @hannesrudolph)
- Fix: Add openai-codex to providers that don't require an API key (PR #10786 by @roomote)
- Fix: Detect Gemini models with space-separated names for proper thought signature injection in LiteLLM (PR #10787 by @daniel-lxs)