-
Notifications
You must be signed in to change notification settings - Fork 79
Remove right preview sidebar #182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
c9059c2
c63c387
fdec16b
dd02741
3a14152
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🟡 Keyboard shortcut help dialog still advertises arrow keys for navigation after they were removed The shortcuts help dialog still lists "j / ↓" and "k / ↑" as navigation keys ( Impact: Users who open the help dialog (?) will see arrow keys documented as working shortcuts, but pressing them does nothing for email navigation. Stale help text after arrow key handler removalThe PR removed These should be updated to just (Refers to lines 1135-1136) Was this helpful? React with 👍 or 👎 to provide feedback. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This removes the mounted
AgentsSidebaralong with the right preview sidebar, but the agent palette entry point still lets users start agent runs. When a user runs agents through the remaining command path,isAgentsSidebarOpenandtoggleAgentsSidebar()no longer have any rendered consumer, so the workflow can start without the sidebar surface that shows its state or progress.Prompt To Fix With AI