diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index a3b4723..799b19a 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -71,6 +71,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Zaguán Coder Daemon. Updated the system prompt and logic for Deepseek V4 Pro/Flash to make it more reliable and to take action quicker.
  • Zaguán Coder Daemon. Properly wired up the new Fast Context logic and added instructions in the prompts.
  • Zaguán Coder Daemon. WIP. Working on fixing the prompts and logic for each supported model.
  • +
  • Zaguán Coder Daemon. Enforcing the use of write_file/apply_patch for certain models.
  • @@ -80,6 +81,9 @@ import BaseLayout from '../layouts/BaseLayout.astro'; Bug Fixes