You've already forked zblade.dev
docs(changelog): add v0.4.0 updates for Chat Panel, Git Commit, and Blade Terminal
This commit is contained in:
@@ -42,6 +42,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
<ul class="changes-list">
|
||||
<li><strong>Zaguán Coder Daemon.</strong> Implemented a new GPT skill inspired by <a href="https://github.com/cyxzdev/Uncodixfy" target="_blank" rel="noopener">Uncodixfy</a> and refined the other design skill.</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>
|
||||
<li><strong>Chat Panel Update.</strong> Updated the Chat panel and took a lot of inspiration from <a href="https://github.com/pingdotgg/t3code" target="_blank" rel="noopener">T3 Code</a>.</li>
|
||||
<li><strong>Git Commit Text Area.</strong> Made the Git commit text area bigger and dynamic.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -52,6 +54,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
</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>
|
||||
<li><strong>Implement Button.</strong> Implemented an "Implement" button when in Planning mode. Clicking this switches to Code mode and begins the work.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -64,6 +67,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
<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>
|
||||
<li><strong>Git Commit Generate.</strong> Fixed a bug in the Git Commit Generate path that would sometimes fail for certain models.</li>
|
||||
<li><strong>Blade Terminal Rendering.</strong> Rewired the logic to use the Blade Terminal again and hopefully fixed the rendering bugs.</li>
|
||||
<li><strong>AI Chat v2 Design.</strong> Made minor tweaks to the AI chat v2 design.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user