daniel-ai-permissions-openclaw 0.2.5 → 0.2.6

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -108,7 +108,7 @@ export default function aiPermissionsPlugin(api) {
108
108
  block: true,
109
109
  blockReason: `[Approval required] ${result.reason ?? 'No matching rule'}${cmdLine}\n\n` +
110
110
  `Request ID: ${uuid}\n\n` +
111
- `Ask the user: Reply APPROVE ${uuid} to allow this action, or DENY ${uuid} to block it. ` +
111
+ `Ask the user: Reply yes to allow, or no to block. Or: APPROVE ${uuid} / DENY ${uuid}. ` +
112
112
  `This is a one-use approval; after APPROVE, retry the same action.`,
113
113
  };
114
114
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "daniel-ai-permissions-openclaw",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "AI Permissions Layer plugin for OpenClaw. Intercepts tool calls, applies rules, approval flow via chat.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",