maestro@3.5.16
Patch Changes
-
#204 b77e2a6 Thanks @camoneart! - fix: ensure ConfigManager loads project config on new instances
Fixed issue where ConfigManager new instances weren't loading project configuration files (
.maestro.local.jsonand.maestro.json). This ensures user settings likeui.pathDisplayare properly applied across all commands.Affected commands:
mst github- Path display now respects user settingsmst create- Configuration properly loadedmst exec- Path display fixedmst shell- Path display fixedmst review- Path display fixedmst health- Partial fix for async functions
Fixes #203