Skip to content

Commit 5bc25d2

Browse files
committed
Fixed: Inline OpenCode schema links in feature cards
- Replaced reference-style [OpenCode] links with explicit hrefs in agents feature card and core crate card
1 parent cd71f73 commit 5bc25d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Shell sandboxing. Default-deny permissions. ~10 MiB footprint.
8787
</div>
8888
<div class="feature-card">
8989
<h3>🤖 Agent Runtime</h3>
90-
<p>Load agent markdown files based on [OpenCode]'s schema. Multi-agent delegation with recursion depth limits.</p>
90+
<p>Load agent markdown files based on <a href="https://opencode.ai/docs/schemas/agent">OpenCode's schema</a>. Multi-agent delegation with recursion depth limits.</p>
9191
</div>
9292
<div class="feature-card">
9393
<h3>🗄️ Model Catalog</h3>
@@ -189,7 +189,7 @@ dependency setup and an alternate path without agent files.
189189
</div>
190190
<div class="crate-card">
191191
<h3><a href="https://crates.io/crates/llm-coding-tools-agents">agents</a></h3>
192-
<p>Load agent markdown files based on [OpenCode]'s schema into a typed catalog. Default-deny permissions with granular path matching.</p>
192+
<p>Load agent markdown files based on <a href="https://opencode.ai/docs/schemas/agent">OpenCode's schema</a> into a typed catalog. Default-deny permissions with granular path matching.</p>
193193
</div>
194194
<div class="crate-card">
195195
<h3><a href="https://crates.io/crates/llm-coding-tools-serdesai">serdesai</a></h3>

0 commit comments

Comments
 (0)