You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/USAGE.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,10 +77,10 @@ wait
77
77
**Monitor in real-time:**
78
78
```bash
79
79
# Terminal (separate terminal window)
80
-
npm run dashboard
80
+
bun run dashboard
81
81
82
82
# Or browser
83
-
npm run dashboard:web
83
+
bun run dashboard:web
84
84
# → http://localhost:9847
85
85
```
86
86
@@ -91,7 +91,7 @@ npm run dashboard:web
91
91
### Terminal Dashboard
92
92
93
93
```bash
94
-
npm run dashboard
94
+
bun run dashboard
95
95
```
96
96
97
97
Watches `.serena/memories/` using `fswatch` (macOS) or `inotifywait` (Linux). Displays a live table with session status, agent states, turns, and latest activity. Updates automatically when memory files change.
@@ -103,8 +103,8 @@ Watches `.serena/memories/` using `fswatch` (macOS) or `inotifywait` (Linux). Di
103
103
### Web Dashboard
104
104
105
105
```bash
106
-
npm install # first time only
107
-
npm run dashboard:web
106
+
bun install # first time only
107
+
bun run dashboard:web
108
108
```
109
109
110
110
Open `http://localhost:9847` in your browser. Features:
0 commit comments