agentapprove 0.1.4 → 0.1.5

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/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,6 +8,13 @@ Agent Approve fixes this. When your agent needs approval, you get a push notific
8
8
 
9
9
  Set your policies, configure your privacy level, and let your agents run. We'll find you when they need you.
10
10
 
11
+ ## Important
12
+
13
+ - A valid Agent Approve subscription is required to use this package.
14
+ - You must download the iOS app, run `npx agentapprove`, and pair your device.
15
+ - This package is currently pre-launch software. Public App Store availability is not open yet.
16
+ - If a valid token is not configured, approval hooks will block and show setup guidance.
17
+
11
18
  ## Installation
12
19
 
13
20
  ```bash
@@ -88,6 +95,7 @@ agentapprove --no-e2e # Skip end-to-end encryption setup
88
95
  - Node.js 18+
89
96
  - macOS, Linux, or Windows (with Git Bash / Git for Windows)
90
97
  - System tools: `curl`, `jq`, `openssl` (included with Git Bash on Windows)
98
+ - Agent Approve iOS app and active subscription ($9.99/month or $99/year, 7-day free trial)
91
99
 
92
100
  ## Links
93
101
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentapprove",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Approve AI agent actions from your iPhone or Apple Watch",
5
5
  "type": "module",
6
6
  "bin": {