Skip to content

Commit 1726f6d

Browse files
feat: add keyboard shortcut for toggling thinking blocks (#363)
docs: update settings management to include related UI setting for collapsing thinking messages by default chore: add release notes for version 3.28.7 with cloud account switcher and collapsible thinking blocks fix: update sidebar to include new version 3.28.7 in navigation style: add image for version 3.28.7 release notes
1 parent d80bd38 commit 1726f6d

File tree

7 files changed

+1501
-1
lines changed

7 files changed

+1501
-1
lines changed

.roo/rules-release-notes-writer/1_main_workflow.xml

Lines changed: 1456 additions & 0 deletions
Large diffs are not rendered by default.

docs/features/keyboard-shortcuts.md

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

3132
### Key Benefits of Keyboard Commands
3233

docs/features/settings-management.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,17 @@ Clicking the **Reset** button completely clears all Roo Code configuration data
142142

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

145-
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.
145+
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.
146+
147+
---
148+
149+
## Related UI Setting: Collapse thinking messages by default
150+
151+
- Location: Settings → UI
152+
- Default: Enabled (thinking messages are collapsed by default)
153+
- Behavior:
154+
- Enabled (default): Thinking blocks remain collapsed until you expand them.
155+
- Disabled: Thinking blocks are expanded by default.
156+
- Notes:
157+
- Applies across conversations globally.
158+
- Text is localized; labels may differ by language.

docs/update-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ image: /img/social-share.jpg
2020
### Version 3.28
2121

2222
* [3.28](/update-notes/v3.28) (Combined)
23+
* [3.28.7](/update-notes/v3.28.7) (2025-09-23)
2324
* [3.28.6](/update-notes/v3.28.6) (2025-09-23)
2425
* [3.28.5](/update-notes/v3.28.5) (2025-09-20)
2526
* [3.28.4](/update-notes/v3.28.4) (2025-09-19)

docs/update-notes/v3.28.7.mdx

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
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.
3+
keywords:
4+
- roo code 3.28.7
5+
- cloud account switcher
6+
- collapsible thinking blocks
7+
- checkpoints
8+
- chutes provider
9+
image: /img/v3.28.7/v3.28.7.png
10+
---
11+
12+
# Roo Code 3.28.7 Release Notes (2025-09-23)
13+
14+
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.
15+
16+
## QOL Improvements
17+
18+
* Cloud account switcher: Easily change account context without leaving your current view ([#8223](https://github.com/RooCodeInc/Roo-Code/pull/8223))
19+
* 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))
20+
21+
## Bug Fixes
22+
23+
* 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))
24+
25+
## Provider Updates
26+
27+
* 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))
28+
> See provider setup at [Chutes](/providers/chutes).

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ const sidebars: SidebarsConfig = {
223223
label: '3.28',
224224
items: [
225225
{ type: 'doc', id: 'update-notes/v3.28', label: '3.28 Combined' },
226+
{ type: 'doc', id: 'update-notes/v3.28.7', label: '3.28.7' },
226227
{ type: 'doc', id: 'update-notes/v3.28.6', label: '3.28.6' },
227228
{ type: 'doc', id: 'update-notes/v3.28.5', label: '3.28.5' },
228229
{ type: 'doc', id: 'update-notes/v3.28.4', label: '3.28.4' },

static/img/v3.28.7/v3.28.7.png

970 KB
Loading

0 commit comments

Comments
 (0)