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.
- package/dist/index.js +1 -1
- 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
|
|
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