first commit: StreamDock AI Monitor - Codex Desktop status display

This commit is contained in:
2026-06-18 14:28:09 +08:00
commit 6a75b46453
22 changed files with 2881 additions and 0 deletions
@@ -0,0 +1,16 @@
{
"name": "codex-monitor",
"version": "1.0.0",
"author": "StreamDock",
"main": "index.js",
"description": "Codex Desktop 工作流状态监控插件",
"scripts": {
"build": "ncc build index.js -m -o ./build && node autofile.js"
},
"license": "MIT",
"dependencies": {
"fs-extra": "^11.3.0",
"log4js": "^6.9.1",
"ws": "^8.14.2"
}
}