claude-notification-plugin 1.0.34 → 1.0.36
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/.claude-plugin/plugin.json +2 -2
- package/README.md +5 -1
- package/package.json +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-notification-plugin",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Telegram, Windows toast, sound, and voice
|
|
3
|
+
"version": "1.0.36",
|
|
4
|
+
"description": "Claude Code notifications щт task completion: Telegram, Windows toast, sound, and voice",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Viacheslav Makarov",
|
|
7
7
|
"email": "npmjs@bazilio.ru"
|
package/README.md
CHANGED
|
@@ -30,7 +30,11 @@ Or load directly for testing:
|
|
|
30
30
|
claude --plugin-dir /path/to/claude-notification-plugin
|
|
31
31
|
```
|
|
32
32
|
|
|
33
|
-
Hooks are registered automatically.
|
|
33
|
+
Hooks are registered automatically.
|
|
34
|
+
|
|
35
|
+
To enable auto-updates, go to `/plugin` → **Marketplaces** tab → select `bazilio-plugins` → **Enable auto-update**.
|
|
36
|
+
|
|
37
|
+
To configure Telegram credentials, run:
|
|
34
38
|
|
|
35
39
|
```shell
|
|
36
40
|
/claude-notification-plugin:setup
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-notification-plugin",
|
|
3
3
|
"productName": "claude-notification-plugin",
|
|
4
|
-
"version": "1.0.
|
|
5
|
-
"description": "Telegram, Windows toast, sound, and voice
|
|
4
|
+
"version": "1.0.36",
|
|
5
|
+
"description": "Claude Code notifications щт task completion: Telegram, Windows toast, sound, and voice",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=18.0.0"
|