docs(changelog): add v0.8.0 development section with Full Context feature

Adds changelog entries for Zaguán Blade and Zaguán Coder Daemon covering Full Context support, system prompt improvements, and Cohere Command A+ disabling.
This commit is contained in:
2026-05-26 16:33:47 +02:00
parent e620f5d2d2
commit 888d514988
+56
View File
@@ -20,6 +20,62 @@ import BaseLayout from '../layouts/BaseLayout.astro';
</div> </div>
</section> </section>
<!-- v0.8.0 Section -->
<section id="v0-8-0" class="changelog-section">
<div class="container">
<div class="version-card version-development">
<div class="version-header">
<div class="version-info">
<h2 class="version-number">v0.8.0</h2>
<span class="version-date">TBD</span>
</div>
<span class="version-badge badge-development">Development</span>
</div>
<div class="version-content">
<div class="version-resume">
<p>Introducing Full Context, a new capability that gives models a complete picture of your project from the start.</p>
</div>
<h3 class="product-heading">Zaguán Blade</h3>
<div class="changes-section">
<h3 class="changes-title">
<span class="changes-icon">✨</span>
Enhancements
</h3>
<ul class="changes-list">
<li><strong>Full Context.</strong> Added support for Full Context. This will only be available from v0.8.0 and beyond.</li>
</ul>
</div>
<h3 class="product-heading">Zaguán Coder Daemon</h3>
<div class="changes-section">
<h3 class="changes-title">
<span class="changes-icon">✨</span>
Enhancements
</h3>
<ul class="changes-list">
<li><strong>Zaguán Coder Daemon.</strong> Added full support for versioned Full Context.</li>
</ul>
</div>
<div class="changes-section">
<h3 class="changes-title">
<span class="changes-icon">🐛</span>
Bug Fixes
</h3>
<ul class="changes-list">
<li><strong>Zaguán Coder Daemon.</strong> Fixed system prompts and logic so that models get to work faster instead of fetching content forever.</li>
<li><strong>Zaguán Coder Daemon.</strong> Disabled <a href="https://docs.cohere.com/docs/command-a-plus" target="_blank" rel="noopener">Cohere Command A+</a> for now due to issues that have been impossible to solve.</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- v0.7.2 Section --> <!-- v0.7.2 Section -->
<section id="v0-7-2" class="changelog-section"> <section id="v0-7-2" class="changelog-section">
<div class="container"> <div class="container">