Implemented via #319987.
Feature
Adds a chevron toggle to the editor part title bar (right of the tabs) in the Agents window to quickly widen the editor by collapsing the secondary side bar (auxiliary bar).
Verification steps
- Open the Agents window and open a file so the editor is shown inside the window (not as a modal) with the secondary side bar visible.
- In the editor title bar (right of the tabs), click the chevron-right ("Push Editor Right") action.
- ✅ The secondary side bar is hidden and the editor widens.
- The same slot now shows a chevron-left ("Show Secondary Side Bar") action. Click it.
- ✅ The secondary side bar is restored.
- Verify the chevron direction flips correctly based on auxiliary bar visibility.
- Verify the action is only shown for the Agents window editor (main editor group, grid mode) and not when the editor is modal.
Implemented via #319987.
Feature
Adds a chevron toggle to the editor part title bar (right of the tabs) in the Agents window to quickly widen the editor by collapsing the secondary side bar (auxiliary bar).
Verification steps