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 监控",
"Description": "监控 Codex Desktop AI 工作流状态,在 N4 按钮上实时显示",
"PollInterval": "轮询间隔 (ms)",
"ShowHealth": "显示连接健康状态",
"StatusIdle": "就绪",
"StatusPrompt": "收到提示",
"StatusThinking": "思考中",
"StatusWorking": "执行中",
"StatusTyping": "回复中",
"StatusDone": "完成",
"StatusError": "错误",
"StatusWaiting": "等待中",
"StatusReconnecting": "重连中",
"StatusRecovered": "已恢复"
}