mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-17 16:12:21 -06:00
19ace6830b
* 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
20 lines
438 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|