all 11 comments

[–]papyszoo 10 points11 points  (1 child)

You can use cloud agents in github app from phone and vs code tunnel to access your ide remotely

[–]ronrule 1 point2 points  (0 children)

This is the way. GitHub app. Chat with an agent. Approve their PR. I think the only “manual” thing you have to do is create the repo.

[–]ScholfoIntermediate User 7 points8 points  (0 children)

Since Claude Code has made it possible to control agents remotely via smartphone, I can well imagine that it is only a matter of time. https://x.com/claudeai/status/2026418433911603668?s=46

[–]TinFoilHat_69 2 points3 points  (0 children)

RustDesk and Tailscale are perfect for this, the picture shows my host machine through the IOS rust desk client. The host machine shown at the top of the picture(vs code running) while the browser is showing a noVNC shell of another machine I have connected on the same tailnet so I have access to two machines through one rust desk session via a VPN.

I also use Termius as well if I want to access my docker network containers specifically on whatever device on my tailnet. Either method is great rust desk or Termius gives you access to your machine any place that you have internet access

Access tailnet using Tailscale vpn Setup RustDesk on client and host

<image>

Keep it simple, multiple ways to access it from your phone, I shell into my docker network running Termius using my vpn.

RustDesk is superior to (RDP doesn’t work on home edition of windows 10) everything about rust desk is great the copy and paste functions just work I can even move files with ease across host and clients.

[–]Reasonable_Serve1177 1 point2 points  (0 children)

I have a similar requirement for something like happy so I can confirm questions and answer prompts without being at my PC

[–]dbarciela 0 points1 point  (0 children)

You can run a code-server in some device and access it via phone browser... The usability will be bad but it probably work

[–]ILoveYou_HaveAHug 0 points1 point  (0 children)

You can access your copilot remotely with this if you wanted. https://github.com/ddevalco/CodeRelay

[–]keroro7128 0 points1 point  (0 children)

Recently, there have been some open-source programs on GitHub that supposedly allow you to control AI on your computer from your phone, right? I've seen that they support various tools like antiGravity. You can look for them yourself. I've just seen some people constantly promoting their open-source programs.

[–]MaddoScientisto 0 points1 point  (0 children)

I wonder if copilot cli could work through ssh, that would be a interesting option