From 87d4136a43e9279c1cce0d7dc628b4a45f60dfdb Mon Sep 17 00:00:00 2001 From: nesquena-hermes Date: Thu, 23 Apr 2026 19:43:41 -0700 Subject: [PATCH] fix(ui): move reasoning chip after model chip in composer footer (#937) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reasoning is a sub-setting of the model (applies only to models that support it), so the model should come first. This also keeps the model chip in a stable position regardless of whether reasoning is active. Order was: Profile → Workspace → Reasoning → Model Order now: Profile → Workspace → Model → Reasoning Co-authored-by: nesquena-hermes --- CHANGELOG.md | 3 +++ static/index.html | 14 +++++++------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c381d2..35f28a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] +### Fixed +- **Reasoning chip now appears after the model chip** in the composer toolbar — model is a more fundamental choice and should be stable in position regardless of whether reasoning is active. Order: Profile → Workspace → Model → Reasoning. (`static/index.html`) + ## v0.50.184 — 2026-04-24 ### Fixed diff --git a/static/index.html b/static/index.html index 87c74fd..444f7e9 100644 --- a/static/index.html +++ b/static/index.html @@ -346,13 +346,6 @@ -
+