docs: remove early access label from chats API reference - #28760
Conversation
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. |
|
@codex review |
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: Didn't find any major issues. 👍 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". |
The Coder Agents chats API was promoted from
/api/experimentalto/api/v2(CODAGT-921), but the docs still labeled the Chats API reference as early access. This removes the early access state from the Chats entry indocs/manifest.jsonand regeneratesdocs/reference/api/chats.mdso its front matter drops the label.The generated reference already documents the promoted endpoints under
/api/v2. Intentionally unchanged: the computer-use desktop stream endpoint stays documented under/api/experimentalwith its experimental note, and the Advisor and Virtual desktop pages keep their early access state, since those features remain experimental.Validated with
make coderd/apidoc/.gen(no drift),pnpm check-docs, andmake lint/docs-html. Remote dogfood UAT ran against the pushed head and passed.