问HN:你如何在手机上进行AI编程?

1作者: splitbrain8 天前原帖
我想找到一种好的方法,使用像Claude或Codex这样的编码助手在我的(安卓)手机上进行编程。但我找不到任何有效的工具。 我尝试过的: 在手机上使用SSH终端应用。这是可行的,但TUI界面远不算“舒适”,在手机上使用体验很差。 Happy Coder(happy.engineering)号称是解决方案,但我发现它的可靠性很差,无法处理Claude的新问题格式,并且(根据问题和讨论来看)似乎有些被遗弃。 理想情况下,我希望有一个自托管的、优化了移动设备的网页界面,可以让我启动不同的编码会话(如果每个会话都在自己的Docker容器中运行,那就更好了)。重要的是,我不仅仅是被放到一个控制台中,而是界面实际上是为手机使用进行了优化。 你们在外出时使用什么工具来控制编码助手?我是否错过了什么明显的选择?
查看原文
I would like to find a good way to use coding agents like claude or codex to code from my (Android) phone. But I can&#x27;t find any tools that work.<p>What I tried:<p>An ssh terminal app on my phone. This works, but a TUI interface is far from what I would call &quot;comfortable&quot; on a mobile phone.<p>Happy Coder (happy.engineering) promises to be the solution but I found it rarely works reliably, it can&#x27;t deal with claude&#x27;s new question format and (judging from issues and discussions) seems a bit abandoned.<p>Ideally I would want something selfhosted with a mobile optimized web interface that let&#x27;s me start different coding sessions (bonus points if each session runs in its own docker container). Important would be that I am not just being dropped into a console but that the interface is actually optimized for phone use.<p>What are you using to control coding agents on the go? Did I miss an obvious choice?