docs: remove early access label from chats API reference - #28761
Conversation
(cherry picked from commit 2002b71)
Docs previewCheck off each page once it's been reviewed. If a page changes in a later push, its checkbox clears automatically so it gets a fresh look. Pages not yet wired into the docs navigation aren't listed here. |
|
👋 Hey @ibetitsmike! This PR is targeting the Only bug fixes should be cherry-picked to release branches. If this is a bug fix, please update the PR title to match the conventional commit format: If this is not a bug fix, it likely should not target a release branch. |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
@codex review |
|
Codex Review: Didn't find any major issues. Delightful! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
There was a problem hiding this comment.
Pull request overview
Removes the “early access” label from the Chats API documentation so the published API reference reflects that Chats has graduated out of early access (while other experimental/EA features remain labeled elsewhere).
Changes:
- Removes
state: [early access]metadata from the Chats entry indocs/manifest.json. - Regenerates
docs/reference/api/chats.mdfront matter to drop theearly accessstate label.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/reference/api/chats.md | Removes the generated front matter “early access” state label for the Chats API reference page. |
| docs/manifest.json | Updates the docs manifest so the Chats entry no longer declares an “early access” state. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This backports #28760 to release/2.37 as a cherry-pick of 2002b71. The Chats API reference leaves early access, while the computer-use desktop stream and Advisor/Virtual desktop docs stay experimental.
Local regeneration reproduces the generated docs byte-identically. A locally observed swagger.json format-only churn was JSON-semantically equal and excluded as unrelated toolchain drift.