@kokorolx/ai-sandbox-wrapper 4.0.0 → 4.0.2

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.
Files changed (2) hide show
  1. package/bin/ai-run +2 -1
  2. package/package.json +1 -1
package/bin/ai-run CHANGED
@@ -3122,8 +3122,9 @@ if docker image inspect ai-open-design:latest >/dev/null 2>&1; then
3122
3122
  fi
3123
3123
  docker run -d --name ai-open-design --network "$OD_NETWORK" \
3124
3124
  --restart unless-stopped -v "$OD_VOLUME:/app/.od" \
3125
+ -p "127.0.0.1:7456:7456" \
3125
3126
  --env-file "$OD_ENV_FILE" ai-open-design:latest >/dev/null
3126
- echo "✅ Open Design daemon started (http://ai-open-design:7456)"
3127
+ echo "✅ Open Design daemon started (http://localhost:7456)"
3127
3128
  fi
3128
3129
  fi
3129
3130
  fi
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kokorolx/ai-sandbox-wrapper",
3
- "version": "4.0.0",
3
+ "version": "4.0.2",
4
4
  "description": "Docker-based security sandbox for AI coding agents. Isolate Claude, Gemini, Aider, and other AI tools from your host system.",
5
5
  "keywords": [
6
6
  "ai",