From 63c60f133716e878884b9f9259867986f277729d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Wed, 11 Mar 2026 07:57:27 +0100 Subject: [PATCH] docs(changelog): add Git Commit Generator fix entry --- src/pages/changelog.astro | 1 + 1 file changed, 1 insertion(+) 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.