Skip to content

[Inference Providers] Add "Quick Setup for Agents" section + Codex integration#2526

Merged
gary149 merged 6 commits into
mainfrom
inference-providers-quick-setup-agents
Jun 4, 2026
Merged

[Inference Providers] Add "Quick Setup for Agents" section + Codex integration#2526
gary149 merged 6 commits into
mainfrom
inference-providers-quick-setup-agents

Conversation

@gary149

@gary149 gary149 commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

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.

image

What's in this PR

  • New "Quick Setup for Agents" grid on 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), subtle hover:shadow-inner.
  • New Codex integration page (integrations/codex.md), registered in the toctree and integrations index.
  • Reordered the Integrations sidebar: Pi, OpenCode, Codex, Claude Code, then the rest, with "Add Your Integration" last.
  • Codex doc accuracy: profiles now live in a separate ~/.codex/<name>.config.toml file (the [profiles.<name>] table inside config.toml stopped working in Codex 0.134.0).
  • Pi doc fixes: deprecated package @mariozechner/pi-coding-agent to @earendil-works/pi-coding-agent with --ignore-scripts, repo link badlogic/pi-mono to earendil-works/pi, and corrected the Ctrl+P description.
  • Claude Code doc fixes: corrected the default routing-policy wording (:fastest) and added the :preferred suffix.

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.toml profiles (post–0.134.0), wire_api = "responses", and org billing via X-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 :fastest and :preferred; Pi install uses pi.dev’s install script, Ctrl+P is described as cycling models, and the docs link points to pi.dev.

Reviewed by Cursor Bugbot for commit 51fefcd. Bugbot is set up for automated code reviews on this repo. Configure here.

gary149 added 2 commits June 3, 2026 15:51
…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.
@gary149
gary149 requested review from hanouticelina and pcuenca June 3, 2026 13:55
@hanouticelina

Copy link
Copy Markdown
Contributor

taking a look why the build of the documentation is failing

@pcuenca pcuenca left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥

Comment thread docs/inference-providers/integrations/claude-code.md Outdated
Comment thread docs/inference-providers/integrations/claude-code.md Outdated
Comment thread docs/inference-providers/integrations/claude-code.md Outdated
Comment thread docs/inference-providers/integrations/codex.md Outdated
Comment thread docs/inference-providers/integrations/codex.md Outdated
Comment thread docs/inference-providers/integrations/codex.md
Comment thread docs/inference-providers/integrations/codex.md Outdated
Comment thread docs/inference-providers/integrations/pi.md Outdated
Comment thread docs/inference-providers/integrations/pi.md Outdated
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
@gary149
gary149 merged commit e00769f into main Jun 4, 2026
2 of 4 checks passed
@gary149
gary149 deleted the inference-providers-quick-setup-agents branch June 4, 2026 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants