Changelog
3.3.1
Changed
- Improved logging to follow new guidelines with verbose debug messages and emoji-based key events.
3.3.0 - 2025-11-04
Added
- Added
Ctrl+Enter as a shortcut for submitting messages.
3.2.0 - 2025-10-23
Added
- Styles in the sidebar are now displayed in the order defined by the user in the Claude styles menu.
3.1.0 - 2025-10-09
Changed
- Updated keyboard shortcuts to use consistent
Ctrl+Alt prefix: Ctrl+Alt+1-9 for default styles and Ctrl+Alt+Q,W,E,R,T,Y,U,I,O,P for custom styles, removing the backtick approach.
3.0.0 - 2025-10-09
Added
- Keyboard shortcuts for quick style selection:
Ctrl+Shift+1-9 for default styles and Ctrl+Alt+1-9 for custom styles.
2.2.0 - 2025-10-09
Added
- Separated default styles from custom styles in the sidebar with distinct sections.
2.1.0 - 2025-10-08
Fixed
- Made style selection more robust.
2.0.2 - 2025-10-07
Added
- Comprehensive console logging to the style selection process for debugging purposes.
2.0.1 - 2025-10-07
Fixed
- The sidebar now pushes the main content to the left instead of overlaying it, preventing it from covering other UI elements. This was achieved by applying
margin-right to the <html> element.
2.0.0 - 2025-10-07
Changed
- Robust Style Discovery: Replaced the brittle UI scraping method with API call interception. The script now discovers styles by listening for the
list_styles API response, making it significantly more reliable and efficient.
1.1.0 - 2025-10-07
Added
- Added a button to show/hide the style selector sidebar. The sidebar's visibility state is saved and restored between sessions.
1.0.1 - 2025-10-01
Changed
- Replaced all
setTimeout() calls with MutationObserver for more reliable DOM element detection.
- Script now responds immediately when elements appear instead of waiting for fixed delays.
- Improved error handling with automatic cleanup of observers on timeout or success.
1.0.0 - 2025-10-01
Added
- Click styles in the sidebar to select them.
- Visual indication of the currently selected style (highlighted in white with bold font).
- Hover effects on sidebar styles for better interactivity.
0.1.0 - 2025-10-01
Added
- Display all available Claude conversation styles in a sidebar on the right side of the page.