feat: openclaw session dashboard

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
OpenClaw
2026-03-17 15:49:23 +00:00
commit e623d42eb8
8 changed files with 2586 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "openclaw-dashboard",
"version": "1.0.0",
"description": "Monitoring dashboard for OpenClaw (Claude Code / ACP) sessions",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node --watch server.js"
},
"dependencies": {
"express": "^4.18.2",
"ws": "^8.16.0"
},
"engines": {
"node": ">=18"
},
"license": "MIT"
}