first commit: StreamDock AI Monitor - Codex Desktop status display
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"Actions": [
|
||||
{
|
||||
"Icon": "static/img/codex-idle.svg",
|
||||
"Name": "Codex Monitor",
|
||||
"DisableAutomaticStates": true,
|
||||
"States": [
|
||||
{
|
||||
"Image": "static/img/codex-idle.svg",
|
||||
"TitleAlignment": "center",
|
||||
"FontSize": "11"
|
||||
}
|
||||
],
|
||||
"Settings": {
|
||||
"pollInterval": 1000,
|
||||
"showHealth": true
|
||||
},
|
||||
"Controllers": ["Keypad", "Information"],
|
||||
"UserTitleEnabled": true,
|
||||
"SupportedInMultiActions": true,
|
||||
"Tooltip": "Codex Desktop 工作流状态监控",
|
||||
"UUID": "com.streamdock.codex.monitor",
|
||||
"PropertyInspectorPath": "propertyInspector/codex-monitor/index.html"
|
||||
}
|
||||
],
|
||||
"SDKVersion": 1,
|
||||
"Author": "StreamDock",
|
||||
"Name": "Codex Monitor",
|
||||
"Icon": "static/img/codex-icon.svg",
|
||||
"Category": "Codex",
|
||||
"CategoryIcon": "static/img/codex-icon.svg",
|
||||
"CodePathWin": "plugin/index.js",
|
||||
"CodePathMac": "plugin/index.js",
|
||||
"Description": "监控 Codex Desktop AI 工作流状态,在 N4 按钮上实时显示运行/思考/完成/错误等状态",
|
||||
"Version": "1.0.0",
|
||||
"URL": "https://github.com/openai/codex",
|
||||
"OS": [
|
||||
{ "Platform": "windows", "MinimumVersion": "7" },
|
||||
{ "Platform": "mac", "MinimumVersion": "10.11" }
|
||||
],
|
||||
"Software": { "MinimumVersion": "3.10.188.226" },
|
||||
"Nodejs": { "Version": "20" }
|
||||
}
|
||||
Reference in New Issue
Block a user