Skip to content

Comments

feat: add Ctrl+O shortcut to toggle thinking token display#26

Open
Norbert515 wants to merge 1 commit intomainfrom
claude/toggle-thinking-tokens-shortcut-OPOcM
Open

feat: add Ctrl+O shortcut to toggle thinking token display#26
Norbert515 wants to merge 1 commit intomainfrom
claude/toggle-thinking-tokens-shortcut-OPOcM

Conversation

@Norbert515
Copy link
Owner

Add keyboard shortcut (Ctrl+O) to toggle visibility of thinking/reasoning tokens from Claude's extended thinking feature.

Changes:

  • Add ThinkingResponse class to parse thinking content blocks from API
  • Update conversation loader and response processor to handle thinking
  • Add showThinking setting persisted in ~/.vide/settings.json
  • Add showThinkingProvider for state management
  • Add Ctrl+O handler with visual feedback message
  • Conditionally render thinking content in message display

Add keyboard shortcut (Ctrl+O) to toggle visibility of thinking/reasoning
tokens from Claude's extended thinking feature.

Changes:
- Add ThinkingResponse class to parse thinking content blocks from API
- Update conversation loader and response processor to handle thinking
- Add showThinking setting persisted in ~/.vide/settings.json
- Add showThinkingProvider for state management
- Add Ctrl+O handler with visual feedback message
- Conditionally render thinking content in message display
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants