Skip to content

maestro@3.5.16

Choose a tag to compare

@mirinodev mirinodev released this 02 Aug 23:03
· 21 commits to main since this release

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.json and .maestro.json). This ensures user settings like ui.pathDisplay are properly applied across all commands.

    Affected commands:

    • mst github - Path display now respects user settings
    • mst create - Configuration properly loaded
    • mst exec - Path display fixed
    • mst shell - Path display fixed
    • mst review - Path display fixed
    • mst health - Partial fix for async functions

    Fixes #203