Skip to content

v0.1.12

Choose a tag to compare

@paulwongx paulwongx released this 13 Aug 20:17
· 2 commits to main since this release

What's Changed

[0.1.12] - 2025-08-13

Fixed

  • Environment Loading: Eliminated duplicate environment loading that occurred during command execution
  • Performance: Removed redundant loadEnvironment() calls in executeCommand utility function

Enhanced

  • Command Execution: Environment variables are now loaded only once during the preflight phase, reducing unnecessary file system operations
  • Console Output: Removed duplicate environment loading messages for cleaner command output

Technical

  • Refactoring: Simplified executeCommand function by removing environment loading responsibility
  • Architecture: Environment loading is now centralized in command preflight phases where environment determination occurs
  • Compatibility: All existing commands (studio, migrate, push, pull, refresh, generate, drop) continue to work without changes