From baa1029b90315a97089275d52a00de5d37b72c9a Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Wed, 26 Nov 2025 19:10:33 +0500 Subject: [PATCH 1/2] docs: change AI Bridge state from 'early access' to 'beta' --- docs/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manifest.json b/docs/manifest.json index 56b583eb284b7..bda84a042da30 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", From 45a585f1f5ffe6aa75ab75202e8325e100daa741 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Wed, 26 Nov 2025 14:45:29 +0000 Subject: [PATCH 2/2] docs(ai-bridge): remove early access language from troubleshooting Complete the transition to GA by removing remaining early access reference in the troubleshooting section. --- docs/ai-coder/ai-bridge/reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ai-coder/ai-bridge/reference.md b/docs/ai-coder/ai-bridge/reference.md index 597f62fe616e0..3401e8843706c 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).