Skip to content

v0.4.2: Fix JS-style placeholder substitution

Choose a tag to compare

@steipete steipete released this 11 Jun 04:54
ab1b6ae

What's Changed

  • Fixed JS-style ${inputData.key} and ${arguments[N]} placeholder substitution in scripts. Thanks @devYRPauli. #243
  • Added MCP tool annotations so clients can distinguish read-only scripting tips from script execution that can modify system state. Thanks @bryankthompson. #171
  • Fixed macos-automator-mcp --version so version checkers print the package version and exit instead of starting the MCP stdio server. #201
  • Fixed the documented VS Code/npm install command to avoid @latest package-name validation and scoped-package bin inference issues. #38
  • Updated runtime and development dependencies, including a patched Vite override; the package now requires Node.js 24 or newer.

Verification