You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 14, 2026. It is now read-only.
Support sending images/screenshots from the Happy mobile app to Claude Code sessions.
Use Case
When working with Claude Code via the Happy mobile app, I often want to share a screenshot (e.g., an error on screen, a UI element, App Store Connect pages) to give Claude visual context. Currently, only text messages are supported.
Current Workaround
None — I have to describe what I'm seeing in text, or switch to desktop.
Suggested Approach
Mobile app: Add image picker / camera / paste support, upload as base64 or multipart to the server
Happy server: Receive image, save to a temp path on the machine running Claude Code
Claude Code: Pass the file path so Claude can read it via its native image support (Read tool handles PNG/JPG)
Context
Claude Code already supports reading images natively — the gap is getting the image from the mobile app to the local filesystem where Claude can access it.