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
When a tab with AI Chat is open but not focused, using the "Open in Tab" command doesn't switch focus to the AI Chat tab. I think this is new behavior, and it's inconvenient (at least for me) because it requires manually switching to the AI Chat tab instead of using the same key binding to open and focus it.
Is this a design choice or an unwanted behavior?
The text was updated successfully, but these errors were encountered:
IIRC it was a side effect of the new message in the tab changes. Previously it got in focus after each response which I've found quite annoying when working within few panes mode especially when you've focused one of them.
So the "Open in Tab" command itself is the one that makes sense to make pane in focus. Thus I believe this can be a subject of somewhere future output_panel refactoring.
When a tab with AI Chat is open but not focused, using the "Open in Tab" command doesn't switch focus to the AI Chat tab. I think this is new behavior, and it's inconvenient (at least for me) because it requires manually switching to the AI Chat tab instead of using the same key binding to open and focus it.
Is this a design choice or an unwanted behavior?
The text was updated successfully, but these errors were encountered: