You've already forked zblade.dev
docs(changelog): add Git panel, commit fix, and terminal WIP entries
This commit is contained in:
Generated
+3715
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,3 @@
|
||||
allowBuilds:
|
||||
esbuild: set this to true or false
|
||||
sharp: set this to true or false
|
||||
@@ -48,6 +48,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
<li><strong>Chat.</strong> It's now possible to stop the chat and edit the last message before resending it. This is useful for fixing typos.</li>
|
||||
<li><strong>Editor Tabs.</strong> Added a right-click context menu for editor tabs.</li>
|
||||
<li><strong>AI Chat.</strong> The chat input field now has a history that can be navigated with Arrow Up and Arrow Down.</li>
|
||||
<li><strong>Git Panel.</strong> Made the Git panel buttons look and feel the same.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -57,6 +58,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
Bug Fixes
|
||||
</h3>
|
||||
<ul class="changes-list">
|
||||
<li><strong>Git Commit.</strong> Fixed an issue when generating a git commit where some models would try to use <code>run_command</code>.</li>
|
||||
<li><strong>Zaguán Terminal.</strong> Working on making the Zaguán Terminal coherent and not launch a new instance every time. <em>(WIP)</em></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user