We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c8c4e commit 19eec8dCopy full SHA for 19eec8d
1 file changed
docs/get-started/registry.mdx
@@ -248,7 +248,29 @@ Visit [the registry repository on GitHub](https://github.com/agentclientprotocol
248
<code>2.0.1</code>
249
</p>
250
</Card>
251
- <Card title="OpenCode" href="https://github.com/sst/opencode">
+ <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
274
<p class="text-xs mt-3">
275
<code>1.1.42</code>
276
0 commit comments