claude-notification-plugin 1.1.98 → 1.1.99

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-notification-plugin",
3
- "version": "1.1.98",
3
+ "version": "1.1.99",
4
4
  "description": "Claude Code task-completion notifications: Telegram, desktop notifications (Windows/macOS/Linux), sound, and voice",
5
5
  "author": {
6
6
  "name": "Viacheslav Makarov",
package/commit-sha CHANGED
@@ -1 +1 @@
1
- d616d4330e2f4b80ffc5c66df77e2dc6ab72f6bc
1
+ ad0fcacaf0d776eadc967262041a793c31f8c73d
@@ -875,9 +875,9 @@ async function handleClearChat (messageId) {
875
875
  break;
876
876
  }
877
877
  }
878
- // Also drop the user's /clearchat command itself — works only if Telegram
879
- // accepts it (e.g. bot is admin in a group); silently skipped in private chats.
880
- await poller.deleteMessage(messageId);
878
+ // Don't delete the user's /clearchat command itself — the main loop replies
879
+ // to it, and a deleted reply target makes the summary fail to send. The user
880
+ // can wipe their own message manually.
881
881
  return `🧹 Deleted ${deleted} of ${attempted} bot messages.`;
882
882
  }
883
883
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "claude-notification-plugin",
3
3
  "productName": "claude-notification-plugin",
4
- "version": "1.1.98",
4
+ "version": "1.1.99",
5
5
  "description": "Claude Code task-completion notifications: Telegram, desktop notifications (Windows/macOS/Linux), sound, and voice",
6
6
  "type": "module",
7
7
  "engines": {