From e3671f38fff5a5bd684455ae58153644980ca4f0 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Thu, 27 Nov 2025 01:05:30 +0500 Subject: [PATCH] docs: change AI Bridge state from 'early access' to 'beta' (#20951) --- docs/ai-coder/ai-bridge/reference.md | 2 +- docs/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ai-coder/ai-bridge/reference.md b/docs/ai-coder/ai-bridge/reference.md index 597f62fe61..3401e88437 100644 --- a/docs/ai-coder/ai-bridge/reference.md +++ b/docs/ai-coder/ai-bridge/reference.md @@ -38,4 +38,4 @@ Where relevant, both streaming and non-streaming requests are supported. ## Troubleshooting -To report a bug, file a feature request, or view a list of known issues, please visit our [GitHub repository for AI Bridge](https://github.com/coder/aibridge). If you encounter issues with AI Bridge during early access, please reach out to us via [Discord](https://discord.gg/coder). +To report a bug, file a feature request, or view a list of known issues, please visit our [GitHub repository for AI Bridge](https://github.com/coder/aibridge). If you encounter issues with AI Bridge, please reach out to us via [Discord](https://discord.gg/coder). diff --git a/docs/manifest.json b/docs/manifest.json index 56b583eb28..bda84a042d 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -935,7 +935,7 @@ "description": "Centralized LLM and MCP proxy for platform teams", "path": "./ai-coder/ai-bridge/index.md", "icon_path": "./images/icons/api.svg", - "state": ["premium", "early access"], + "state": ["premium", "beta"], "children": [ { "title": "Setup",