v1: three independent AI Monitor plugins (Codex + Claude + opencode)

This commit is contained in:
2026-06-18 15:01:01 +08:00
commit 227cb96a1d
33 changed files with 2268 additions and 0 deletions
@@ -0,0 +1,13 @@
{
"name": "ai-monitor-codex",
"version": "1.0.0",
"author": "StreamDock",
"main": "index.js",
"description": "Codex Desktop AI workflow status monitor",
"license": "MIT",
"dependencies": {
"fs-extra": "^11.3.0",
"log4js": "^6.9.1",
"ws": "^8.14.2"
}
}