Skip to content
This repository was archived by the owner on Feb 14, 2026. It is now read-only.
This repository was archived by the owner on Feb 14, 2026. It is now read-only.

feat: Image/screenshot support in mobile app #170

@michelhelsdingen

Description

@michelhelsdingen

Feature Request

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

  1. Mobile app: Add image picker / camera / paste support, upload as base64 or multipart to the server
  2. Happy server: Receive image, save to a temp path on the machine running Claude Code
  3. 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.

Environment

  • Happy CLI: v0.14.1-0
  • Claude Code: 2.1.39
  • Platform: iOS (Happy mobile app)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions