v2: single plugin with 3 actions (Codex + Claude + opencode)

This commit is contained in:
2026-06-18 15:04:15 +08:00
parent 227cb96a1d
commit 77c4db36d8
35 changed files with 307 additions and 1784 deletions
@@ -0,0 +1,13 @@
{
"name": "ai-monitor",
"version": "2.0.0",
"author": "StreamDock",
"main": "index.js",
"description": "AI agent workflow status monitor",
"license": "MIT",
"dependencies": {
"fs-extra": "^11.3.0",
"log4js": "^6.9.1",
"ws": "^8.14.2"
}
}