You've already forked zblade.dev
Update changelog with new entries
This commit is contained in:
@@ -69,6 +69,9 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
Bug Fixes
|
||||
</h3>
|
||||
<ul class="changes-list">
|
||||
<li><strong>AI Chat Conversation Order.</strong> Fixed a bug where responses and tool calls would not arrive and display in a natural conversation order.</li>
|
||||
<li><strong>Git Push Lock Issue.</strong> Fixed a bug in the Git panel where a git push would complain about a git lock.</li>
|
||||
<li><strong>Gitoxide Integration.</strong> Moved more Git functionality from git to gitoxide.</li>
|
||||
<li><strong>Streaming Logic.</strong> Fixed a bug in the streaming logic that would sometimes garble the responses from specific models.</li>
|
||||
<li><strong>GPT-5.4 Streaming.</strong> Fixed the streaming issue when using gpt-5.4 that resulted in garbled responses.</li>
|
||||
<li><strong>Cancelled Tool Calls.</strong> Fixed an issue where a cancelled run_command tool call would end up below the response from the model.</li>
|
||||
|
||||
Reference in New Issue
Block a user