mirror of
https://github.com/Lakr233/vphone-cli.git
synced 2026-04-05 04:59:05 +08:00
Every command response now includes an "image" field with a base64- encoded grayscale JPEG of the current screen (~40-60KB vs multi-MB PNG). This eliminates the need for a separate screenshot call after each action. The image is: - Downscaled to 1/3 resolution (430x932) - Converted to grayscale for high contrast - JPEG compressed at quality 0.35 Optional parameters on any command: - "screen":false → skip the screenshot capture - "delay":800 → ms to wait before capture (default 500) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>