Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 44 additions & 20 deletions reasonix-plugin.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,54 @@
{
"apiVersion": "reasonix.io/plugin/v2",
"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"}
"contributes": {
"skills": [
"skills"
],
"UserPromptSubmit": [
{"command": "reasonix-computer-use.bat --hook", "description": "Activate only explicit run/operator tasks and clear ordinary prompts"}
"agents": [
"agents"
],
"PreToolUse": [
{"command": "reasonix-computer-use.bat --hook", "description": "Deny Computer Use outside an isolated active task"}
"commands": [
"commands"
],
"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"
"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"
}
}
}
}