Skip to content

Commit 90ec244

Browse files
committed
feat: add link to install agents in the settings page
1 parent 588c02f commit 90ec244

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/app/page.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,12 @@ export default function HomePage() {
621621
<div className="flex items-center gap-2">
622622
<ProtocolBadge name="MCP" endpoint="/api/mcp" />
623623
<ProtocolBadge name="ACP" endpoint="/api/acp" />
624+
<a
625+
href="/settings/agents"
626+
className="px-2.5 py-1 rounded-md bg-indigo-50 dark:bg-indigo-900/20 text-[11px] font-medium text-indigo-600 dark:text-indigo-300"
627+
>
628+
Install Agents
629+
</a>
624630
<a
625631
href="/mcp-tools"
626632
className="px-2.5 py-1 rounded-md bg-blue-50 dark:bg-blue-900/20 text-[11px] font-medium text-blue-600 dark:text-blue-300"

0 commit comments

Comments
 (0)