From 0401c25c5f42f4ed0eab78b16570d9161477cd49 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Thu, 15 Jan 2026 00:44:42 -0500 Subject: [PATCH] Update CHANGELOG for version 3.41.0 Updated changelog for version 3.41.0 with new features and fixes. --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42ad30b7a0..ded1630554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ # Roo Code Changelog -## 3.41.0 +## [3.41.0] - 2026-01-15 -### Minor Changes +![3.41.0 Release - OpenAI - ChatGPT Plus/Pro Provider](/releases/3.41.0-release.png) -- ![3.41.0 Release - OpenAI Codex Provider](/releases/3.41.0-release.png) +- Add OpenAI - ChatGPT Plus/Pro Provider that gives subscription-based access to Codex models without per-token costs (PR #10736 by @hannesrudolph) +- Add gpt-5.2-codex model to openai-native provider, providing access to the latest GPT model with enhanced coding capabilities (PR #10731 by @hannesrudolph) +- Fix: Clear terminal output buffers to prevent memory leaks that could cause gray screens and performance degradation (#10666, PR #7666 by @hannesrudolph) +- Fix: Inject dummy thought signatures on ALL tool calls for Gemini models, resolving issues with Gemini tool call handling through LiteLLM (PR #10743 by @daniel-lxs) +- Enable E2E tests with 39 passing tests, improving test coverage and reliability (PR #10720 by @ArchimedesCrypto) +- Add alwaysAllow config for MCP time server tools in E2E tests (PR #10733 by @ArchimedesCrypto) ## [3.40.1] - 2026-01-13