You've already forked zblade.dev
docs(changelog): add Code and Planning Mode, fix streaming logic and UI
This commit is contained in:
@@ -44,6 +44,27 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
|||||||
<li><strong>AI Chat Panel v2.</strong> A complete rewrite of the AI Chat panel. v2 is now a lot more performant and responsive.</li>
|
<li><strong>AI Chat Panel v2.</strong> A complete rewrite of the AI Chat panel. v2 is now a lot more performant and responsive.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="changes-section">
|
||||||
|
<h3 class="changes-title">
|
||||||
|
<span class="changes-icon">✨</span>
|
||||||
|
New Features
|
||||||
|
</h3>
|
||||||
|
<ul class="changes-list">
|
||||||
|
<li><strong>Code and Planning Mode.</strong> You can now switch between Code and Planning mode. Added a special Planning skill in Zaguán Coder Daemon to go along with this new feature.</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>Streaming Logic.</strong> Fixed a bug in the streaming logic that would sometimes garble the responses from specific models.</li>
|
||||||
|
<li><strong>Chat UI.</strong> Removed noisy elements from the chat and tightened up some of them as well. Much nicer view.</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user