diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 8d92041..9836238 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -44,11 +44,12 @@ import BaseLayout from '../layouts/BaseLayout.astro'; @@ -61,6 +62,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Tool Calls. Fixed a bug where the final response could arrive above a run_command tool call.
  • Blade Terminal. Fixed a bug where extra text would sometimes precede the command from run_command.
  • Chat Panel. Fixed Markdown rendering so messages feel more fluid and natural.
  • +
  • Chat Input. Fixed a bug where the cursor was rendered at double the font size.