feat: add keyboard shortcut for toggling thinking blocks#363
Merged
hannesrudolph merged 1 commit intomainfrom Sep 24, 2025
Merged
feat: add keyboard shortcut for toggling thinking blocks#363hannesrudolph merged 1 commit intomainfrom
hannesrudolph merged 1 commit intomainfrom
Conversation
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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull Request Overview
This PR adds keyboard shortcut support for toggling thinking blocks and updates related documentation and release notes for version 3.28.7.
- Adds keyboard shortcut (Cmd/Ctrl + Shift + Alt + T) for toggling all thinking blocks in conversations
- Creates release notes documenting new features including cloud account switcher and collapsible thinking blocks
- Updates navigation and index files to include the new version 3.28.7 in documentation structure
Reviewed Changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| sidebars.ts | Adds navigation entry for version 3.28.7 release notes |
| docs/update-notes/v3.28.7.mdx | Creates comprehensive release notes for version 3.28.7 with frontmatter and feature descriptions |
| docs/update-notes/index.md | Adds chronological listing for version 3.28.7 |
| docs/features/settings-management.md | Documents new UI setting for collapsing thinking messages by default |
| docs/features/keyboard-shortcuts.md | Adds keyboard shortcut documentation for toggling thinking blocks |
| .roo/rules-release-notes-writer/1_main_workflow.xml | Adds extensive workflow instructions for release notes generation |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| </workflow_instructions> >> "$CANDIDATES_FILE" || true | ||
|
|
||
| # From release body bare URLs (absolute or relative) | ||
| grep -Eo 'https?://[^ )]+' .roo/tmp/release-notes/changelog_vX.Y.Z.md 2>/dev/null | grep -Ei '\.(png|jpe?g|gif|webp) |
Contributor
There was a problem hiding this comment.
Typo: The grep -Ei regex pattern for extracting image URLs is missing the closing quote. Please add a trailing single quote after (png|jpe?g|gif|webp).
Suggested change
| grep -Eo 'https?://[^ )]+' .roo/tmp/release-notes/changelog_vX.Y.Z.md 2>/dev/null | grep -Ei '\.(png|jpe?g|gif|webp) | |
| grep -Eo 'https?://[^ )]+' .roo/tmp/release-notes/changelog_vX.Y.Z.md 2>/dev/null | grep -Ei '\.(png|jpe?g|gif|webp)' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
Important
Adds a keyboard shortcut for toggling thinking blocks, updates related UI settings, and documents these changes in version 3.28.7 release notes.
keyboard-shortcuts.md.settings-management.md.v3.28.7.mdx.index.mdandsidebars.tsto include version 3.28.7.This description was created by
for 52c1ff4. You can customize this summary. It will automatically update as commits are pushed.