@tencent-ai/sandbox-cli-darwin-arm64 5.5.1 → 5.6.0-beta.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.
Binary file
package/bin/sandbox-cli CHANGED
Binary file
@@ -1,71 +1,67 @@
1
1
  {
2
2
  "version": 1,
3
- "default_action": "deny_write",
4
- "recyclebin_backup": true,
5
- "auto_grant": true,
6
-
7
3
  "file_rules": [
8
- { "path": "%USERPROFILE%\\.ssh\\**", "type": "no_access", "_comment": "protect credentials" },
9
- { "path": "%USERPROFILE%\\.gnupg\\**", "type": "no_access", "_comment": "protect credentials" },
10
-
11
- { "path": "%LOCALAPPDATA%\\Temp\\**", "type": "inherit_user", "_comment": "temp" },
12
- { "path": "**\\$RECYCLE.BIN\\**", "type": "inherit_user", "_comment": "recycle bin" },
13
- { "path": "%APPDATA%\\Microsoft\\Windows\\Recent\\**", "type": "inherit_user", "_comment": "windows recent" },
14
-
15
- { "path": "%USERPROFILE%\\.cache\\**", "type": "inherit_user", "_comment": "generic cache" },
16
- { "path": "%USERPROFILE%\\.local\\**", "type": "inherit_user", "_comment": "XDG local" },
17
-
18
- { "path": "%LOCALAPPDATA%\\npm-cache\\**", "type": "inherit_user", "_comment": "nodejs" },
19
- { "path": "%LOCALAPPDATA%\\pnpm\\**", "type": "inherit_user", "_comment": "nodejs" },
20
- { "path": "%LOCALAPPDATA%\\Yarn\\**", "type": "inherit_user", "_comment": "nodejs" },
21
- { "path": "%LOCALAPPDATA%\\fnm_multishells\\**", "type": "inherit_user", "_comment": "nodejs" },
22
- { "path": "%APPDATA%\\npm\\**", "type": "inherit_user", "_comment": "nodejs" },
23
- { "path": "%USERPROFILE%\\.npm\\**", "type": "inherit_user", "_comment": "nodejs" },
24
- { "path": "%USERPROFILE%\\.yarn\\**", "type": "inherit_user", "_comment": "nodejs" },
25
- { "path": "%USERPROFILE%\\.nvm\\**", "type": "inherit_user", "_comment": "nodejs" },
26
- { "path": "%USERPROFILE%\\.fnm\\**", "type": "inherit_user", "_comment": "nodejs" },
27
- { "path": "%USERPROFILE%\\.bun\\**", "type": "inherit_user", "_comment": "nodejs" },
28
-
29
- { "path": "%LOCALAPPDATA%\\pip\\**", "type": "inherit_user", "_comment": "python" },
30
- { "path": "%LOCALAPPDATA%\\conda\\**", "type": "inherit_user", "_comment": "python" },
31
- { "path": "%LOCALAPPDATA%\\uv\\**", "type": "inherit_user", "_comment": "python" },
32
- { "path": "%APPDATA%\\uv\\**", "type": "inherit_user", "_comment": "python" },
33
- { "path": "%USERPROFILE%\\.pyenv\\**", "type": "inherit_user", "_comment": "python" },
34
- { "path": "%USERPROFILE%\\.conda\\**", "type": "inherit_user", "_comment": "python" },
35
- { "path": "%USERPROFILE%\\miniconda3\\**", "type": "inherit_user", "_comment": "python" },
36
- { "path": "%USERPROFILE%\\miniforge3\\**", "type": "inherit_user", "_comment": "python" },
37
-
38
- { "path": "%USERPROFILE%\\.rustup\\**", "type": "inherit_user", "_comment": "rust" },
39
- { "path": "%USERPROFILE%\\.cargo\\**", "type": "inherit_user", "_comment": "rust" },
40
-
41
- { "path": "%LOCALAPPDATA%\\go-build\\**","type": "inherit_user", "_comment": "go" },
42
- { "path": "%APPDATA%\\go\\**", "type": "inherit_user", "_comment": "go" },
43
- { "path": "%USERPROFILE%\\go\\**", "type": "inherit_user", "_comment": "go" },
44
-
45
- { "path": "%USERPROFILE%\\.m2\\**", "type": "inherit_user", "_comment": "java" },
46
- { "path": "%USERPROFILE%\\.gradle\\**", "type": "inherit_user", "_comment": "java" },
47
- { "path": "%USERPROFILE%\\.sdkman\\**", "type": "inherit_user", "_comment": "java" },
48
-
49
- { "path": "%USERPROFILE%\\.dotnet\\**", "type": "inherit_user", "_comment": "dotnet" },
50
- { "path": "%USERPROFILE%\\.nuget\\**", "type": "inherit_user", "_comment": "dotnet" },
51
- { "path": "%LOCALAPPDATA%\\NuGet\\**", "type": "inherit_user", "_comment": "dotnet" },
52
-
53
- { "path": "%USERPROFILE%\\.docker\\**", "type": "inherit_user", "_comment": "docker" },
54
- { "path": "%USERPROFILE%\\.asdf\\**", "type": "inherit_user", "_comment": "version-mgr" },
55
-
56
- { "path": "%APPDATA%\\Code\\**", "type": "inherit_user", "_comment": "ide" },
57
- { "path": "%APPDATA%\\Trae\\**", "type": "inherit_user", "_comment": "ide" },
58
-
59
- { "path": "%APPDATA%\\Microsoft\\Windows\\PowerShell\\**", "type": "inherit_user", "_comment": "shell history" },
60
- { "path": "%LOCALAPPDATA%\\Microsoft\\Windows\\PowerShell\\**", "type": "inherit_user", "_comment": "shell cache" },
61
-
62
- { "path": "C:\\openclaw\\openclaw\\**", "type": "inherit_user", "_comment": "openclaw app" },
63
- { "path": "%USERPROFILE%\\.openclaw\\**", "type": "inherit_user", "_comment": "openclaw config" }
4
+ { "path": "%USERPROFILE%\\.ssh\\**", "action": "read=deny|write=deny|delete=deny", "_comment": "protect credentials" },
5
+ { "path": "%USERPROFILE%\\.gnupg\\**", "action": "read=deny|write=deny|delete=deny", "_comment": "protect credentials" },
6
+
7
+ { "path": "%LOCALAPPDATA%\\Temp\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "temp" },
8
+ { "path": "**\\$RECYCLE.BIN\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "recycle bin" },
9
+ { "path": "%APPDATA%\\Microsoft\\Windows\\Recent\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "windows recent" },
10
+
11
+ { "path": "%USERPROFILE%\\.cache\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "generic cache" },
12
+ { "path": "%USERPROFILE%\\.local\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "XDG local" },
13
+
14
+ { "path": "%LOCALAPPDATA%\\npm-cache\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "nodejs" },
15
+ { "path": "%LOCALAPPDATA%\\pnpm\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "nodejs" },
16
+ { "path": "%LOCALAPPDATA%\\Yarn\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "nodejs" },
17
+ { "path": "%LOCALAPPDATA%\\fnm_multishells\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "nodejs" },
18
+ { "path": "%APPDATA%\\npm\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "nodejs" },
19
+ { "path": "%USERPROFILE%\\.npm\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "nodejs" },
20
+ { "path": "%USERPROFILE%\\.yarn\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "nodejs" },
21
+ { "path": "%USERPROFILE%\\.nvm\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "nodejs" },
22
+ { "path": "%USERPROFILE%\\.fnm\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "nodejs" },
23
+ { "path": "%USERPROFILE%\\.bun\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "nodejs" },
24
+
25
+ { "path": "%LOCALAPPDATA%\\pip\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "python" },
26
+ { "path": "%LOCALAPPDATA%\\conda\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "python" },
27
+ { "path": "%LOCALAPPDATA%\\uv\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "python" },
28
+ { "path": "%APPDATA%\\uv\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "python" },
29
+ { "path": "%USERPROFILE%\\.pyenv\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "python" },
30
+ { "path": "%USERPROFILE%\\.conda\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "python" },
31
+ { "path": "%USERPROFILE%\\miniconda3\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "python" },
32
+ { "path": "%USERPROFILE%\\miniforge3\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "python" },
33
+
34
+ { "path": "%USERPROFILE%\\.rustup\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "rust" },
35
+ { "path": "%USERPROFILE%\\.cargo\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "rust" },
36
+
37
+ { "path": "%LOCALAPPDATA%\\go-build\\**","action": "read=allow|write=allow|delete=allow", "_comment": "go" },
38
+ { "path": "%APPDATA%\\go\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "go" },
39
+ { "path": "%USERPROFILE%\\go\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "go" },
40
+
41
+ { "path": "%USERPROFILE%\\.m2\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "java" },
42
+ { "path": "%USERPROFILE%\\.gradle\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "java" },
43
+ { "path": "%USERPROFILE%\\.sdkman\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "java" },
44
+
45
+ { "path": "%USERPROFILE%\\.dotnet\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "dotnet" },
46
+ { "path": "%USERPROFILE%\\.nuget\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "dotnet" },
47
+ { "path": "%LOCALAPPDATA%\\NuGet\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "dotnet" },
48
+
49
+ { "path": "%USERPROFILE%\\.docker\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "docker" },
50
+ { "path": "%USERPROFILE%\\.asdf\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "version-mgr" },
51
+
52
+ { "path": "%APPDATA%\\Code\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "ide" },
53
+ { "path": "%APPDATA%\\Trae\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "ide" },
54
+
55
+ { "path": "%APPDATA%\\Microsoft\\Windows\\PowerShell\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "shell history" },
56
+ { "path": "%LOCALAPPDATA%\\Microsoft\\Windows\\PowerShell\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "shell cache" },
57
+
58
+ { "path": "C:\\openclaw\\openclaw\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "openclaw app" },
59
+ { "path": "%USERPROFILE%\\.openclaw\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "openclaw config" }
64
60
 
65
61
  ],
66
62
 
67
63
  "file_rules_user": [
68
- { "path": "D:\\openclaw\\proxy-agent\\**", "type": "inherit_user", "_comment": "Add custom file rules here. Same format as file_rules." }
64
+ { "path": "D:\\openclaw\\proxy-agent\\**", "action": "read=allow|write=allow|delete=allow", "_comment": "Add custom file rules here. Same format as file_rules." }
69
65
  ],
70
66
 
71
67
  "registry_rules": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencent-ai/sandbox-cli-darwin-arm64",
3
- "version": "5.5.1",
3
+ "version": "5.6.0-beta.2",
4
4
  "description": "Sandbox CLI core binary for macOS arm64",
5
5
  "os": [
6
6
  "darwin"