From fbced042a8308f37fbc961f7067741670dddfa5b Mon Sep 17 00:00:00 2001 From: Michael Suchacz <203725896+ibetitsmike@users.noreply.github.com> Date: Sun, 30 Aug 2026 17:49:57 +0000 Subject: [PATCH] docs: remove early access label from chats API reference (cherry picked from commit 2002b71f557eaacc17c40690d5b04cb7d9409a15) --- docs/manifest.json | 3 +-- docs/reference/api/chats.md | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/manifest.json b/docs/manifest.json index 59b66687600..f34b484f228 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1567,8 +1567,7 @@ { "title": "Chats", "description": "REST endpoints for Coder Agents Chats API (programmatic agent sessions).", - "path": "./reference/api/chats.md", - "state": ["early access"] + "path": "./reference/api/chats.md" }, { "title": "Debug", diff --git a/docs/reference/api/chats.md b/docs/reference/api/chats.md index d0ff0e39ba9..0f6d0ae91e9 100644 --- a/docs/reference/api/chats.md +++ b/docs/reference/api/chats.md @@ -2,8 +2,6 @@ # Code generated by make gen. DO NOT EDIT. title: Chats description: "REST endpoints for Coder Agents Chats API (programmatic agent sessions)." -state: - - early access ---