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
20 lines
425 B
JSON
20 lines
425 B
JSON
{
|
|
"name": "@openclaw/cua-computer",
|
|
"version": "2026.7.2",
|
|
"description": "Experimental CUA Driver SDK computer control for Windows and Linux node hosts",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@trycua/cua-driver": "0.14.1",
|
|
"rastermill": "0.3.1",
|
|
"zod": "4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|