diff --git a/frontend/src/app/pages/AgentChat/AgentChat.tsx b/frontend/src/app/pages/AgentChat/AgentChat.tsx index ed3df1dd..38586457 100644 --- a/frontend/src/app/pages/AgentChat/AgentChat.tsx +++ b/frontend/src/app/pages/AgentChat/AgentChat.tsx @@ -2,7 +2,6 @@ import React, { useEffect, useRef, useMemo, useState, useCallback } from 'react' import { useNavigate, useParams } from 'react-router-dom'; import Box from '@mui/material/Box'; import Typography from '@mui/material/Typography'; -import Chip from '@mui/material/Chip'; import IconButton from '@mui/material/IconButton'; import Tooltip from '@mui/material/Tooltip'; import TextField from '@mui/material/TextField'; @@ -970,17 +969,13 @@ const AgentChat: React.FC = ({ sessionId: sessionIdProp, onClose {session.name} {!isDraft && statusStyle && ( - + // Dot + word instead of a filled chip: one color cue, zero chrome. + + + + {friendlyStatusLabel(session.status)} + + )} {!isDraft && ( diff --git a/frontend/src/app/pages/Dashboard/cards/AgentCard.tsx b/frontend/src/app/pages/Dashboard/cards/AgentCard.tsx index f693636c..008ed017 100644 --- a/frontend/src/app/pages/Dashboard/cards/AgentCard.tsx +++ b/frontend/src/app/pages/Dashboard/cards/AgentCard.tsx @@ -757,18 +757,13 @@ const AgentCard: React.FC = ({ {session.name} - + {/* Dot + word instead of a filled chip: one color cue, zero chrome. */} + + + + {friendlyStatusLabel(session.status)} + + {/* Calm, zero-click signal: the agent recalled or built up memory of this site, so the user feels it getting smarter on its own. */}