claude-code-best/packages/@ant/computer-use-mcp/src
unraid ee369549a8 fix: correct detectMimeFromBase64 to decode raw bytes from base64
The charCodeAt approach compared raw byte magic numbers against
base64-encoded characters which never matched. Decode first 12 raw
bytes and check standard magic byte signatures directly.
Fixes API 400 on Windows (JPEG) and macOS (PNG) screenshots.
2026-04-14 19:54:11 +08:00
..
deniedApps.ts feat: enable Computer Use with macOS + Windows + Linux support 2026-04-03 23:17:14 +08:00
executor.ts fix(types): clean type fixes across 92 files 2026-04-09 23:45:56 +08:00
imageResize.ts feat: enable Computer Use with macOS + Windows + Linux support 2026-04-03 23:17:14 +08:00
index.ts feat: enable Computer Use with macOS + Windows + Linux support 2026-04-03 23:17:14 +08:00
keyBlocklist.ts feat: enable Computer Use with macOS + Windows + Linux support 2026-04-03 23:17:14 +08:00
mcpServer.ts feat: enable Computer Use with macOS + Windows + Linux support 2026-04-03 23:17:14 +08:00
pixelCompare.ts feat: enable Computer Use with macOS + Windows + Linux support 2026-04-03 23:17:14 +08:00
sentinelApps.ts feat: enable Computer Use with macOS + Windows + Linux support 2026-04-03 23:17:14 +08:00
subGates.ts feat: enable Computer Use with macOS + Windows + Linux support 2026-04-03 23:17:14 +08:00
toolCalls.ts fix: correct detectMimeFromBase64 to decode raw bytes from base64 2026-04-14 19:54:11 +08:00
tools.ts feat: Computer Use — Windows 跨平台支持 + GUI 无障碍增强 + Python Bridge 2026-04-05 15:47:20 +08:00
types.ts feat: enable Computer Use with macOS + Windows + Linux support 2026-04-03 23:17:14 +08:00