From 860fd7aebc7f37c25aa80535922c1e6cda5ee238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Sun, 24 May 2026 12:16:58 +0200 Subject: [PATCH] docs(changelog): add YOLO mode entry --- src/pages/changelog.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index fdd6917..98b85b3 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -50,6 +50,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • AI Chat. The chat input field now has a history that can be navigated with Arrow Up and Arrow Down.
  • Git Panel. Made the Git panel buttons look and feel the same.
  • Semantic Search. Added support for Markdown in the Semantic Search database.
  • +
  • YOLO Mode. Added YOLO mode that can be enabled in Settings->Configuration. This lets models run without interrupting you.