Apply a Codex Cloud task diff locally

exec & automation

// what it does

Codex Cloud runs tasks in OpenAI-hosted environments. codex cloud opens the picker to submit and track them, and codex apply <task-id> (alias codex a) pulls a finished cloud task's diff onto your local working tree so you can review and commit it.

// shell

$ codex cloud
$ codex apply 01jtask456cloud

// gotcha

apply writes the cloud task's changes into your current checkout, so commit or stash local work first to avoid colliding with uncommitted edits. Cloud features are marked experimental.

// resources