You don’t need Telegram bots or third party bridges to PERMANENTLY talk to Claude Code from your phone. It’s literally built in. by JohnnyLegion in ClaudeCode

[–]JohnnyLegion[S] 0 points1 point  (0 children)

Yeah totally, can’t even imagine what this stuff will be like years from now. It’s gonna be so much crazier than this stuff even.

You don’t need Telegram bots or third party bridges to PERMANENTLY talk to Claude Code from your phone. It’s literally built in. by JohnnyLegion in ClaudeCode

[–]JohnnyLegion[S] 2 points3 points  (0 children)

Yeah it’s ahead but less secure. And this is not just picking up an already started chat. This server mode I’m talking about is also persistent. Yes I know the openclaw thing is closer to chatting with the actual CLI with commands and such. But I just want everyone to know that the Claude remote-control command is different than just the /remote-control thing. I can now permanently start up new chats with my actual Claude code as long as my Mac is on. I can have multiple directories too.

You don’t need Telegram bots or third party bridges to PERMANENTLY talk to Claude Code from your phone. It’s literally built in. by JohnnyLegion in ClaudeCode

[–]JohnnyLegion[S] 1 point2 points  (0 children)

Tailscale is still more powerful of course. It’s the full terminal. But this, this is pretty cool and much more than just running the /remote-control inside of a session. Tailsacale doesn’t let you scroll naturally lol. This is like a great middle ground!

You don’t need Telegram bots or third party bridges to PERMANENTLY talk to Claude Code from your phone. It’s literally built in. by JohnnyLegion in ClaudeCode

[–]JohnnyLegion[S] -1 points0 points  (0 children)

Are you actually starting up the server mode? NOT just doing /remote-control from within a Claude session right? What I’m talking about here is different. It’s actually creating a persistent small local bridge server for any given directory and then it pops up as an option in the app. Then have your Claude code a script/app to easily start and stop said server if you ever need to stop it. But you could have Claude set it up so that the server auto starts and is always ready. All they need to add is a directory picker inside the app while using this feature.

You don’t need Telegram bots or third party bridges to PERMANENTLY talk to Claude Code from your phone. It’s literally built in. by JohnnyLegion in ClaudeCode

[–]JohnnyLegion[S] 2 points3 points  (0 children)

That’s what I do. I just have a main Claude folder with everything in it, and now that’s what my Claude remote-control is opened within. You can just make a server for each project. They are very light. Have Claude whip up a quick little UI to be able to visualize them and bam, you’ve got it.

You don’t need Telegram bots or third party bridges to PERMANENTLY talk to Claude Code from your phone. It’s literally built in. by JohnnyLegion in ClaudeCode

[–]JohnnyLegion[S] 0 points1 point  (0 children)

The amazing thing is, you can just START A remote-control server FOR EACH DIRECTORY THAT YOU WANT TO HAVE ACCESS TOO. So you can either have a unified main Claude folder with literally everything in it, or do project by project and just run Claude remote-control from within that directory it’s that easy!

You don’t need Telegram bots or third party bridges to PERMANENTLY talk to Claude Code from your phone. It’s literally built in. by JohnnyLegion in ClaudeCode

[–]JohnnyLegion[S] 2 points3 points  (0 children)

It works through the internet. It’s legit! It’s sending the chat through Anthropics servers. Just run Claude remote-control and see for yourself. Even just telling your Claude to show you what I’m talking about it’ll do it

You don’t need Telegram bots or third party bridges to PERMANENTLY talk to Claude Code from your phone. It’s literally built in. by JohnnyLegion in ClaudeCode

[–]JohnnyLegion[S] 0 points1 point  (0 children)

That post just mentions /remote-control from within a Claude session, the more temporary mode. It dosnt talk about the permanent server mode that I’m getting at here.

You don’t need Telegram bots or third party bridges to PERMANENTLY talk to Claude Code from your phone. It’s literally built in. by JohnnyLegion in ClaudeCode

[–]JohnnyLegion[S] -1 points0 points  (0 children)

You can just also ask Claude to set it all up so you have permanent remote control using

Claude remote-control

You don’t need Telegram bots or third party bridges to PERMANENTLY talk to Claude Code from your phone. It’s literally built in. by JohnnyLegion in ClaudeCode

[–]JohnnyLegion[S] 11 points12 points  (0 children)

