@pushary/agent-hooks 0.18.0 → 0.18.1
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/bin/pushary.js +7 -0
- package/package.json +1 -1
package/dist/bin/pushary.js
CHANGED
|
@@ -23,8 +23,15 @@ Commands:
|
|
|
23
23
|
mode Switch approval mode (push_only, push_first, terminal_only)
|
|
24
24
|
hook Run as a PreToolUse hook (reads stdin, writes stdout)
|
|
25
25
|
|
|
26
|
+
Setup options:
|
|
27
|
+
--key <pk_xxx.xxx> Use this API key instead of prompting for one
|
|
28
|
+
--connect web Connect your phone via the PWA QR code (default)
|
|
29
|
+
--connect app Pair the native Pushary app, no key to paste
|
|
30
|
+
--skip-phone Skip the phone connect step (CI or non-interactive shells)
|
|
31
|
+
|
|
26
32
|
Usage:
|
|
27
33
|
npx @pushary/agent-hooks@latest setup
|
|
34
|
+
npx @pushary/agent-hooks@latest setup --key pk_xxx.xxx --skip-phone
|
|
28
35
|
npx @pushary/agent-hooks@latest doctor
|
|
29
36
|
npx @pushary/agent-hooks@latest mode push_only --for 30m
|
|
30
37
|
`);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pushary/agent-hooks",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.1",
|
|
4
4
|
"description": "Permission hooks for AI coding agents: route tool approvals through Pushary push notifications",
|
|
5
5
|
"author": "Pushary <business@pushary.com>",
|
|
6
6
|
"homepage": "https://pushary.com",
|