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,53 @@
{
"Actions": [
{
"Icon": "static/img/codex-icon.svg",
"Name": "Codex Desktop",
"States": [
{
"Image": "static/img/codex-icon.svg",
"TitleAlignment": "center",
"FontSize": "11"
}
],
"Settings": {
"pollInterval": 1000
},
"Controllers": [
"Keypad",
"Information"
],
"UserTitleEnabled": true,
"SupportedInMultiActions": true,
"Tooltip": "Codex Desktop 工作流状态监控",
"UUID": "com.streamdock.ai-monitor.codex"
}
],
"SDKVersion": 1,
"Author": "StreamDock",
"Name": "AI Monitor - Codex Desktop",
"Icon": "static/img/codex-icon.svg",
"Category": "AI Monitor",
"CategoryIcon": "static/img/codex-icon.svg",
"CodePathWin": "plugin/index.js",
"CodePathMac": "plugin/index.js",
"Description": "监控 Codex Desktop AI 工作流状态,在 N4 按钮上实时显示",
"Version": "1.0.0",
"URL": "http://10.10.10.14:18003/v6ole/streamdock-ai-monitor",
"OS": [
{
"Platform": "windows",
"MinimumVersion": "7"
},
{
"Platform": "mac",
"MinimumVersion": "10.11"
}
],
"Software": {
"MinimumVersion": "3.10.188.226"
},
"Nodejs": {
"Version": "20"
}
}