Files
openclaw/extensions/cua-computer/openclaw.plugin.json
T
Dallin Romney e9b25aa21d refactor(cua-computer): replace daemon MCP with CUA Driver SDK (#117205)
* 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
2026-08-02 20:03:24 +08:00

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": {}
}
}