claude-code/packages/@ant
claude-code-best 722d59b6d5 feat: 实现 @ant/computer-use-swift — macOS JXA/screencapture
用 JXA + screencapture 替代原始 Swift 原生模块:
- display.getSize/listAll: CGGetActiveDisplayList/NSScreen 获取显示器信息
- apps.listRunning: System Events 获取前台应用列表
- apps.listInstalled: 扫描 /Applications 目录
- apps.open/unhide: AppleScript 应用控制
- apps.appUnderPoint: NSWorkspace frontmostApplication
- screenshot.captureExcluding/captureRegion: screencapture 命令
- resolvePrepareCapture: 截图 + base64 编码

实测:display 返回 {width:1710, height:1112},running apps 正确识别。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-01 08:48:04 +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: 升级 @ant/computer-use-mcp — 类型安全 stub + sentinel apps 2026-04-01 08:36:12 +08:00
computer-use-swift feat: 实现 @ant/computer-use-swift — macOS JXA/screencapture 2026-04-01 08:48:04 +08:00