Top
Best
New

Posted by empressplay 23 hours ago

Claude Code Remote Control(code.claude.com)
514 points | 299 commentspage 6
ark4n 17 hours ago|
News flash...now you can continue to work whilst brewing a coffee, walking the dog or taking a shit.

jfc no

cheema33 16 hours ago|
Are you actually complaining about having an option available, if you want it?
endorphine 13 hours ago||
How about they are pointing out a worrisome direction society might be taking, whereas work will infiltrate even more what used to be family or personal time, thus accelerating burnout?
ashot 10 hours ago||
check out codecast.sh for cross agent experience with this and much more!
croes 6 hours ago||
Let’s wait how the ministry of war dilemma ends for Anthropic
Arubis 7 hours ago||
Yes, yes. The Dropbox meme. But come on, you can literally just use ssh.
johnwheeler 13 hours ago||
I don’t know what open claw is really, but I’ve heard so much about it like everyone else. Is this anthropic’s answer to that?
abbadadda 13 hours ago|
I’m genuinely wondering the same thing, seems like at least a precursor.
moontear 18 hours ago||
Oh come on, now that I have a personal remote control already set up using hooks, specifically the PermissionRequest, and Home Assistant push notifications where I can allow or deny a specific action?
tomashubelbauer 18 hours ago||
TIL that HA notifications can have associated actions. I have the exact same setup as you, except I only receive the notification and then walk over to the laptop to unblock the agent feeling like a human tool call. This will improve my workflow, thank you.
moontear 17 hours ago||
The notification payload for reference, you will also need a permission input_select (pending/allow/deny) and an automation that triggers upon mobile_app_notification_action:

  notification_payload=$(cat <<EOF
  {
    "message": "$escaped_message",
    "title": "$escaped_title",
    "data": {
      "tag": "$escaped_request_id",
      "group": "claude-code",
      "actions": [
        {
          "action": "CLAUDE_ALLOW",
          "title": " Allow"
        },
        {
          "action": "CLAUDE_DENY",
          "title": " Deny"
        }
      ]
    }
  }
  EOF
  )

Actionable notifications are a bit cumbersome on iOS since you need to long-press the notification for actions, but it does work.
adamtaylor_13 16 hours ago||
I'm trying to understand the setup you have here.

So your hook -> HA -> push notification? And then you just tap to approve?

moontear 16 hours ago||
Exactly that. And the push notification includes what I am approving. Also with some sensible delay in sending out these pushes, because otherwise I may be bombarded with push notifications, while already having it manually approved.
synergy20 17 hours ago||
have been using tmux and ssh-on-the-phone doing for forever, what's new?
ledauphin 16 hours ago|
have you gotten a terminal interface on your phone to be acceptably usable? I haven't - not without a real keyboard attached in any case. too many parts of the UX are designed for a true keyboard.
zaking17 15 hours ago|||
I’ve had decent luck with Termius because it gives you a row of keyboard shortcuts above the usual keyboard. Still cramped, but it works.

Tmux is annoying with a mobile keyboard, so I vibe coded a little mobile-friendly wrapper https://github.com/zakandrewking/pocketbot

Someone is going to solve this with a non-buggy app, but it really needs to have all the features of Claude code. Everyone is a power user in this segment

synergy20 14 hours ago||||
I used connectbot on android and it worked fine for me, the new 'terminal' with debian also worked well
siva7 11 hours ago|||
take a look at opencode, it doesn't even have to be a terminal anymore to command your terminal from whatever device you are using
spiderfarmer 17 hours ago||
I want this for Codex.
s1mon 17 hours ago||
Yep. Came to say the same thing. I'd only used Codex in VSCode and in the Codex app, and at least those have the same history, but my understanding is that the cloud and CLI versions have this hierarchy of 'visibility' [0]. Perhaps they'll need to change this design decision?

[0] https://www.youtube.com/watch?v=cczkDMmmrEE

gizmodo59 17 hours ago||
At this point if one lab comes up with a feature it’s a matter of time before another does the same!
schnell88 14 hours ago||
Claude -browser /Remote-controll ??? Win?
KeplerBoy 19 hours ago|
So Microsoft/Github copilot was ahead of its time with AI driven PRs?
jorl17 18 hours ago|
I honestly think this is definitely where (at least part of) the industry is heading, yes.

This is not to say engineers are getting replaced — but, certainly, they are changing their work. And, sure, maybe _some_ of them are being replaced. Not most of the ones I know, though. They are essential to orchestrate, curate, maintain, and drive all of this.

(Now, do they want to orchestrate it? Whole different story...)

More comments...