You've already forked zblade.dev
docs(changelog): add file write enforcement and Deepseek/MiMo fixes
Added Coder Daemon entry for enforcing write_file/apply_patch usage, and three bug fixes: Deepseek/MiMo prompt logic, stale session after restart, and MiMo tool call retry support.
This commit is contained in:
@@ -71,6 +71,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
<li><strong>Zaguán Coder Daemon.</strong> Updated the system prompt and logic for Deepseek V4 Pro/Flash to make it more reliable and to take action quicker.</li>
|
||||
<li><strong>Zaguán Coder Daemon.</strong> Properly wired up the new Fast Context logic and added instructions in the prompts.</li>
|
||||
<li><strong>Zaguán Coder Daemon.</strong> WIP. Working on fixing the prompts and logic for each supported model.</li>
|
||||
<li><strong>Zaguán Coder Daemon.</strong> Enforcing the use of <code>write_file</code>/<code>apply_patch</code> for certain models.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -80,6 +81,9 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
Bug Fixes
|
||||
</h3>
|
||||
<ul class="changes-list">
|
||||
<li><strong>Zaguán Coder Daemon.</strong> Fixed bugs in the prompts and logic for the Deepseek and MiMo models.</li>
|
||||
<li><strong>Zaguán Coder Daemon.</strong> Added a fix for sessions that went stale after a server restart.</li>
|
||||
<li><strong>Zaguán Coder Daemon.</strong> Added Xiaomi MiMo to tool call retry logic.</li>
|
||||
<li><strong>Zaguán Coder Daemon.</strong> Fixed bugs that prevented Kimi K2.6 from properly displaying its reasoning.</li>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user