Skip to content

Commit 19eec8d

Browse files
docs: update registry agents (#429)
Co-authored-by: benbrandt <2111074+benbrandt@users.noreply.github.com>
1 parent 35c8c4e commit 19eec8d

1 file changed

Lines changed: 23 additions & 1 deletion

File tree

docs/get-started/registry.mdx

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,29 @@ Visit [the registry repository on GitHub](https://github.com/agentclientprotocol
248248
<code>2.0.1</code>
249249
</p>
250250
</Card>
251-
<Card title="OpenCode" href="https://github.com/sst/opencode">
251+
<Card
252+
title="OpenCode"
253+
href="https://github.com/sst/opencode"
254+
icon={
255+
<svg
256+
width="20"
257+
height="20"
258+
className="agent-icon"
259+
aria-hidden="true"
260+
focusable="false"
261+
viewBox="0 0 16 16"
262+
fill="none"
263+
xmlns="http://www.w3.org/2000/svg"
264+
>
265+
<path
266+
fillRule="evenodd"
267+
clipRule="evenodd"
268+
d="M13 14H3V2H13V14ZM10.5 4.4H5.5V11.6H10.5V4.4Z"
269+
fill="currentColor"
270+
/>
271+
</svg>
272+
}
273+
>
252274
<p class="text-xs mt-3">
253275
<code>1.1.42</code>
254276
</p>

0 commit comments

Comments
 (0)