claude-code/packages/@ant
claude-code-best 975b4876cc feat: 实现 @ant/computer-use-input — macOS 键鼠模拟
使用 AppleScript + JXA (JavaScript for Automation) 实现完整 API:
- moveMouse: CGEvent 鼠标移动
- key/keys: System Events 键盘输入(支持修饰键组合)
- mouseLocation: CGEvent 查询当前鼠标位置
- mouseButton: CGEvent 鼠标点击/按下/释放
- mouseScroll: CGEvent 滚轮事件
- typeText: System Events 文本输入
- getFrontmostAppInfo: 获取前台应用 bundleId + 名称

兼容 require() 调用方式(所有方法作为命名导出)。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-01 08:27:08 +08:00
..
claude-for-chrome-mcp feat: monorepo 构建完成 2026-03-31 21:21:46 +08:00
computer-use-input feat: 实现 @ant/computer-use-input — macOS 键鼠模拟 2026-04-01 08:27:08 +08:00
computer-use-mcp feat: monorepo 构建完成 2026-03-31 21:21:46 +08:00
computer-use-swift feat: 完成大部分操作 2026-03-31 21:40:37 +08:00