Skip to content

Remove dedicated toggle thinking button - #97

Merged
wesm merged 2 commits into
kenn-io:mainfrom
userFRM:feat/remove-toggle-thinking
Mar 5, 2026
Merged

Remove dedicated toggle thinking button#97
wesm merged 2 commits into
kenn-io:mainfrom
userFRM:feat/remove-toggle-thinking

Conversation

@userFRM

@userFRM userFRM commented Mar 4, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Remove the standalone "Toggle thinking blocks" button from the session header toolbar
  • The block type filter dropdown already includes thinking as a filterable block type, making the dedicated button redundant
  • Remove the t keyboard shortcut, toggleThinking() method, showThinking getter, and associated tests

Test plan

  • Verify thinking blocks can still be toggled via the block filter dropdown
  • Verify the t key no longer has any effect
  • All 574 frontend tests pass

🤖 Generated with Claude Code

The block type filter dropdown already includes thinking as a
filterable block type, making the standalone toggle button and
its `t` keyboard shortcut redundant. Remove the button, shortcut,
`toggleThinking()` method, `showThinking` getter, and associated
tests.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@roborev-ci

roborev-ci Bot commented Mar 4, 2026

Copy link
Copy Markdown

roborev: Combined Review (28ef0d5)

Verdict: All agents agree the code is clean (no medium
, high, or critical issues found).


Synthesized from 3 reviews (agents: codex, gemini | types: default, security)

The dedicated toggle thinking button and keyboard shortcut were removed
in favor of the block type filter dropdown. Update the e2e test to open
the filter dropdown and click the "Thinking blocks" item instead of
pressing the removed "t" shortcut.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@roborev-ci

roborev-ci Bot commented Mar 4, 2026

Copy link
Copy Markdown

roborev: Combined Review (305bc87)

Verdict: Clean.

All agents agree that the code is clean. No medium, high, or critical severity
issues were found.


Synthesized from 3 reviews (agents: codex, gemini | types: default, security)

@wesm
wesm merged commit d620069 into kenn-io:main Mar 5, 2026
6 checks passed
cursor Bot pushed a commit to diazMelgarejo/periscope that referenced this pull request Jun 1, 2026
## Summary
- Remove the standalone "Toggle thinking blocks" button from the session
header toolbar
- The block type filter dropdown already includes thinking as a
filterable block type, making the dedicated button redundant
- Remove the `t` keyboard shortcut, `toggleThinking()` method,
`showThinking` getter, and associated tests

## Test plan
- [ ] Verify thinking blocks can still be toggled via the block filter
dropdown
- [ ] Verify the `t` key no longer has any effect
- [ ] All 574 frontend tests pass

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants