Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion docs/get-started/registry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Visit [the registry repository on GitHub](https://github.com/agentclientprotocol
</Card>
<Card
title="OpenCode"
href="https://github.com/sst/opencode"
href="https://github.com/anomalyco/opencode"
icon={
<svg width="20" height="20" className="agent-icon" aria-hidden="true" focusable="false" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fillRule="evenodd" clipRule="evenodd" d="M13 14H3V2H13V14ZM10.5 4.4H5.5V11.6H10.5V4.4Z" fill="currentColor"/>
Expand Down Expand Up @@ -273,6 +273,19 @@ Visit [the registry repository on GitHub](https://github.com/agentclientprotocol
<code>0.10.1</code>
</p>
</Card>
<Card
title="Stakpak"
href="https://github.com/stakpak/agent"
icon={
<svg width="20" height="20" className="agent-icon" aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<path fill="currentColor" d="M6.53 4.412h5.883v3.587H9.471v3.588H3.588V7.999H6.53Z"/>
</svg>
}
>
<p class="text-xs mt-3">
<code>0.3.38</code>
</p>
</Card>
</CardGroup>

## Using the Registry
Expand Down