|
1 | 1 | # Roo Code Changelog |
2 | 2 |
|
| 3 | +## [3.43.0] - 2026-01-23 |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | +- Intelligent Context Condensation v2: New context condensation system that intelligently summarizes conversation history when approaching context limits, preserving important information while reducing token usage (PR #10873 by @hannesrudolph) |
| 8 | +- Improved context condensation with environment details, accurate token counts, and lazy evaluation for better performance (PR #10920 by @hannesrudolph) |
| 9 | +- Move condense prompt editor to Context Management tab for better discoverability and organization (PR #10909 by @hannesrudolph) |
| 10 | +- Update Z.AI models with new variants and pricing (#10859 by @ErdemGKSL, PR #10860 by @ErdemGKSL) |
| 11 | +- Add pnpm install:vsix:nightly command for easier nightly build installation (PR #10912 by @hannesrudolph) |
| 12 | +- Fix: Convert orphaned tool_results to text blocks after condensing to prevent API errors (PR #10927 by @daniel-lxs) |
| 13 | +- Fix: Auto-migrate v1 condensing prompt and handle invalid providers on import (PR #10931 by @hannesrudolph) |
| 14 | +- Fix: Use json-stream-stringify for pretty-printing MCP config files to prevent memory issues with large configs (#9862 by @Michaelzag, PR #9864 by @Michaelzag) |
| 15 | +- Fix: Correct Gemini 3 pricing for Flash and Pro models (#10432 by @rossdonald, PR #10487 by @roomote) |
| 16 | +- Fix: Skip thoughtSignature blocks during markdown export for cleaner output (#10199 by @rossdonald, PR #10932 by @rossdonald) |
| 17 | +- Fix: Duplicate model display for OpenAI Codex provider (PR #10930 by @roomote) |
| 18 | +- Remove diffEnabled and fuzzyMatchThreshold settings as they are no longer needed (#10648 by @hannesrudolph, PR #10298 by @hannesrudolph) |
| 19 | +- Remove MULTI_FILE_APPLY_DIFF experiment (PR #10925 by @hannesrudolph) |
| 20 | +- Remove POWER_STEERING experimental feature (PR #10926 by @hannesrudolph) |
| 21 | +- Remove legacy XML tool calling code (getToolDescription) for cleaner codebase (PR #10929 by @hannesrudolph) |
| 22 | + |
| 23 | +## [3.42.0] - 2026-01-22 |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | +- Added UI to track your ChatGPT usage limits in the OpenAI Codex provider (PR #10813 by @hannesrudolph) |
| 28 | +- Removed deprecated Claude Code provider (PR #10883 by @daniel-lxs) |
| 29 | +- Streamlined codebase by removing legacy XML tool calling functionality (#10848 by @hannesrudolph, PR #10841 by @hannesrudolph) |
| 30 | +- Standardize model selectors across all providers: Improved consistency of model selection UI (#10650 by @hannesrudolph, PR #10294 by @hannesrudolph) |
| 31 | +- Enable prompt caching for Cerebras zai-glm-4.7 model (#10601 by @jahanson, PR #10670 by @app/roomote) |
| 32 | +- Add Kimi K2 thinking model to VertexAI provider (#9268 by @diwakar-s-maurya, PR #9269 by @app/roomote) |
| 33 | +- Warn users when too many MCP tools are enabled (PR #10772 by @app/roomote) |
| 34 | +- Migrate context condensing prompt to customSupportPrompts (PR #10881 by @hannesrudolph) |
| 35 | +- Unify export path logic and default to Downloads folder (PR #10882 by @hannesrudolph) |
| 36 | +- Performance improvements for webview state synchronization (PR #10842 by @hannesrudolph) |
| 37 | +- Fix: Handle mode selector empty state on workspace switch (#10660 by @hannesrudolph, PR #9674 by @app/roomote) |
| 38 | +- Fix: Resolve race condition in context condensing prompt input (PR #10876 by @hannesrudolph) |
| 39 | +- Fix: Prevent double emission of text/reasoning in OpenAI native and codex handlers (PR #10888 by @hannesrudolph) |
| 40 | +- Fix: Prevent task abortion when resuming via IPC/bridge (PR #10892 by @cte) |
| 41 | +- Fix: Enforce file restrictions for all editing tools (PR #10896 by @app/roomote) |
| 42 | +- Fix: Remove custom condensing model option (PR #10901 by @hannesrudolph) |
| 43 | +- Unify user content tags to <user_message> for consistent prompt formatting (#10658 by @hannesrudolph, PR #10723 by @app/roomote) |
| 44 | +- Clarify linked SKILL.md file handling in prompts (PR #10907 by @hannesrudolph) |
| 45 | +- Fix: Padding on Roo Code Cloud teaser (PR #10889 by @app/roomote) |
| 46 | + |
| 47 | +## [3.41.3] - 2026-01-18 |
| 48 | + |
| 49 | +- Fix: Thinking block word-breaking to prevent horizontal scroll in the chat UI (PR #10806 by @roomote) |
| 50 | +- Add Claude-like CLI flags and authentication fixes for the Roo Code CLI (PR #10797 by @cte) |
| 51 | +- Improve CLI authentication by using a redirect instead of a fetch (PR #10799 by @cte) |
| 52 | +- Fix: Roo Code Router fixes for the CLI (PR #10789 by @cte) |
| 53 | +- Release CLI v0.0.48 with latest improvements (PR #10800 by @cte) |
| 54 | +- Release CLI v0.0.47 (PR #10798 by @cte) |
| 55 | +- Revert E2E tests enablement to address stability issues (PR #10794 by @cte) |
| 56 | + |
| 57 | +## [3.41.2] - 2026-01-16 |
| 58 | + |
| 59 | +- Add button to open markdown in VSCode preview for easier reading of formatted content (PR #10773 by @brunobergher) |
| 60 | +- Fix: Reset invalid model selection when using OpenAI Codex provider (PR #10777 by @hannesrudolph) |
| 61 | +- Fix: Add openai-codex to providers that don't require an API key (PR #10786 by @roomote) |
| 62 | +- Fix: Detect Gemini models with space-separated names for proper thought signature injection in LiteLLM (PR #10787 by @daniel-lxs) |
| 63 | + |
| 64 | +## [3.41.1] - 2026-01-16 |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | +- Feat: Aggregate subtask costs in parent task (#5376 by @hannesrudolph, PR #10757 by @taltas) |
| 69 | +- Fix: Prevent duplicate tool_use IDs causing API 400 errors (PR #10760 by @daniel-lxs) |
| 70 | +- Fix: Handle missing tool identity in OpenAI Native streams (PR #10719 by @hannesrudolph) |
| 71 | +- Fix: Truncate call_id to 64 chars for OpenAI Responses API (PR #10763 by @daniel-lxs) |
| 72 | +- Fix: Gemini thought signature validation errors (PR #10694 by @daniel-lxs) |
| 73 | +- Fix: Filter out empty text blocks from user messages for Gemini compatibility (PR #10728 by @daniel-lxs) |
| 74 | +- Fix: Flatten top-level anyOf/oneOf/allOf in MCP tool schemas (PR #10726 by @daniel-lxs) |
| 75 | +- Fix: Filter Ollama models without native tool support (PR #10735 by @daniel-lxs) |
| 76 | +- Feat: Add settings tab titles to search index (PR #10761 by @roomote) |
| 77 | +- Feat: Clarify Slack and Linear are Cloud Team only features (PR #10748 by @roomote) |
| 78 | + |
3 | 79 | ## [3.41.0] - 2026-01-15 |
4 | 80 |
|
5 | 81 |  |
|
0 commit comments