claude-ide-bridge 1.4.0 → 1.4.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-ide-bridge",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Standalone MCP bridge for Claude Code IDE integration with any editor — 115+ tools for LSP, debugging, terminals, Git, GitHub, and more",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -111,7 +111,7 @@ CLAUDE_CMD="cd $(printf '%q' "$WORKSPACE") && unset CLAUDECODE && CLAUDE_CODE_ID
111
111
  # Export for subshell access
112
112
  export NTFY_TOPIC
113
113
 
114
- REMOTE_CMD="cd \"$WORKSPACE\" && $caffeinate_cmd bash -c '
114
+ REMOTE_CMD="cd $(printf '%q' "$WORKSPACE") && unset CLAUDECODE && $caffeinate_cmd bash -c '
115
115
  delay=1; max_delay=300; failures=0
116
116
  while true; do
117
117
  start=\$(date +%s)