docs: move Codex under the OpenAI hub and add an AI assistants index section#2803
Open
marcel-rbro wants to merge 3 commits into
Open
docs: move Codex under the OpenAI hub and add an AI assistants index section#2803marcel-rbro wants to merge 3 commits into
marcel-rbro wants to merge 3 commits into
Conversation
Move the Codex pages under the OpenAI integrations hub (Codex is an OpenAI
product) and rename the desktop page to OpenAI's current naming ("Codex in
the ChatGPT desktop app"). Updates the OpenAI hub, both integration card
grids, and adds redirects for the old Codex slugs.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
|
✅ Preview for this PR (commit |
Revert the desktop page slug to /integrations/codex-app (filename back to codex-app.md) and remove the nginx redirects - the slugs are unchanged so no redirect is needed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Group chat and coding assistants (ChatGPT, Claude Desktop, Claude Code CLI, Codex desktop + CLI, Cursor) into a dedicated section on the AI index, and stage cards for the in-review Copilot/Grok/OpenCode pages as comments so they activate when those PRs merge. Trim "By provider" to the OpenAI and Claude hub links. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
marcel-rbro
marked this pull request as ready for review
July 23, 2026 14:20
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #2668, plus an AI-index cleanup. Two related changes:
1. Codex → OpenAI hub. Codex is an OpenAI product, so its docs move under the OpenAI hub (
/integrations/openai) next to ChatGPT, the Agents SDK, and Assistants - mirroring how Claude Code sits under the Claude hub. Drops the standalone Codex hub. The desktop page is renamed to OpenAI's current naming, "Codex in the ChatGPT desktop app" (Codex is now a mode in the ChatGPT desktop app, not a standalone "Codex app"). Page slugs are unchanged (/integrations/codex-app,/integrations/codex-cli), so no redirects are needed.2. AI index restructure. Adds a dedicated AI assistants section (ChatGPT, Claude Desktop, Claude Code CLI, Codex desktop + CLI, Cursor) and trims By provider to the OpenAI and Claude hub links.
Files: move
codex/*underopenai/, delete the Codex hub +_category_.yml, updateopenai/index.mdx(Codex cards),ai/index.mdx(assistants section + trim), and repoint the featured card inintegrations/index.mdx.pnpm buildpasses (onBrokenLinks: throw).Cards for the in-review assistants - GitHub Copilot (#2699), Grok Build (#2700), OpenCode (#2692) - are staged as a commented block with final markup. Those PRs are currently held pending their plugins going public; uncomment each card when its page merges. On merge they also need a keep-both rebase against this PR's
ai/index.mdxchanges.Draft - open decision: whether to also handle the OpenAI Assistants deprecation (#2329) here.
🤖 Generated with Claude Code