@nextclaw/nextclaw-ncp-runtime-plugin-codex-sdk 0.1.20 → 0.1.21

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.
@@ -23,10 +23,9 @@
23
23
  "workingDirectory": {
24
24
  "type": "string"
25
25
  },
26
- "accessMode": {
26
+ "sandboxMode": {
27
27
  "type": "string",
28
- "enum": ["read-only", "workspace-write", "full-access"],
29
- "default": "full-access"
28
+ "enum": ["read-only", "workspace-write", "danger-full-access"]
30
29
  },
31
30
  "skipGitRepoCheck": {
32
31
  "type": "boolean"
@@ -41,6 +40,10 @@
41
40
  "webSearchEnabled": {
42
41
  "type": "boolean"
43
42
  },
43
+ "approvalPolicy": {
44
+ "type": "string",
45
+ "enum": ["never", "on-request", "on-failure", "untrusted"]
46
+ },
44
47
  "codexPathOverride": {
45
48
  "type": "string"
46
49
  },
@@ -83,9 +86,12 @@
83
86
  "label": "Working Directory",
84
87
  "advanced": true
85
88
  },
86
- "accessMode": {
87
- "label": "Access Mode",
88
- "help": "Product-facing permission model. Defaults to full-access; internally this is mapped to the Codex SDK sandbox/approval settings.",
89
+ "sandboxMode": {
90
+ "label": "Sandbox Mode",
91
+ "advanced": true
92
+ },
93
+ "approvalPolicy": {
94
+ "label": "Approval Policy",
89
95
  "advanced": true
90
96
  },
91
97
  "networkAccessEnabled": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextclaw/nextclaw-ncp-runtime-plugin-codex-sdk",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "private": false,
5
5
  "description": "NextClaw plugin that registers Codex SDK as an optional NCP runtime.",
6
6
  "type": "module",