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
+29
View File
@@ -0,0 +1,29 @@
# StreamDock AI Monitor
在 StreamDock N4 硬件外接屏上实时显示 AI Agent 工作流状态。
## 支持的 Agent
| Agent | 状态 |
|------|------|
| Codex Desktop | ✅ 已支持 |
| Claude Desktop | 🔜 计划中 |
| opencode | 🔜 计划中 |
## 工作原理
插件启动后,以 1 秒间隔轮询 AI Agent 的本地日志/会话文件,将 Agent 活动映射为 N4 按钮上的图标和标题。
3 秒无活动自动回到 Ready 状态。
## 安装
```powershell
$dst = "$env:APPDATA\HotSpot\StreamDock\plugins\com.streamdock.codex.monitor.sdPlugin"
Remove-Item -Recurse -Force $dst -ErrorAction SilentlyContinue
Copy-Item "com.streamdock.codex.monitor.sdPlugin" $dst -Recurse
```
## 技术栈
Node.js V2 (StreamDock SDK)