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
I have searched existing requests and this feature hasn't been requested yet
This is a single feature request (not multiple features)
Problem Statement
Claude Code runs exclusively in a desktop terminal environment. When I step away from my computer while Claude is working on a task, I have no way to:
See if Claude is waiting for my input
Check progress on longer tasks
Quickly approve or reject suggestions
Continue a paused session
My workflow is delegation-based: I discuss a problem with Claude, make a decision, then let Claude work autonomously while I do other things. This works great when I'm at my desk, but the moment I leave, I'm completely disconnected.
Current workarounds are impractical:
SSH apps on mobile require too much typing
vscode.dev on a phone screen is cramped and clunky
There's no notification system to alert me when Claude needs input
I don't need to write code on my phone. I need to monitor and interact with Claude Code sessions - approve, reject, continue, stop. That's it.
Proposed Solution
A lightweight "Claude Code Companion" mobile app for iOS/Android focused on three things:
1. Monitoring
See active sessions and their current status (running/waiting/finished/error)
View Claude's output in a scrollable, readable format
Optionally expand to see changed files or details
2. Interaction
Text input for natural language instructions
Quick action buttons: Continue, Stop, Approve, Reject, Commit, Test
Draggable divider to adjust output vs. input area ratio
3. Notifications
Push notification when Claude needs input
Push notification when a task completes
Actionable notifications (respond without opening the app)
What this is NOT:
Not a full IDE or code editor
Not a file browser
Not a replacement for the desktop experience
Ideal UI:
Top: Scrollable output area showing Claude's responses
Middle: Draggable divider
Bottom: Text input + quick action buttons
Status indicator showing session state
Alternative Solutions
No response
Priority
Medium - Would be very helpful
Feature Category
Interactive mode (TUI)
Use Case Example
Scenario: Delegating a refactoring task before leaving the house
At my desktop, I start Claude Code and say: "Analyze the auth module and suggest security improvements."
Claude begins analyzing. I need to leave for an appointment.
On my commute, I get a push notification:
"Claude Code: Session 'my-project' needs input - Found 3 issues in auth module. Should I fix them?"
I open the companion app and see Claude's full analysis:
I tap [Approve] directly on the notification without opening the app.
When I get home, the work is done and committed.
Time saved: Instead of waiting at my desk or coming back to a stalled session, I stayed productive and kept Claude moving - all from my phone with minimal interaction.
Preflight Checklist
Problem Statement
Claude Code runs exclusively in a desktop terminal environment. When I step away from my computer while Claude is working on a task, I have no way to:
My workflow is delegation-based: I discuss a problem with Claude, make a decision, then let Claude work autonomously while I do other things. This works great when I'm at my desk, but the moment I leave, I'm completely disconnected.
Current workarounds are impractical:
I don't need to write code on my phone. I need to monitor and interact with Claude Code sessions - approve, reject, continue, stop. That's it.
Proposed Solution
A lightweight "Claude Code Companion" mobile app for iOS/Android focused on three things:
1. Monitoring
2. Interaction
3. Notifications
What this is NOT:
Ideal UI:
Alternative Solutions
No response
Priority
Medium - Would be very helpful
Feature Category
Interactive mode (TUI)
Use Case Example
Scenario: Delegating a refactoring task before leaving the house
At my desktop, I start Claude Code and say: "Analyze the auth module and suggest security improvements."
Claude begins analyzing. I need to leave for an appointment.
On my commute, I get a push notification:
"Claude Code: Session 'my-project' needs input - Found 3 issues in auth module. Should I fix them?"
I open the companion app and see Claude's full analysis:
I tap the text input and type: "Fix Create SECURITY.md #1 and I want to use openrouter #2, skip Claude is either blank or non-interactive #3 for now"
Claude continues working. I put my phone away.
10 minutes later, another notification:
"Claude Code: Changes ready. 2 files modified. Commit?"
I tap [Approve] directly on the notification without opening the app.
When I get home, the work is done and committed.
Time saved: Instead of waiting at my desk or coming back to a stalled session, I stayed productive and kept Claude moving - all from my phone with minimal interaction.
Additional Context
UI Mockup
Main View
Notification
Similar Features in Other Tools
Technical Considerations
Connection Options:
Required Changes to Claude Code CLI:
Additional Ideas
tl;dr: Let me check on Claude and tell it "yes" or "no" from my phone. That's it. That's the feature.