| 151 | }); |
| 152 | |
| 153 | export class ComputerUseClickTool extends Tool<z.infer<typeof ClickArgs>> { |
| 154 | name = 'computer_use_click'; |
| 155 | description = 'Click at a screen coordinate using macOS native input. Best workflow: screenshot → vision_analyze to find the target → use the coordinates returned to click. Requires `cliclick` (brew install cliclick) for fast mouse, falls back to AppleScript otherwise. macOS-only. Destructive — actually moves cursor and clicks.'; |
| 156 | isReadOnly = false; |
nothing calls this directly
no outgoing calls
no test coverage detected