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
feat: click to copy working directory in TUI sidebar
Add click-to-copy for the working directory shown in the sidebar.
Clicking the path copies it to the system clipboard and shows a
notification. Works in both vertical and collapsed sidebar modes.
- Add ClickWorkingDir result to sidebar HandleClickType
- Add TargetSidebarWorkingDir mouse target in hit test
- Add WorkingDirectory() getter to sidebar Model interface
- Extract titleSectionLines() to share layout logic in collapsed view
- Add tests for working dir click detection in both modes
Assisted-By: docker-agent
0 commit comments