Is there a native way to work remotely with Claude/Codex on a local folder or git repo on your main machine without having to connect it to GitHub? For creating apps for personal use I’d rather just keep the files local. Edit: Running into issues setting it up on Windows. There's no "/remote-control" command in the CLI, so I installed the Windows Codex app. Then I updated the iOS app which now has the "Codex" feature…
Codex is now in the ChatGPT mobile app
31–40 of 274 posts
Re: Codex is now in the ChatGPT mobile app
#32This is neat! Now I'm curious, what's left to innovate in the coding agent space? Sure there are the usual suspects like maintenance, security, reliability and other scalability improvements and looks like they will be addressed in the next year or two.
there is something "wrong" with the ux that is hard to pin down. these things generate even text summaries more rapidly than i can read them. i need a better method for dumping info into my brain + dynamic control (if necessary)
But a person can use subagents, if they want, to filter that down. This burns tokens in a big hurry, but I think subagents can be arbitrary local commands (eg, a local LLM).
Or, you know: Just slow down. :) It doesn't always have to be a race, does it?
Re: Codex is now in the ChatGPT mobile app
#33Is there a native way to work remotely with Claude/Codex on a local folder or git repo on your main machine without having to connect it to GitHub? For creating apps for personal use I’d rather just keep the files local. Edit: Running into issues setting it up on Windows. There's no "/remote-control" command in the CLI, so I installed the Windows Codex app. Then I updated the iOS app which now has the "Codex" feature…
I think the `/remote-control` feature does this, if I understand you correctly.
Re: Codex is now in the ChatGPT mobile app
#34I’ve been using Codex from my phone for the past couple of months (through a tunnel, not this app). I was initially quite excited, but I’ve found the results are less than great compared to being at a keyboard. Something about the smaller screen size and/or lack of keyboard causes me to direct the agent less, which in turn creates more tech debt/code churn/etc. Maybe I’m just showing my age, and I should practice voi…
Re: Codex is now in the ChatGPT mobile app
#35Earlier quoted context omitted.
I think it's free for about 2 useful requests and then you have to upgrade or wait?
So basically a 20$ Claude plan lmao
Re: Codex is now in the ChatGPT mobile app
#36Both of the Codex apps are very good.
I tried this out and it works significantly better than Claude's remote control in fact the first few times I tried Claude's remote control it didn't even work and to this day is very buggy.
Re: Codex is now in the ChatGPT mobile app
#37Is there a native way to work remotely with Claude/Codex on a local folder or git repo on your main machine without having to connect it to GitHub? For creating apps for personal use I’d rather just keep the files local. Edit: Running into issues setting it up on Windows. There's no "/remote-control" command in the CLI, so I installed the Windows Codex app. Then I updated the iOS app which now has the "Codex" feature…
Re: Codex is now in the ChatGPT mobile app
#38Can someone recommend an IDE that can be used with a self-hosted model (via OpenAI or similar)?
you need a model server - ollama/llama.cpp/lm studio
Re: Codex is now in the ChatGPT mobile app
#39Earlier quoted context omitted.
I think the `/remote-control` feature does this, if I understand you correctly.
It's supposed to. I've always found it buggy and unreliable but maybe that's just me. (This command exists in Claude btw not sure about Codex)
Re: Codex is now in the ChatGPT mobile app
#40Earlier quoted context omitted.
You can do this from the CLI - `codex remote-control` works on Linux (I have no affiliation, just something I noticed). They might just not have cut a new build yet, today. It 'works' on master, but the mobile app thinks that your build is outdated (v0.0.0) if you build from master without overriding version, so probably easiest to wait until they cut a build if they haven't.
> You can do this from the CLI - `codex remote-control` works on Linux (I have no affiliation, just something I noticed). Woah, hadn't seen this before! Off-topic, how long compile times do people have for codex-rs in openai/codex? Even my very beefy computer takes like 30 minutes to compile in release mode, makes me wonder why it's so slow and how this TUI got so large. But then I remember, agents like to write a lo…
In my experience, although the build is a little slow, it's that LTO step that takes a million years.