maestro@3.5.15
Patch Changes
-
#202 6d1ba1a Thanks @camoneart! - fix: apply ui.pathDisplay setting to all commands
Root Cause:
- Path display inconsistency across commands caused user confusion
- Some commands used formatPath() while others displayed absolute paths directly
Changes:
- Added formatPath() to github command (3 locations)
- Added formatPath() to review command for PR checkout paths
- Added formatPath() to shell command (2 locations)
- Added formatPath() to exec command (2 locations)
- Added formatPath() to health command (2 locations)
- Added formatPath() to watch command for worktree selection
User Impact:
- All commands now respect
ui.pathDisplayconfiguration - Users see consistent relative paths when setting
mst config set ui.pathDisplay relative - Improved user experience with unified path display behavior
Fixes #201