@kokorolx/ai-sandbox-wrapper 3.0.4 → 3.0.5

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 +1 -1
  2. package/package.json +1 -1
package/bin/ai-run CHANGED
@@ -2477,7 +2477,7 @@ CHROMIUM_PATH="/opt/chromium"
2477
2477
  LATEST_CHROMIUM=$(ls -d "$CACHE_DIR/playwright-browsers"/chromium-*/chrome-linux/chrome 2>/dev/null | sort -V | tail -1)
2478
2478
  if [[ -n "$LATEST_CHROMIUM" ]]; then
2479
2479
  # Convert host cache path to container path
2480
- CHROMIUM_PATH="/opt/playwright-browsers/$(echo "$LATEST_CHROMIUM" | grep -oP 'chromium-[^/]+')/chrome-linux/chrome"
2480
+ CHROMIUM_PATH="/opt/playwright-browsers/$(echo "$LATEST_CHROMIUM" | grep -oE 'chromium-[^/]+')/chrome-linux/chrome"
2481
2481
  fi
2482
2482
 
2483
2483
  # Detect display configuration (clipboard integration)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kokorolx/ai-sandbox-wrapper",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
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",