Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,456 changes: 1,456 additions & 0 deletions .roo/rules-release-notes-writer/1_main_workflow.xml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/features/keyboard-shortcuts.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Roo Code offers keyboard commands to enhance your workflow. This page focuses on
| `roo-cline.focusInput` | Focus the Roo input box | None (configurable) |
| Add to Context | Add selected code to Roo's context | macOS: Cmd+Y; Windows/Linux: Ctrl+Y |
| Arrow Up/Down | Navigate through prompt history | Built-in |
| Toggle all thinking blocks | Collapse/expand all thinking messages in the current thread | macOS: Cmd+Shift+Alt+T; Windows/Linux: Ctrl+Shift+Alt+T |

### Key Benefits of Keyboard Commands

Expand Down
15 changes: 14 additions & 1 deletion docs/features/settings-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,17 @@ Clicking the **Reset** button completely clears all Roo Code configuration data

* **Result:** Roo Code returns to its initial state, as if freshly installed, with default settings and no user configurations.

Use this option only if you are certain you want to remove all Roo Code data or if instructed during troubleshooting. Consider exporting your settings first if you might want to restore them later.
Use this option only if you are certain you want to remove all Roo Code data or if instructed during troubleshooting. Consider exporting your settings first if you might want to restore them later.

---

## Related UI Setting: Collapse thinking messages by default

- Location: Settings → UI
- Default: Enabled (thinking messages are collapsed by default)
- Behavior:
- Enabled (default): Thinking blocks remain collapsed until you expand them.
- Disabled: Thinking blocks are expanded by default.
- Notes:
- Applies across conversations globally.
- Text is localized; labels may differ by language.
1 change: 1 addition & 0 deletions docs/update-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ image: /img/social-share.jpg
### Version 3.28

* [3.28](/update-notes/v3.28) (Combined)
* [3.28.7](/update-notes/v3.28.7) (2025-09-23)
* [3.28.6](/update-notes/v3.28.6) (2025-09-23)
* [3.28.5](/update-notes/v3.28.5) (2025-09-20)
* [3.28.4](/update-notes/v3.28.4) (2025-09-19)
Expand Down
28 changes: 28 additions & 0 deletions docs/update-notes/v3.28.7.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
description: Roo Code 3.28.7 adds a Cloud account switcher, improves conversation readability with collapsible thinking blocks, fixes a checkpoint popover issue, and updates the Chutes provider.
keywords:
- roo code 3.28.7
- cloud account switcher
- collapsible thinking blocks
- checkpoints
- chutes provider
image: /img/v3.28.7/v3.28.7.png
---

# Roo Code 3.28.7 Release Notes (2025-09-23)

One-click Cloud account switching, cleaner conversations with collapsible thinking blocks, a checkpoint UI fix, and a new GLM-4.5-turbo model in Chutes.

## QOL Improvements

* Cloud account switcher: Easily change account context without leaving your current view ([#8223](https://github.com/RooCodeInc/Roo-Code/pull/8223))
* Collapse thinking blocks by default: Conversations are easier to scan; toggle all reasoning blocks with Cmd/Ctrl + Shift + Alt + T; new setting to choose the default ([#8254](https://github.com/RooCodeInc/Roo-Code/pull/8254))

## Bug Fixes

* Checkpoint restore popover remains anchored and interactive when moving from the saved checkpoint indicator to the menu, preventing flicker/misalignment and accidental closing (thanks NaccOll!) ([#8220](https://github.com/RooCodeInc/Roo-Code/pull/8220))

## Provider Updates

* Chutes: add `zai-org/GLM-4.5-turbo` model with a 128K context window and competitive pricing (approx. $1/M input, $3/M output), enabling longer prompts with fast inference (thanks mugnimaestra!) ([#8157](https://github.com/RooCodeInc/Roo-Code/pull/8157))
> See provider setup at [Chutes](/providers/chutes).
1 change: 1 addition & 0 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ const sidebars: SidebarsConfig = {
label: '3.28',
items: [
{ type: 'doc', id: 'update-notes/v3.28', label: '3.28 Combined' },
{ type: 'doc', id: 'update-notes/v3.28.7', label: '3.28.7' },
{ type: 'doc', id: 'update-notes/v3.28.6', label: '3.28.6' },
{ type: 'doc', id: 'update-notes/v3.28.5', label: '3.28.5' },
{ type: 'doc', id: 'update-notes/v3.28.4', label: '3.28.4' },
Expand Down
Binary file added static/img/v3.28.7/v3.28.7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.