Release v3.44.2 (#11025)

This commit is contained in:
Matt Rubens 2026-01-27 12:43:20 -08:00 committed by GitHub
parent 17d3456e96
commit e9043723d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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

@ -0,0 +1,8 @@
---
"roo-cline": patch
---
- Re-enable parallel tool calling with new_task isolation safeguards (PR #11006 by @mrubens)
- Fix worktree indexing by using relative paths in isPathInIgnoredDirectory (PR #11009 by @daniel-lxs)
- Fix local model validation error for Ollama models (PR #10893 by @roomote)
- Fix duplicate tool_call emission from Responses API providers (PR #11008 by @daniel-lxs)