From b2d8b67ff727e32519ff37abc7aff40c81faf4aa Mon Sep 17 00:00:00 2001 From: Matt Vollmer Date: Mon, 16 Mar 2026 12:45:17 -0400 Subject: [PATCH] feat(site): add Early Access notice below agents chat input (#23130) Adds a centered "Coder Agents is available via Early Access" line directly beneath the chat input on the `/agents` index page. The "Early Access" text links to https://coder.com/docs/ai-coder/agents/early-access. image --- PR generated with Coder Agents --- site/src/pages/AgentsPage/AgentCreateForm.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/site/src/pages/AgentsPage/AgentCreateForm.tsx b/site/src/pages/AgentsPage/AgentCreateForm.tsx index c65cf8a39b..50231cfb9a 100644 --- a/site/src/pages/AgentsPage/AgentCreateForm.tsx +++ b/site/src/pages/AgentsPage/AgentCreateForm.tsx @@ -393,6 +393,17 @@ export const AgentCreateForm: FC = ({ } /> +

+ Coder Agents is available via{" "} + + Early Access + +

);