From 7d2355d9f91dcbfce633882c4cb18a259b948e30 Mon Sep 17 00:00:00 2001 From: Steven Masley Date: Wed, 9 Sep 2026 20:46:08 +0000 Subject: [PATCH 1/2] docs(docs/ai-coder/agent-relay): name the public image and Helm chart --- docs/ai-coder/agent-relay/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/ai-coder/agent-relay/index.md b/docs/ai-coder/agent-relay/index.md index 848ca6c0b1373..3dd4c8400c70b 100644 --- a/docs/ai-coder/agent-relay/index.md +++ b/docs/ai-coder/agent-relay/index.md @@ -40,6 +40,15 @@ Agent Relay is not: Agent Relay is in [early access](../../install/releases/feature-stages.md#early-access-features) and is in closed preview with select customers. +The daemon is distributed as a public container image and Helm chart: + +- Image: `ghcr.io/coder/agent-relay`, tagged `X.Y.Z`, `X.Y`, and `latest` for each release. +- Helm chart: `oci://ghcr.io/coder/chart/coder-agent-relay`, versioned to match the image it deploys. + +Both artifacts are public and need no registry credentials. +The source is not. +Configuring a relay requires a provider credential and a compatible template, so talk to your account team before you deploy it. + ## Supported providers [Cursor](./cursor.md) is the first provider Agent Relay supports. From 745eb2adb14c8e946e3427846693ae0f5347f5fd Mon Sep 17 00:00:00 2001 From: Steven Masley Date: Thu, 10 Sep 2026 08:54:19 -0500 Subject: [PATCH 2/2] Update docs/ai-coder/agent-relay/index.md Co-authored-by: Atif Ali --- docs/ai-coder/agent-relay/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/ai-coder/agent-relay/index.md b/docs/ai-coder/agent-relay/index.md index 3dd4c8400c70b..e6e7f999406bf 100644 --- a/docs/ai-coder/agent-relay/index.md +++ b/docs/ai-coder/agent-relay/index.md @@ -45,8 +45,6 @@ The daemon is distributed as a public container image and Helm chart: - Image: `ghcr.io/coder/agent-relay`, tagged `X.Y.Z`, `X.Y`, and `latest` for each release. - Helm chart: `oci://ghcr.io/coder/chart/coder-agent-relay`, versioned to match the image it deploys. -Both artifacts are public and need no registry credentials. -The source is not. Configuring a relay requires a provider credential and a compatible template, so talk to your account team before you deploy it. ## Supported providers