Monitor and manage your Codex tasks directly from Raycast.
Browse active and archived Codex threads updated in the last 30 days. Search by name, working directory, preview text, or full transcript text.
codex resume command.Start a new thread in your default working directory.
Start a thread with a typed prompt and a working-directory picker. The picker lists subfolders from your Working Directory Root, with recent thread counts when available, plus a Choose Folder option with a native folder chooser.
Start a thread using clipboard text as the prompt. It uses the Default Working Directory preference when configured. With no preference configured, it falls back to the app's default.
Open Codex in the ChatGPT desktop app.
app-server supports it.The extension detects the codex binary automatically by searching:
/Applications/ChatGPT.app/Contents/Resources/codex)/opt/homebrew/bin/codex (Homebrew on Apple Silicon)/usr/local/bin/codex (Homebrew on Intel)command -v codex)If none match, set the path manually in the Codex CLI Path preference.
| Preference | Description |
|---|---|
| Default Working Directory | Folder new threads start in when you don't pick one. Used by all New Thread commands. |
| Working Directory Root | Parent folder whose direct subfolders are offered as Working Directory choices. |
| Codex CLI Path | Path to the Codex CLI. Leave empty to auto-detect. |
No. Resuming a thread keeps its working directory, but Codex manages desktop Project membership itself, and its public interfaces don't let an extension create a Project or assign a thread to one.
No. Transcript search runs through the local Codex app server, and the extension keeps no separate copy of your transcripts.
Codex is an unofficial extension and is not affiliated with or endorsed by OpenAI.