@tencent-ai/sandbox-cli-darwin-x64 5.2.3 → 5.2.9-beta.3

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