codex - 💡(How to fix) Fix Mobile companion sync for desktop and cloud tasks [2 comments, 3 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openai/codex#20757Fetched 2026-05-03 04:46:08
View on GitHub
Comments
2
Participants
3
Timeline
8
Reactions
0
Author
Timeline (top)
labeled ×4commented ×2closed ×1renamed ×1

Root Cause

Agentic coding is not a short chat interaction. Codex tasks can run for minutes, hours, or longer. Developers frequently step away from their computer while tasks are running. In those moments, the ability to supervise from mobile is essential.

A mobile companion experience would let users:

  • Check whether a task is blocked.
  • Approve or reject requested actions.
  • Give additional instructions before the agent goes too far in the wrong direction.
  • Start new work immediately when an idea, bug report, CI failure, or production issue appears.
  • Keep long-running development work moving without needing to reopen the desktop app.
  • Use Codex more like a real asynchronous engineering teammate.

This directly affects the usefulness, reliability, and adoption of Codex for serious engineering workflows.

RAW_BUFFERClick to expand / collapse

Codex currently lacks a first-class mobile companion experience that can sync with the Codex desktop app and Codex cloud tasks. This is a serious product gap for anyone using Codex as a long-running agentic development command center.

Codex is explicitly designed around long-running tasks, parallel agents, background work, worktrees, cloud tasks, automations, and human supervision. But right now, when I leave my computer, I lose the practical ability to monitor progress, respond quickly, approve or steer work, and start new Codex work from my phone.

This is not a minor convenience feature. It is a core workflow requirement.

Current problem

Today, Codex desktop work is effectively tied to the desktop environment. The available mobile experience through ChatGPT/Codex is not enough to act as a proper companion to the desktop Codex app.

The missing capabilities are:

  • View active Codex desktop threads from mobile.
  • See real-time progress for local, worktree, and cloud tasks.
  • Receive mobile notifications when Codex needs input, approval, or review.
  • Reply to an active desktop Codex thread from mobile.
  • Start a new task from mobile and assign it to a desktop project, cloud environment, or known repo.
  • Review task summaries, diffs, files changed, and test results from mobile.
  • Decide whether to continue locally, move to cloud, create a PR, or pause a task.
  • Manage automations and long-running follow-up loops from mobile.

Without this, Codex is not truly usable as an always-on agent command center. It becomes a desktop-only control panel for workflows that are explicitly meant to continue over time.

Why this matters

Agentic coding is not a short chat interaction. Codex tasks can run for minutes, hours, or longer. Developers frequently step away from their computer while tasks are running. In those moments, the ability to supervise from mobile is essential.

A mobile companion experience would let users:

  • Check whether a task is blocked.
  • Approve or reject requested actions.
  • Give additional instructions before the agent goes too far in the wrong direction.
  • Start new work immediately when an idea, bug report, CI failure, or production issue appears.
  • Keep long-running development work moving without needing to reopen the desktop app.
  • Use Codex more like a real asynchronous engineering teammate.

This directly affects the usefulness, reliability, and adoption of Codex for serious engineering workflows.

Expected solution

OpenAI should provide an official mobile companion experience for Codex, either inside the ChatGPT mobile app or as a dedicated Codex mobile app.

At minimum, it should support:

  1. Cross-device thread visibility
    Mobile should show active and recent Codex desktop/cloud threads under the same ChatGPT account.

  2. Real-time progress monitoring
    Users should be able to see status, current step, changed files, test results, blockers, and final summaries.

  3. Mobile interaction with active tasks
    Users should be able to send follow-up prompts, answer questions, approve/deny actions where safe, and steer running work.

  4. New task creation from mobile
    Users should be able to start new Codex tasks from mobile and target a known repo, project, cloud environment, or desktop project.

  5. Notifications
    Codex should send push notifications for blocked tasks, completed runs, requested approvals, failed tests, automation findings, and PR-ready results.

  6. Review support
    Users should be able to inspect diffs, summaries, logs, and PR creation options from mobile.

  7. Clear security boundaries
    For local desktop tasks, mobile actions can require explicit preconfigured trust settings. This should be designed carefully, but it should not be used as a reason to leave the workflow unsupported.

Security considerations

This feature obviously needs careful permissioning. But the right answer is not to avoid the capability. The right answer is to design it with clear controls:

  • Per-device authorization.
  • Per-project mobile access settings.
  • Separate permissions for read-only monitoring, commenting, approvals, and task creation.
  • Optional restriction to cloud tasks only.
  • Audit logs for mobile-issued commands.
  • Ability to disable mobile control in enterprise workspaces.

Request

Please treat this as a high-priority product gap.

Codex is being positioned as the central command center for agentic software development. A command center that only works when I am physically sitting at my computer is incomplete.

Mobile supervision and mobile task creation are essential for the long-running, asynchronous workflows Codex is built around. OpenAI should prioritize an official Codex mobile companion experience as soon as possible.

extent analysis

TL;DR

The Codex platform requires a mobile companion experience to enable users to monitor and interact with their tasks on-the-go, addressing a critical product gap.

Guidance

  • To address the lack of mobile supervision, OpenAI could explore integrating Codex functionality into the existing ChatGPT mobile app or develop a dedicated Codex mobile app.
  • A minimum viable product (MVP) for the mobile companion experience should include cross-device thread visibility, real-time progress monitoring, and basic interaction with active tasks.
  • Implementing push notifications for key events, such as task completion or requested approvals, would enhance the mobile experience and keep users informed.
  • Careful consideration of security boundaries and permissioning is necessary to ensure a secure and trustworthy mobile companion experience.

Example

No code example is provided, as the issue focuses on the need for a mobile companion experience rather than a specific technical implementation.

Notes

The development of a mobile companion experience for Codex will require careful planning, design, and testing to ensure a seamless and secure user experience. The issue highlights the importance of prioritizing this feature to fully realize the potential of Codex as a central command center for agentic software development.

Recommendation

Apply a workaround by utilizing the ChatGPT mobile app for basic interactions, while awaiting the development of a dedicated Codex mobile companion experience, to partially address the product gap.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

codex - 💡(How to fix) Fix Mobile companion sync for desktop and cloud tasks [2 comments, 3 participants]