You've already forked zblade.dev
style(docs): replace em dashes with hyphens for consistency
This commit is contained in:
@@ -30,7 +30,7 @@ const version = pkg.version ?? "";
|
||||
<span class="meta-item">v{version}</span>
|
||||
</div>
|
||||
<p class="hero-description">
|
||||
What you see is just the interface. The real magic lives in the <strong>Zaguán Coder Daemon</strong>—a Go-powered backend where all AI reasoning happens.
|
||||
What you see is just the interface. The real magic lives in the <strong>Zaguán Coder Daemon</strong> - a Go-powered backend where all AI reasoning happens.
|
||||
Its standout feature is <strong>Unlimited Context</strong>: instead of hitting token limits, we intelligently compress your conversation history and tool results into retrievable artifacts. The AI always gets exactly what it needs to work efficiently, without the bloat.
|
||||
</p>
|
||||
<div class="hero-actions">
|
||||
@@ -57,7 +57,7 @@ const version = pkg.version ?? "";
|
||||
<div class="feature-num">01</div>
|
||||
<div class="feature-content">
|
||||
<h3>ZAGUÁN CODER DAEMON</h3>
|
||||
<p>The actual brain of the operation. A Go server that handles all AI logic, system prompts, and context management. This is where the heavy lifting happens—your editor stays lightweight and responsive.</p>
|
||||
<p>The actual brain of the operation. A Go server that handles all AI logic, system prompts, and context management. This is where the heavy lifting happens - your editor stays lightweight and responsive.</p>
|
||||
<div class="feature-tag">CORE ENGINE</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -66,7 +66,7 @@ const version = pkg.version ?? "";
|
||||
<div class="feature-item feature-highlight">
|
||||
<div class="feature-num">02</div>
|
||||
<h3>UNLIMITED CONTEXT</h3>
|
||||
<p>We've solved the token limit problem. Chat history and tool results are actively compressed into artifacts. The AI retrieves only what it needs—efficient, focused, and without arbitrary limits.</p>
|
||||
<p>We've solved the token limit problem. Chat history and tool results are actively compressed into artifacts. The AI retrieves only what it needs - efficient, focused, and without arbitrary limits.</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-num">03</div>
|
||||
@@ -79,12 +79,12 @@ const version = pkg.version ?? "";
|
||||
<div class="feature-item">
|
||||
<div class="feature-num">04</div>
|
||||
<h3>BODY / BRAIN SEPARATION</h3>
|
||||
<p>The GUI contains zero AI logic—it's purely interface. All intelligence lives in the Coder Daemon. This means a lighter client and a more powerful, updatable backend.</p>
|
||||
<p>The GUI contains zero AI logic - it's purely interface. All intelligence lives in the Coder Daemon. This means a lighter client and a more powerful, updatable backend.</p>
|
||||
</div>
|
||||
<div class="feature-item feature-highlight">
|
||||
<div class="feature-num">05</div>
|
||||
<h3>SMART ARTIFACTS</h3>
|
||||
<p>Long conversations are automatically distilled into retrievable artifacts. The AI knows when and how to access this context—maintaining coherence without the overhead.</p>
|
||||
<p>Long conversations are automatically distilled into retrievable artifacts. The AI knows when and how to access this context - maintaining coherence without the overhead.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user