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
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1119,8 +1119,8 @@ <h2>Three commands.<br>Permanent savings.</h2>
<div class="how-card">
<div class="how-num">02</div>
<div class="how-icon" style="background:var(--purple-dim)">🔍</div>
<div class="how-title">Claude searches, not reads</div>
<p class="how-body">Instead of reading whole files, Claude calls <code>context_search</code> via MCP. Hybrid vector + keyword search finds the relevant chunks. Gets the 800 tokens it needs, not an 8,000-token dump.</p>
<div class="how-title">Agent searches, not reads</div>
<p class="how-body">Instead of reading whole files, your agent calls <code>context_search</code> via MCP. Hybrid vector + keyword search finds the relevant chunks. Gets the 800 tokens it needs, not an 8,000-token dump.</p>
<span class="how-cmd">context_search "payment"</span>
</div>
<div class="how-card">
Expand All @@ -1138,7 +1138,7 @@ <h2>Three commands.<br>Permanent savings.</h2>
<section class="features-section" id="features">
<div class="wrap">
<span class="section-tag">Features</span>
<h2>Everything Claude needs.<br>Nothing it doesn't.</h2>
<h2>Everything your agent needs.<br>Nothing it doesn't.</h2>

<div class="features-grid">
<div class="feat-card">
Expand Down
Loading