| 239 | }; |
| 240 | |
| 241 | export class ComputerUseKeyTool extends Tool<z.infer<typeof KeyArgs>> { |
| 242 | name = 'computer_use_key'; |
| 243 | description = 'Press a key or key combo (cmd+s, esc, tab, return, etc). Use for shortcuts that fill forms, save, navigate, switch apps. macOS-only. Destructive — actually presses keys.'; |
| 244 | isReadOnly = false; |
nothing calls this directly
no outgoing calls
no test coverage detected