Files
openclaw/extensions/cua-computer/openclaw.plugin.json
T
Peter Steinberger 19ace6830b feat(macos): add embedded CUA computer provider (#123635)
* feat(macos): embed CUA computer provider

* fix(macos): clarify embedded CUA trust posture

* fix(macos): contain embedded CUA daemon lifecycle

* fix(macos): reap orphaned CUA daemons

* fix(macos): record the spawned CUA daemon pid so reaping can terminate orphans

* chore(macos): refresh native i18n baseline for the computer control provider picker

* style(macos): satisfy swiftlint on the embedded CUA host and connect params

* refactor(gateway): move optional connect params to GatewayConnectOptions
2026-08-14 10:24:08 -07:00

20 lines
438 B
JSON

{
"id": "cua-computer",
"activation": {
"onStartup": true
},
"enabledByDefault": false,
"enabledByDefaultOnPlatforms": ["darwin"],
"name": "CUA Computer",
"description": "Experimental CUA Driver computer control for macOS, Windows, and Linux node hosts.",
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {
"driverPath": {
"type": "string"
}
}
}
}