[Inference Providers] Add "Quick Setup for Agents" section + Codex integration#2526
Merged
Conversation
…tegration Add a Quick Setup grid linking the coding-agent integration docs, add a Codex integration page, and fix accuracy issues found in the Pi and Claude Code docs.
hanouticelina
approved these changes
Jun 3, 2026
Contributor
|
taking a look why the build of the documentation is failing |
pcuenca
reviewed
Jun 3, 2026
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
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.
Adds a Quick Setup for Agents section to the Inference Providers landing page (a responsive card grid linking each coding agent to its integration guide), introduces a Codex integration page, and fixes accuracy issues in the existing Pi and Claude Code docs that were surfaced by reviewing all 5 agent integration docs against their official sources.
What's in this PR
index.md(before Partners): OpenCode, Pi, Codex, Claude Code, Hermes Agent. Inline SVG logos (reused from moon-landing, theme-adaptive), responsive grid (3 columns on mobile, 5 full-width equal columns on desktop), subtlehover:shadow-inner.integrations/codex.md), registered in the toctree and integrations index.~/.codex/<name>.config.tomlfile (the[profiles.<name>]table insideconfig.tomlstopped working in Codex 0.134.0).@mariozechner/pi-coding-agentto@earendil-works/pi-coding-agentwith--ignore-scripts, repo linkbadlogic/pi-monotoearendil-works/pi, and corrected the Ctrl+P description.:fastest) and added the:preferredsuffix.Note
Low Risk
Documentation and navigation only; no application or API behavior changes.
Overview
Adds a Quick Setup for Agents block on the Inference Providers landing page: a responsive card grid (OpenCode, Pi, Codex, Claude Code, Hermes Agent) that links straight to each agent’s setup guide, placed before the Partners section.
Introduces a new Codex integration doc (
integrations/codex.md) covering HF router provider config, separate~/.codex/<profile>.config.tomlprofiles (post–0.134.0),wire_api = "responses", and org billing viaX-HF-Bill-To. Codex is wired into the integrations overview table, Developer Tools list, and sidebar toctree (agent guides grouped up front; Add Your Integration moved to the end).Claude Code and Pi guides are tightened for accuracy: default router behavior documents
:fastestand:preferred; Pi install usespi.dev’s install script, Ctrl+P is described as cycling models, and the docs link points topi.dev.Reviewed by Cursor Bugbot for commit 51fefcd. Bugbot is set up for automated code reviews on this repo. Configure here.