@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.
Files changed (2) hide show
  1. package/README.md +18 -8
  2. 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. Send any message to your bot, then visit `https://api.telegram.org/bot<TOKEN>/getUpdates` to find your Chat ID
147
- 3. Open dashboard SettingsTelegram tab
148
- 4. Enter Bot Token + Chat ID → TestSave
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 message → routed to the correct session
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 Upload (Local Sessions)
196
+ ## Image Support
192
197
 
193
- Send images to Claude via the dashboard:
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
- > Images are only available for local sessions (same machine as Hub). Max 10MB, auto-deleted after 5 minutes.
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delt/claude-alarm",
3
- "version": "0.5.4",
3
+ "version": "0.5.5",
4
4
  "description": "Monitor and get notifications from multiple Claude Code sessions via MCP Channels",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",