-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathreasonix-plugin.json
More file actions
30 lines (30 loc) · 1.17 KB
/
Copy pathreasonix-plugin.json
File metadata and controls
30 lines (30 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "computer-use",
"version": "0.9.0-preview",
"description": "Reasonix Computer Use — cross-platform desktop automation. Precision-first (UIA/AXAPI/AT-SPI2) with vision fallback (EasyOCR), normalized coordinate protocol, and MCP tool suite.",
"skills": "skills",
"agents": ["agents"],
"commands": ["commands"],
"hooks": {
"SessionStart": [
{"command": "reasonix-computer-use.bat --hook", "description": "Declare explicit Computer Use activation"}
],
"UserPromptSubmit": [
{"command": "reasonix-computer-use.bat --hook", "description": "Activate only explicit run/operator tasks and clear ordinary prompts"}
],
"PreToolUse": [
{"command": "reasonix-computer-use.bat --hook", "description": "Deny Computer Use outside an isolated active task"}
],
"PostToolUse": [
{"command": "reasonix-computer-use.bat --hook", "description": "Track Computer Use attempts without logging user content"}
],
"Stop": [
{"command": "reasonix-computer-use.bat --hook", "description": "Finish the redacted task trace"}
]
},
"mcpServers": {
"computer-use": {
"command": "reasonix-computer-use.bat"
}
}
}