@delt/claude-alarm 0.3.10 → 0.3.12
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 +4 -23
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -56,30 +56,11 @@ Open `http://127.0.0.1:7900` in your browser.
|
|
|
56
56
|
<img src="https://raw.githubusercontent.com/delt96/delt-claude-alarm/main/docs/message-flow.svg" alt="Message Flow" width="700">
|
|
57
57
|
</p>
|
|
58
58
|
|
|
59
|
-
## Dashboard
|
|
59
|
+
## Dashboard
|
|
60
60
|
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
├──────────────┬──────────────────────┬───────────────────────┤
|
|
65
|
-
│ SESSIONS │ Messages │ NOTIFICATIONS │
|
|
66
|
-
│ │ │ │
|
|
67
|
-
│ ┌──────────┐ │ ┌─────────────────┐ │ ┌─────────────────┐ │
|
|
68
|
-
│ │ my-app │ │ │ Claude · 14:30 │ │ │ ● Task complete │ │
|
|
69
|
-
│ │ idle │ │ │ Build succeeded │ │ │ my-app · 14:30│ │
|
|
70
|
-
│ └──────────┘ │ └─────────────────┘ │ └─────────────────┘ │
|
|
71
|
-
│ ┌──────────┐ │ │ ┌─────────────────┐ │
|
|
72
|
-
│ │ api-svc │ │ ┌────────────┐ │ │ ● Error found │ │
|
|
73
|
-
│ │ working │ │ │ You · 14:31│ │ │ api-svc · 14:2│ │
|
|
74
|
-
│ └──────────┘ │ │ Fix the bug│ │ └─────────────────┘ │
|
|
75
|
-
│ ┌──────────┐ │ └────────────┘ │ │
|
|
76
|
-
│ │ frontend │ │ │ │
|
|
77
|
-
│ │ waiting │ │ │ │
|
|
78
|
-
│ └──────────┘ │ │ │
|
|
79
|
-
├──────────────┴──────────────────────┴───────────────────────┤
|
|
80
|
-
│ 📎 [Message input... Shift+Enter ↵] [ Send ] │
|
|
81
|
-
└─────────────────────────────────────────────────────────────┘
|
|
82
|
-
```
|
|
61
|
+
<p align="center">
|
|
62
|
+
<img src="https://raw.githubusercontent.com/delt96/delt-claude-alarm/main/docs/dashboard-preview.png" alt="Dashboard" width="800">
|
|
63
|
+
</p>
|
|
83
64
|
|
|
84
65
|
## CLI Commands
|
|
85
66
|
|