Standardize provider documentation format#52
Merged
robinebers merged 1 commit intomainfrom Feb 3, 2026
Merged
Conversation
Restructure Claude, Codex, and Cursor provider docs to follow a consistent template with Overview, Endpoints, and Authentication sections. Consolidate field documentation into jsonc comments. Remove code examples and redundant field tables to reduce noise while preserving all technical details. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Standardize provider docs formatting and usage/auth sections in
|
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.
All three provider docs (Claude, Codex, Cursor) now follow a consistent structure: Overview, Endpoints, and Authentication sections. Field documentation is consolidated into jsonc comments, eliminating redundant field tables. Code examples removed. No factual information lost, only presentation simplified for minimal, scannable format.
Co-Authored-By: Claude Haiku 4.5 noreply@anthropic.com
Note
Low Risk
Documentation-only refactor that mainly restructures and trims content; low risk aside from potential loss of minor explanatory nuance during consolidation.
Overview
Standardizes the
Claude,Codex, andCursorprovider docs into a consistent, more scannable structure with Overview, Endpoints, and Authentication sections.Consolidates field explanations into inline
jsonccomments and header tables, and removes the longer narrative sections and code examples, while keeping the documented endpoints, auth/token locations, and refresh details intact.Written by Cursor Bugbot for commit fe5dd4d. This will update automatically on new commits. Configure here.
Summary by cubic
Standardized Claude, Codex, and Cursor provider docs into a minimal, consistent format to make them easier to scan and maintain. No technical content removed; presentation is simplified.
Written for commit fe5dd4d. Summary will update on new commits.