diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 475d6b8..7a83cb5 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -78,6 +78,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Cancelled Tool Calls. Fixed an issue where a cancelled run_command tool call would end up below the response from the model.
  • Chat UI. Removed noisy elements from the chat and tightened up some of them as well. Much nicer view.
  • Git Commit Generate. Fixed a bug in the Git Commit Generate path that would sometimes fail for certain models.
  • +
  • Git Commit Generator. Fixed the Git Commit generator to also check for/include new/staged files. This was missed before.
  • Blade Terminal Rendering. Rewired the logic to use the Blade Terminal again and hopefully fixed the rendering bugs.
  • AI Chat v2 Design. Made minor tweaks to the AI chat v2 design.
  • Terminal Resize. Fixed the resize logic for the Terminal—previously wonky, now much smoother.