claude-pager 0.1.2 → 0.1.4
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/README.md +11 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,21 +6,11 @@
|
|
|
6
6
|
|
|
7
7
|
Get paged on your phone when Claude Code needs input. Reply from Telegram or ntfy, and `claude-pager` types your response into the correct terminal.
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
[](https://youtu.be/cbrvN3xTurk)
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
│ (N instances) │ │ daemon │ ◄─────────────── │ (reply) │
|
|
15
|
-
└───────────────┘ └───────┬────────┘ └─────────┘
|
|
16
|
-
│
|
|
17
|
-
tmux send-keys
|
|
18
|
-
│
|
|
19
|
-
▼
|
|
20
|
-
┌───────────────┐
|
|
21
|
-
│ Right terminal │
|
|
22
|
-
└───────────────┘
|
|
23
|
-
```
|
|
11
|
+
> Click the image above to watch the demo (~50s)
|
|
12
|
+
|
|
13
|
+
## How it works
|
|
24
14
|
|
|
25
15
|
1. Claude Code hooks fire when an instance needs user input
|
|
26
16
|
2. The hook enriches the event (tool name, last assistant message) and sends it to the daemon
|
|
@@ -28,6 +18,13 @@ Get paged on your phone when Claude Code needs input. Reply from Telegram or ntf
|
|
|
28
18
|
4. You respond — tap Allow/Deny, type a message, or send a voice note
|
|
29
19
|
5. The daemon matches the response to the right session and injects it via `tmux send-keys`
|
|
30
20
|
|
|
21
|
+
| Step | Screenshot |
|
|
22
|
+
|------|-----------|
|
|
23
|
+
| Claude Code asks for permission |  |
|
|
24
|
+
| Notification arrives on your phone |  |
|
|
25
|
+
| You reply from Telegram |  |
|
|
26
|
+
| Claude resumes automatically |  |
|
|
27
|
+
|
|
31
28
|
## Features
|
|
32
29
|
|
|
33
30
|
- **Multi-session** — run N Claude Code instances in tmux, responses route to the correct pane
|