|
1 | 1 | # Roo Code Changelog |
2 | 2 |
|
| 3 | +## [3.28.2] - 2025-09-14 |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | +- Improve auto-approve UI with smaller and more subtle design (thanks @brunobergher!) |
| 8 | +- Fix: Message queue re-queue loop in Task.ask() causing performance issues (#7861 by @hannesrudolph, PR by @daniel-lxs) |
| 9 | +- Fix: Restrict @-mention parsing to line-start or whitespace boundaries to prevent false triggers (#7875 by @hannesrudolph, PR by @app/roomote) |
| 10 | +- Fix: Make nested git repository warning persistent with path info for better visibility (#7884 by @hannesrudolph, PR by @app/roomote) |
| 11 | +- Fix: Include API key in Ollama /api/tags requests for authenticated instances (#7902 by @ItsOnlyBinary, PR by @app/roomote) |
| 12 | +- Fix: Preserve original first message context during conversation condensing (thanks @daniel-lxs!) |
| 13 | +- Add Qwen3 Next 80B A3B models to chutes provider (thanks @daniel-lxs!) |
| 14 | +- Disable Roomote Control on logout for better security (thanks @cte!) |
| 15 | +- Add padding to the cloudview for better visual spacing (thanks @mrubens!) |
| 16 | + |
| 17 | +## [3.28.1] - 2025-09-11 |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | +- Announce Roo Code Cloud! |
| 22 | +- Add cloud task button for opening tasks in Roo Code Cloud (thanks @app/roomote!) |
| 23 | +- Make Posthog telemetry the default (thanks @mrubens!) |
| 24 | +- Show notification when the checkpoint initialization fails (thanks @app/roomote!) |
| 25 | +- Bust cache in generated image preview (thanks @mrubens!) |
| 26 | +- Fix: Center active mode in selector dropdown on open (#7882 by @hannesrudolph, PR by @app/roomote) |
| 27 | +- Fix: Preserve first message during conversation condensing (thanks @daniel-lxs!) |
| 28 | + |
| 29 | +## [3.28.0] - 2025-09-10 |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | +- feat: Continue tasks in Roo Code Cloud (thanks @brunobergher!) |
| 34 | +- feat: Support connecting to Cloud without redirect handling (thanks @mrubens!) |
| 35 | +- feat: Add toggle to control task syncing to Cloud (thanks @jr!) |
| 36 | +- feat: Add click-to-edit, ESC-to-cancel, and fix padding consistency for chat messages (#7788 by @hannesrudolph, PR by @app/roomote) |
| 37 | +- feat: Make reasoning more visible (thanks @app/roomote!) |
| 38 | +- fix: Fix Groq context window display (thanks @mrubens!) |
| 39 | +- fix: Add GIT_EDITOR env var to merge-resolver mode for non-interactive rebase (thanks @daniel-lxs!) |
| 40 | +- fix: Resolve chat message edit/delete duplication issues (thanks @daniel-lxs!) |
| 41 | +- fix: Reduce CodeBlock button z-index to prevent overlap with popovers (#7703 by @A0nameless0man, PR by @daniel-lxs) |
| 42 | +- fix: Revert PR #7188 - Restore temperature parameter to fix TabbyApi/ExLlamaV2 crashes (#7581 by @drknyt, PR by @daniel-lxs) |
| 43 | +- fix: Make ollama models info transport work like lmstudio (#7674 by @ItsOnlyBinary, PR by @ItsOnlyBinary) |
| 44 | +- fix: Update DeepSeek pricing to new unified rates effective Sept 5, 2025 (#7685 by @NaccOll, PR by @app/roomote) |
| 45 | +- feat: Update Vertex AI models and regions (#7725 by @ssweens, PR by @ssweens) |
| 46 | +- chore: Update dependency eslint-plugin-turbo to v2.5.6 (thanks @app/renovate!) |
| 47 | +- chore: Update dependency @changesets/cli to v2.29.6 (thanks @app/renovate!) |
| 48 | +- chore: Update dependency nock to v14.0.10 (thanks @app/renovate!) |
| 49 | +- chore: Update dependency eslint-config-prettier to v10.1.8 (thanks @app/renovate!) |
| 50 | +- chore: Update dependency esbuild to v0.25.9 (thanks @app/renovate!) |
| 51 | + |
| 52 | +## [3.27.0] - 2025-09-05 |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | +- Add: User message editing and deletion functionality (thanks @NaccOll!) |
| 57 | +- Add: Kimi K2-0905 model support in Chutes provider (#7700 by @pwilkin, PR by @app/roomote) |
| 58 | +- Fix: Prevent stack overflow in codebase indexing for large projects (#7588 by @StarTrai1, PR by @daniel-lxs) |
| 59 | +- Fix: Resolve race condition in Gemini Grounding Sources by improving code design (#6372 by @daniel-lxs, PR by @HahaBill) |
| 60 | +- Fix: Preserve conversation context by retrying with full conversation on invalid previous_response_id (thanks @daniel-lxs!) |
| 61 | +- Fix: Identify MCP and slash command config path in multiple folder workspaces (#6720 by @kfuglsang, PR by @NaccOll) |
| 62 | +- Fix: Handle array paths from VSCode terminal profiles correctly (#7695 by @Amosvcc, PR by @app/roomote) |
| 63 | +- Fix: Improve WelcomeView styling and readability (thanks @daniel-lxs!) |
| 64 | +- Fix: Resolve CI e2e test ETIMEDOUT errors when downloading VS Code (thanks @daniel-lxs!) |
| 65 | + |
| 66 | +## [3.26.7] - 2025-09-04 |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | +- Feature: Add OpenAI Responses API service tiers (flex/priority) with UI selector and pricing (thanks @hannesrudolph!) |
| 71 | +- Feature: Add DeepInfra as a model provider in Roo Code (#7661 by @Thachnh, PR by @Thachnh) |
| 72 | +- Feature: Update kimi-k2-0905-preview and kimi-k2-turbo-preview models on the Moonshot provider (thanks @CellenLee!) |
| 73 | +- Feature: Add kimi-k2-0905-preview to Groq, Moonshot, and Fireworks (thanks @daniel-lxs and Cline!) |
| 74 | +- Fix: Prevent countdown timer from showing in history for answered follow-up questions (#7624 by @XuyiK, PR by @daniel-lxs) |
| 75 | +- Fix: Moonshot's maximum return token count limited to 1024 issue resolved (#6936 by @greyishsong, PR by @wangxiaolong100) |
| 76 | +- Fix: Add error transform to cryptic OpenAI SDK errors when API key is invalid (#7483 by @A0nameless0man, PR by @app/roomote) |
| 77 | +- Fix: Validate MCP tool exists before execution (#7631 by @R-omk, PR by @app/roomote) |
| 78 | +- Fix: Handle zsh glob qualifiers correctly (thanks @mrubens!) |
| 79 | +- Fix: Handle zsh process substitution correctly (thanks @mrubens!) |
| 80 | +- Fix: Minor zh-TW Traditional Chinese locale typo fix (thanks @PeterDaveHello!) |
| 81 | + |
3 | 82 | ## [3.26.6] - 2025-09-03 |
4 | 83 |
|
5 | 84 |  |
|
0 commit comments