@ai-support-agent/cli 0.0.42 → 0.0.43

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.
@@ -261,7 +261,7 @@ set -uo pipefail
261
261
  # Load nvm if available so that node/npm are on PATH when launched as a launchd service
262
262
  export NVM_DIR="\${HOME}/.nvm"
263
263
  # shellcheck disable=SC1091
264
- [ -s "\${NVM_DIR}/nvm.sh" ] && source "\${NVM_DIR}/nvm.sh" --no-use
264
+ [ -s "\${NVM_DIR}/nvm.sh" ] && source "\${NVM_DIR}/nvm.sh"
265
265
  # Also try Homebrew node as fallback
266
266
  export PATH="/opt/homebrew/bin:/usr/local/bin:\${PATH}"
267
267
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-support-agent/cli",
3
- "version": "0.0.42",
3
+ "version": "0.0.43",
4
4
  "description": "AI Support Agent CLI client",
5
5
  "main": "dist/index.js",
6
6
  "bin": {