@agentvault/agentvault 0.14.14 → 0.14.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.js CHANGED
@@ -49688,6 +49688,7 @@ function applyPlistFix(info) {
49688
49688
  const openclawDir = join5(home, ".openclaw");
49689
49689
  const wrapperPath = join5(openclawDir, WRAPPER_SCRIPT_NAME);
49690
49690
  const wrapperContent = `#!/bin/bash
49691
+ export PATH="$HOME/.local/bin:$HOME/.pnpm/bin:$HOME/Library/pnpm/bin:$HOME/Library/pnpm:/opt/homebrew/bin:/usr/local/bin:$PATH"
49691
49692
  exec "$(which openclaw)" gateway start "$@"
49692
49693
  `;
49693
49694
  try {