From 3ab4fefca349e432b8ca20f967ada52bd0a89ad8 Mon Sep 17 00:00:00 2001 From: Tracy Johnson Date: Thu, 27 Aug 2026 23:06:22 +0000 Subject: [PATCH 1/2] fix(site/src/pages/AgentsPage): remove bottom border from unavailable model notice --- site/src/pages/AgentsPage/AgentChatPageView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/pages/AgentsPage/AgentChatPageView.tsx b/site/src/pages/AgentsPage/AgentChatPageView.tsx index 0b520c298a617..344894fe1ba63 100644 --- a/site/src/pages/AgentsPage/AgentChatPageView.tsx +++ b/site/src/pages/AgentsPage/AgentChatPageView.tsx @@ -930,7 +930,7 @@ export const AgentChatPageView: FC = ({ role="status" aria-label={unavailableModelNotice} aria-live="polite" - className="flex shrink-0 items-center gap-2 border-b border-border-warning bg-surface-orange px-4 py-2 text-xs text-content-primary" + className="flex shrink-0 items-center gap-2 bg-surface-orange px-4 py-2 text-xs text-content-primary" > {unavailableModelNotice} From 464a2377eb7a76a223cc0871c8c83662da04326c Mon Sep 17 00:00:00 2001 From: Tracy Johnson Date: Thu, 27 Aug 2026 23:12:32 +0000 Subject: [PATCH 2/2] fix(site/src/pages/AgentsPage): remove bottom border from chat owner and archived banners --- site/src/pages/AgentsPage/AgentChatPageView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/src/pages/AgentsPage/AgentChatPageView.tsx b/site/src/pages/AgentsPage/AgentChatPageView.tsx index 344894fe1ba63..0306a3c8756b0 100644 --- a/site/src/pages/AgentsPage/AgentChatPageView.tsx +++ b/site/src/pages/AgentsPage/AgentChatPageView.tsx @@ -940,14 +940,14 @@ export const AgentChatPageView: FC = ({
{chatOwnerWarning}
)} {isArchived && ( -
+
This agent has been archived and is read-only.