@delt/claude-alarm 0.5.4 → 0.5.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.
- package/README.md +18 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -140,17 +140,22 @@ Configure via dashboard (⚙ Settings → Webhook tab) or in config:
|
|
|
140
140
|
|
|
141
141
|
### Telegram Bot
|
|
142
142
|
|
|
143
|
-
Two-way messaging with Claude sessions via Telegram
|
|
143
|
+
Two-way messaging with Claude sessions via Telegram — text and images.
|
|
144
|
+
|
|
145
|
+
**Setup (guided wizard in dashboard):**
|
|
144
146
|
|
|
145
147
|
1. Create a bot with [@BotFather](https://t.me/BotFather) on Telegram
|
|
146
|
-
2.
|
|
147
|
-
3.
|
|
148
|
-
4.
|
|
148
|
+
2. Open dashboard → ⚙ Settings → Telegram tab
|
|
149
|
+
3. **Step 1:** Paste your Bot Token → Next
|
|
150
|
+
4. **Step 2:** Send any message to your bot, then click **Detect Chat ID** → select your chat → Next
|
|
151
|
+
5. **Step 3:** Send Test → Save
|
|
149
152
|
|
|
150
153
|
**Features:**
|
|
151
154
|
- Notifications forwarded to Telegram with session labels
|
|
152
|
-
- Reply to a notification
|
|
155
|
+
- Reply to a notification → routed to the correct session
|
|
153
156
|
- Send a new message → auto-delivered if 1 session, or pick from a list
|
|
157
|
+
- Send photos from Telegram → downloaded and forwarded to Claude
|
|
158
|
+
- Photo captions included as text alongside the image
|
|
154
159
|
|
|
155
160
|
```json
|
|
156
161
|
{
|
|
@@ -188,14 +193,19 @@ Two-way messaging with Claude sessions via Telegram:
|
|
|
188
193
|
}
|
|
189
194
|
```
|
|
190
195
|
|
|
191
|
-
## Image
|
|
196
|
+
## Image Support
|
|
192
197
|
|
|
193
|
-
|
|
198
|
+
**Dashboard (local sessions):**
|
|
194
199
|
- **Ctrl+V** — Paste from clipboard
|
|
195
200
|
- **Drag & Drop** — Drop image onto message area
|
|
196
201
|
- **Attach button** — Click 📎 to browse files
|
|
202
|
+
- Images + text sent together as one message
|
|
203
|
+
|
|
204
|
+
**Telegram:**
|
|
205
|
+
- Send photos to the bot → forwarded to Claude session
|
|
206
|
+
- Photo captions included as text
|
|
197
207
|
|
|
198
|
-
>
|
|
208
|
+
> Dashboard images are only available for local sessions (same machine as Hub). Max 10MB, auto-deleted after 5 minutes.
|
|
199
209
|
|
|
200
210
|
## Platform Support
|
|
201
211
|
|