You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: open Claude side panel by clicking extension icon
Instead of navigating to the sidepanel URL (which opens it as a broken
full tab), click on the pinned extension icon at coordinates (1775, 55)
to open the proper side panel.
- Add OpenSidePanel() function that uses Computer.ClickMouse API
- Add ExtensionIconX/Y constants for the click coordinates
- Update send, status, and chat commands to call OpenSidePanel first
- Update Playwright scripts to wait for the side panel to appear
instead of trying to navigate to it
0 commit comments