From 9432a351a38f57a1404f7b9e5b66b72a7a1681ee Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Sun, 26 Jul 2026 05:55:59 +0000 Subject: [PATCH 1/2] docs: remove circular ChatGPT prerequisite (fixes #25648) The ChatGPT integration listed an existing Codex sandbox as a prerequisite even though the Connect section creates it. Remove the contradictory prerequisite so readers begin with the documented sandbox creation step. --- content/manuals/ai/sandboxes/integrations/chatgpt.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/manuals/ai/sandboxes/integrations/chatgpt.md b/content/manuals/ai/sandboxes/integrations/chatgpt.md index d242cc871ca..f3a65f57a1c 100644 --- a/content/manuals/ai/sandboxes/integrations/chatgpt.md +++ b/content/manuals/ai/sandboxes/integrations/chatgpt.md @@ -20,8 +20,6 @@ isolated environment instead of on your host. - SSH access set up. See [Editor and app integrations](_index.md#enable-ssh-access). - The ChatGPT desktop app installed. -- An existing sandbox created from the Codex template. The template includes - the `codex` command required by the app's remote server. ## Connect From c6044a679eeb4dfd7af50d69fc1c1eccdc986ea6 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Sun, 26 Jul 2026 06:02:40 +0000 Subject: [PATCH 2/2] docs: clarify ChatGPT Codex requirement ChatGPT requires the Codex CLI on the remote host, which made removing the prerequisite context incomplete. Explain that the Codex sandbox template used by the connection steps includes the required command. --- content/manuals/ai/sandboxes/integrations/chatgpt.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/manuals/ai/sandboxes/integrations/chatgpt.md b/content/manuals/ai/sandboxes/integrations/chatgpt.md index f3a65f57a1c..ab35df2bda7 100644 --- a/content/manuals/ai/sandboxes/integrations/chatgpt.md +++ b/content/manuals/ai/sandboxes/integrations/chatgpt.md @@ -21,6 +21,9 @@ isolated environment instead of on your host. - SSH access set up. See [Editor and app integrations](_index.md#enable-ssh-access). - The ChatGPT desktop app installed. +ChatGPT's remote server requires the `codex` command in the sandbox. The Codex +sandbox template used in the following section includes this command. + ## Connect Create a named Codex sandbox for the current directory if you don't already