From 8405732a88de5ae6e8122bf38568f1631b25632b Mon Sep 17 00:00:00 2001 From: davida-jfrog Date: Thu, 14 May 2026 18:32:57 +0300 Subject: [PATCH] AX-1469 Fix an issue where the hook would fail when home paths contained spaces. --- .cursor-plugin/marketplace.json | 2 +- plugins/jfrog/.cursor-plugin/plugin.json | 2 +- plugins/jfrog/hooks/hooks.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.cursor-plugin/marketplace.json b/.cursor-plugin/marketplace.json index b750d19..b859fa4 100644 --- a/.cursor-plugin/marketplace.json +++ b/.cursor-plugin/marketplace.json @@ -6,7 +6,7 @@ }, "metadata": { "description": "JFrog Platform plugins for Cursor", - "version": "0.3.3", + "version": "0.3.4", "pluginRoot": "plugins" }, "plugins": [ diff --git a/plugins/jfrog/.cursor-plugin/plugin.json b/plugins/jfrog/.cursor-plugin/plugin.json index b018db8..f5bd7e3 100644 --- a/plugins/jfrog/.cursor-plugin/plugin.json +++ b/plugins/jfrog/.cursor-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "jfrog", "displayName": "JFrog Platform", - "version": "0.3.3", + "version": "0.3.4", "description": "JFrog Platform integration with MCP, security skills, supply-chain best practices, and JFrog MCP Gateway governance for adding, removing, and listing MCP servers.", "author": { "name": "JFrog", diff --git a/plugins/jfrog/hooks/hooks.json b/plugins/jfrog/hooks/hooks.json index b923162..36ff5ae 100644 --- a/plugins/jfrog/hooks/hooks.json +++ b/plugins/jfrog/hooks/hooks.json @@ -3,7 +3,7 @@ "hooks": { "sessionStart": [ { - "command": "node ./scripts/inject-instructions.mjs", + "command": "node \"./scripts/inject-instructions.mjs\"", "timeout": 7 } ]