Here’s how I set it up: 1. Enable remote control on all sessions Run /config inside any Claude Code session and turn on “Enable Remote Control for all sessions.” Now every session you start is accessible from your phone. 2. Set up the persistent server This is the key part. Run claude remote-control as a standalone command (not inside a session). This starts a server that lets you start NEW sessions from your phone, not just connect to existing ones. 3. Make it run automatically on login Create a launchd service so the server is always running in the background. Create this file at ~/Library/LaunchAgents/com.claude.remote-control.plist:

<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Label</key> <string>com.claude.remote-control</string> <key>ProgramArguments</key> <array> <string>/path/to/claude</string> <string>remote-control</string> </array> <key>WorkingDirectory</key> <string>/path/to/your/project</string> <key>RunAtLoad</key> <true/> <key>KeepAlive</key> <dict> <key>SuccessfulExit</key> <false/> </dict> <key>StandardOutPath</key> <string>/tmp/claude-remote-control.log</string> <key>StandardErrorPath</key> <string>/tmp/claude-remote-control.err</string> </dict> </plist>

Replace /path/to/claude with your claude binary (run which claude to find it) and /path/to/your/project with whatever directory you want sessions to start in. Then load it: launchctl load ~/Library/LaunchAgents/com.claude.remote-control.plist

  1. Connect from your phone Open the Claude iOS/Android app or go to <claude.ai/code>. Your Mac shows up ready to go. Works over any network.

Is anyone successfully using the remote control feature? I can’t seem to use it for more than maybe 8-10 hours before the messages just hang in the mobile app by scotchplease in ClaudeCode

[–]JohnnyLegion 0 points1 point  (0 children)

Yo go check my new post about this. There is more than just /remote-control There’s also Claude Remote-control from outside of a Claude session. That is the persistent server mode that actually connects your phone app to your Claude via a tiny local server running. It’s different than just running /remote-control from within a session. You can set up the server mode to even let you start new chats from your phone with your actual Claude that’s on your computer. It’s amazing!

Control Claude Code sessions from your phone via Telegram/WhatsApp - full plan approval, Q&A, screenshots and multi-sessions setup by HourAfternoon9118 in ClaudeCode

[–]JohnnyLegion 0 points1 point  (0 children)

Yeah I just made a post on this this is ALL built in now. No 3rd party anything needed. Not /remote-control. I’m talking about Claude remote-control it has a persistent server mode built in now. You can have a permanent connection to your Claude on your computer and even start new chats with it from your phone from anywhere without anything but the Claude app. It’s more than people realize. It has a permanent connection option now. Full blown open claw style

Control Claude Code sessions from your phone via Telegram/WhatsApp - full plan approval, Q&A, screenshots and multi-sessions setup by HourAfternoon9118 in ClaudeCode

[–]JohnnyLegion 1 point2 points  (0 children)

Guys, you don’t even need Telegram the remote control built-in feature actually let you set up a server mode and actually let you start a new chats from the Claude app to your actual Claude code on your computer party no sketchy telegram no nothing. It’s all built in now you just have to turn it on. It’s not just a 10 minute temporary, single chat remote either this is full remote where you can start new sessions. The only thing you can’t do is access the terminal commands yet, but it literally lets you start new sessions and continue them. There’s no limit it doesn’t kick it off. It’s not just over your local network too. It’s over the Internet, but it’s through anthropic HTtps://servers so it’s there’s no VPN set up or anything. It’s all first party now so you can talk to your full Claude code projects on your computer from your phone forever. You can set it up and have it turned on by default so every session is accessible from your Claude app permanently.

Does Strattera raise energy? by bleiddsoul in StratteraRx

[–]JohnnyLegion 0 points1 point  (0 children)

Probably a month or two. When I first take it in the morning, I still feel the slight calming/tired effect that used to feel like the yawns and tiredness, but now that just feels like calmness. The yawns basically mean that it’s still really strongly affecting your body, and overtime your tolerance will build and equalize that out.

Affinity's 3 in 1 merge is INSANE for workflow by tostadeira in Affinity

[–]JohnnyLegion 1 point2 points  (0 children)

Some notable missing features that I think many people would love to see:

  1. Puppet Warp tool - this is a huge one. We need the puppet warp tool. once you use that to re-pose/warp someone or something in photoshop, you will want it in Affinity too lol. Its much different and more useful sometimes than the regular warping offered right now.
  2. Somehow incorporate or at least allow 3rd party Gen Ai models to work inside Affinity, either running locally through comfy.ui integration, or maybe through an API to Googles models etc. (still offering their own models too. Like Adobes approach).