What is the intended direction for the new "codex remote-control" entrypoint in Codex 0.130.0? #21935
Unanswered
Boilerplate4u
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
In codex its $ not / Plans have been intimated by OAI people on Twitter regarding an equivalent |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I’m wondering the same thing honestly. Right now A built-in flow like:
would be extremely useful, especially for monitoring long-running sessions from mobile or tablet. If this answer solve your all doubts so can you please mark this answer as solved |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Codex 0.130.0 includes a new
codex remote-control, which seems to make it easier to start a headless, remotely controllable app-server. From the docs, though, it looks more like an API/backend entrypoint than a complete remote-control UI.I also saw the related feature request (“Add the ability to remote control codex from ChatGPT app”) but my question is specifically about the new
codex remote-controlentrypoint in Codex v0.130.0: what is it meant for, and where is this feature heading?Basically, is this mainly intended as a developer/API building block, or is the longer-term goal to provide something closer to Claude Code’s
/remote-control, where you can start remote control and immediately get a URL or QR code to open in a browser?The workflow I have in mind is something like:
/remote-controlinside Codex CLI, or something likecodex --remote-controlRight now,
codex remote-controllooks very useful for custom tools, but it does not seem to be the same thing as a ready-to-use browser remote-control session.So I’m mainly wondering: are there any plans to add built-in browser-based remote control support for Codex CLI based on this new entrypoint?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions