mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-14 14:43:16 -06:00
e9b25aa21d
* chore(cua-computer): freeze CUA Driver 0.14.1 fixtures * refactor(cua-computer): use CUA Driver SDK directly * fix(cua-computer): repair CUA CI checks * style(cua-computer): format driver cleanup * fix(cua-computer): migrate retired driver path * fix(cua-computer): start direct driver sessions
15 lines
329 B
JSON
15 lines
329 B
JSON
{
|
|
"id": "cua-computer",
|
|
"activation": {
|
|
"onStartup": true
|
|
},
|
|
"enabledByDefault": false,
|
|
"name": "CUA Computer",
|
|
"description": "Experimental CUA Driver SDK computer control for Windows and Linux node hosts.",
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|