@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.
Files changed (2) hide show
  1. package/README.md +4 -23
  2. 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 Layout
59
+ ## Dashboard
60
60
 
61
- ```
62
- ┌─────────────────────────────────────────────────────────────┐
63
- │ Claude Alarm ☽ ● Connected │
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delt/claude-alarm",
3
- "version": "0.3.10",
3
+ "version": "0.3.12",
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",