opencode-sandbox 0.1.23 → 0.1.24

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/dist/index.js +5 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -9,8 +9,13 @@ var DEFAULT_DENY_READ_DIRS = [
9
9
  ".ssh",
10
10
  ".gnupg",
11
11
  ".aws/credentials",
12
+ ".azure",
12
13
  ".config/gcloud",
14
+ ".config/gh",
15
+ ".kube",
16
+ ".docker/config.json",
13
17
  ".npmrc",
18
+ ".netrc",
14
19
  ".env"
15
20
  ];
16
21
  var DEFAULT_ALLOWED_DOMAINS = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-sandbox",
3
- "version": "0.1.23",
3
+ "version": "0.1.24",
4
4
  "description": "OpenCode plugin that sandboxes agent commands using @anthropic-ai/sandbox-runtime (seatbelt on macOS, bubblewrap on Linux)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",