pi-permissions 1.0.2 → 1.0.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-permissions",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Configurable allow/deny permission rules for pi tool calls — control which bash commands, file reads, writes, and edits the agent can perform.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -42,6 +42,6 @@
42
42
  "@mariozechner/pi-coding-agent": "*"
43
43
  },
44
44
  "pi": {
45
- "extensions": ["./extensions"]
45
+ "extensions": ["./extensions/permissions.ts"]
46
46
  }
47
47
  }