diff --git a/studio/frontend/src/features/settings/tabs/agents-tab.tsx b/studio/frontend/src/features/settings/tabs/agents-tab.tsx index 55cfc8b31e..2ccd867c02 100644 --- a/studio/frontend/src/features/settings/tabs/agents-tab.tsx +++ b/studio/frontend/src/features/settings/tabs/agents-tab.tsx @@ -104,7 +104,7 @@ function AgentIcon({ {mark} @@ -371,12 +371,12 @@ export function AgentsTab() { {agent.name} {detected.has(agent.id) ? ( - + {t("settings.agents.quickstart.installed")} ) : null} {agent.id === "codex" && !isGguf ? ( - + {t("settings.agents.supportedAgents.requiresGguf")} ) : null}