[codex] Add coding agent integrations docs#30
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…ions docs Flip `llm: false` -> `llm: true` on 13 real content pages across the Sessions API and Integrations sections so they are included in `llms.txt` and surface the "Copy markdown" / share-to-LLM widget on the page. The `llm` frontmatter flag does double duty: it controls inclusion in `llms.txt` (lib/source.ts) and also gates the `<LLMShare />` component in app/[...slug]/page.tsx (`page.data.llm !== false`). These pages should be LLM-friendly, so they should opt in to both. Changelog pages and `isLink: true` redirect stubs are intentionally left at `llm: false` — the former is high-volume noise, the latter has no body content. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add documentation for Steel's x402 pay-per-use browser sessions endpoint, covering protocol flow, pricing, supported networks (Base and Solana USDC), and additional resources.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
What changed
Adds a new
Coding Agentssection underIntegrationsand documents five agent-specific pages:CodexClaude CodeHermes AgentOpenClawmeta.jsonThe new pages follow the existing integrations-docs structure with:
The Hermes page is intentionally marked as pending upstream and links to the Hermes PR rather than presenting the integration as already released.
Why
These docs add a dedicated place for coding-agent integrations and align the new pages with the current docs tone and structure instead of leaving them as blog-style drafts.
User impact
Users browsing
/integrationswill now see aCoding Agentssection with pages for the supported and in-progress agent workflows.Validation
bun run checkbun run validate-linksbun run buildNotes
next-env.d.tschange out of this PR on purpose.